Tag Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Tag icon is commonly used in product labels, blog categories and CMS tag managers. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/306629.svg" alt="Tag icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306629.svg" alt="Tag icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306629.svg" alt="Tag icon" :width="24" :height="24" />
CSS background
.icon-tag {
background-image: url('https://proicons.com/icon/306629.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M537 912C387 762 237 612 87 461c-2-2-5-4-7-6-6-12-15-24-17-36-2-15 1-30 5-45 15-70 31-140 47-210 5-25 19-44 45-49 74-17 148-33 222-50 31-7 57 0 79 23 26 28 54 54 81 82l370 370c33 32 34 73 2 105L643 916c-14 14-30 21-46 21-26 1-44-9-60-25zM321 249c0-40-33-72-73-72s-72 32-73 72c0 40 33 73 74 73 40-1 73-34 72-73z"/></svg>
Copied!