For full general and category icon options (both fill and stroke), please refer to: smb://nyfs01/Creative/_CREATIVE_RESOURCES/Illustrations/_The_Knot/tk-icons
These are representative of clickable actions. For most use cases, icons should be 20x20px, tap area 44x44px, and in new blue.
These are representative of whether or not new conversations exist.
These are representative of tools on theknot.com users can visit to plan their wedding.
Currently implemented in the global footer social section.
Currently implemented in the social sharing widgets.
These are icons that will be deprecated from the General Icons category in the coming versions.
These ribbons represent the different tiers for local vendors. It should always align right with the vendor card.
<div class="caption-container ribbon gold">
<div class="box">FEATURED</div>
</div>
<div class="caption-container ribbon silver">
<div class="box">PREFERRED</div>
</div>
<span class="icon icon-image-bow icon-image-bow-sm"> </span>
<span class="icon icon-image-bow icon-image-bow-md"> </span>
<span class="icon icon-image-bow icon-image-bow-lg"> </span>
<span class="star-rating" itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
<span itemprop="ratingValue">3</span>
<span class="rating icon icon-general-star-filled"></span>
<span class="rating icon icon-general-star-filled"></span>
<span class="rating icon icon-general-star-filled"></span>
<span class="rating icon icon-general-star"></span>
<span class="rating icon icon-general-star"></span>
</span>
If you want to override responsiveness, you can specify with classes
.star-rating-lg
or
.star-rating-md
, .star-rating-sm
For example:
<span class="star-rating star-rating-sm" itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
<span itemprop="ratingValue">1</span>
<span class="rating icon icon-general-star-filled"></span>
</span>
Static tags
<span class="tag">tag</span>
Clickable tags
<span class="tag icon icon-general-close"><span>dresses</span></span>