Tag Icon
Free SVG icon from the Mage Icons 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/310344.svg" alt="Tag icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310344.svg" alt="Tag icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310344.svg" alt="Tag icon" :width="24" :height="24" />
CSS background
.icon-tag {
background-image: url('https://proicons.com/icon/310344.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M21.52 11.615C21.333 11.2361 21.075 10.8966 20.76 10.615L13.76 3.61504C13.3347 3.18594 12.8284 2.84563 12.2705 2.61388C11.7126 2.38212 11.1141 2.26354 10.51 2.26503H5.58995C5.15444 2.26371 4.72304 2.34836 4.3203 2.51411C3.91756 2.67987 3.55145 2.92348 3.24303 3.23097C2.93461 3.53847 2.6899 3.9038 2.52294 4.30605C2.35597 4.70829 2.27001 5.13951 2.27001 5.57503V10.495C2.2683 11.1007 2.38667 11.7007 2.6184 12.2603C2.85012 12.8198 3.19058 13.3279 3.61998 13.7551L10.62 20.7551C10.9288 21.0642 11.2958 21.3089 11.6999 21.475C12.1014 21.6464 12.5334 21.7348 12.97 21.735C13.8516 21.7246 14.6932 21.365 15.31 20.735L18.04 18.015L20.76 15.295C21.0691 14.9862 21.3138 14.6192 21.48 14.215C21.8134 13.4012 21.8134 12.4889 21.48 11.675L21.52 11.615ZM9.15001 11.895C8.58238 11.895 8.0275 11.7267 7.55553 11.4114C7.08356 11.096 6.71575 10.6478 6.49852 10.1233C6.2813 9.59891 6.22445 9.02186 6.33519 8.46513C6.44593 7.90841 6.71922 7.39703 7.12059 6.99565C7.52197 6.59427 8.03335 6.32093 8.59008 6.21019C9.1468 6.09945 9.72385 6.15627 10.2483 6.37349C10.7727 6.59071 11.221 6.95859 11.5364 7.43056C11.8517 7.90253 12.02 8.45741 12.02 9.02504C12.0226 9.40409 11.9504 9.77992 11.8075 10.131C11.6646 10.4821 11.4538 10.8015 11.1871 11.0709C10.9205 11.3403 10.6032 11.5545 10.2536 11.701C9.90408 11.8476 9.52907 11.9237 9.15001 11.925V11.895Z" fill="black"/> </svg>
Copied!