Tag Question Mark Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Tag Question Mark 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/310343.svg" alt="Tag Question Mark icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310343.svg" alt="Tag Question Mark icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310343.svg" alt="Tag Question Mark icon" :width="24" :height="24" />
CSS background
.icon-tag-question-mark {
background-image: url('https://proicons.com/icon/310343.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="M20.8373 5.69495C20.4533 5.30934 19.9966 5.0038 19.4937 4.79609C18.9907 4.58838 18.4515 4.48264 17.9074 4.48496H8.70729C8.16402 4.48472 7.62617 4.59245 7.12489 4.80189C6.62362 5.01132 6.16898 5.31829 5.78737 5.70496L5.70729 5.78495L2.62733 9.99494C2.23848 10.5987 2.03175 11.3018 2.03175 12.02C2.03175 12.7382 2.23848 13.4412 2.62733 14.045L5.62733 18.2149L5.70729 18.3049C6.0894 18.6903 6.54448 18.9957 7.04579 19.2034C7.54711 19.4112 8.08469 19.5171 8.62733 19.515H17.8274C18.3706 19.5163 18.9087 19.4104 19.4109 19.2034C19.9131 18.9965 20.3696 18.6925 20.7542 18.3088C21.1387 17.9252 21.4438 17.4695 21.652 16.9677C21.8602 16.466 21.9673 15.9282 21.9673 15.385V8.61497C21.9907 7.53066 21.5845 6.48107 20.8373 5.69495ZM12.6574 16.695C12.3921 16.695 12.1377 16.5896 11.9502 16.402C11.7627 16.2145 11.6574 15.9602 11.6574 15.695C11.6574 15.4297 11.7627 15.1754 11.9502 14.9879C12.1377 14.8003 12.3921 14.695 12.6574 14.695C12.9226 14.695 13.1769 14.8003 13.3644 14.9879C13.5519 15.1754 13.6574 15.4297 13.6574 15.695C13.6574 15.9602 13.5519 16.2145 13.3644 16.402C13.1769 16.5896 12.9226 16.695 12.6574 16.695ZM15.3274 11.175C15.1836 11.5163 14.9689 11.8231 14.6974 12.075C14.4271 12.3184 14.1109 12.5054 13.7673 12.6249V12.675C13.7584 12.7077 13.7584 12.7422 13.7673 12.7749V13.1849C13.7673 13.4502 13.662 13.7045 13.4745 13.8921C13.287 14.0796 13.0326 14.1849 12.7673 14.1849C12.5021 14.1849 12.2477 14.0796 12.0602 13.8921C11.8727 13.7045 11.7673 13.4502 11.7673 13.1849V12.695C11.7718 12.2593 11.9079 11.8351 12.1577 11.4782C12.4076 11.1213 12.7595 10.8482 13.1674 10.695C13.26 10.6672 13.3453 10.6193 13.4174 10.5549C13.4784 10.4957 13.5261 10.4241 13.5574 10.3449C13.5773 10.2662 13.5773 10.1837 13.5574 10.105C13.5578 10.018 13.5372 9.93224 13.4973 9.85496C13.4405 9.75534 13.3619 9.66987 13.2673 9.60496C13.1612 9.52673 13.0377 9.47528 12.9074 9.45496C12.7007 9.41687 12.4873 9.44484 12.2974 9.53495C12.116 9.62774 11.9714 9.77933 11.8873 9.96494C11.7764 10.2042 11.5755 10.3899 11.3283 10.4816C11.081 10.5734 10.8076 10.5638 10.5674 10.455C10.4477 10.4 10.34 10.322 10.2505 10.2253C10.161 10.1287 10.0916 10.0153 10.046 9.89176C10.0005 9.76818 9.97987 9.63682 9.98524 9.50523C9.99062 9.37363 10.0219 9.2444 10.0774 9.12495C10.3482 8.54017 10.8054 8.06184 11.3773 7.76496C11.948 7.46459 12.6035 7.36591 13.2373 7.48496C13.6673 7.5515 14.0752 7.71946 14.4274 7.97495C14.7891 8.23562 15.0838 8.57832 15.2874 8.97495C15.4526 9.30911 15.5443 9.67479 15.5564 10.0474C15.5685 10.42 15.5006 10.7908 15.3573 11.135L15.3274 11.175Z" fill="black"/> </svg>
Copied!