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/310987.svg" alt="Tag Question Mark icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310987.svg" alt="Tag Question Mark icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310987.svg" alt="Tag Question Mark icon" :width="24" :height="24" />
CSS background
.icon-tag-question-mark {
background-image: url('https://proicons.com/icon/310987.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.25 12V15.3808C21.25 16.2774 20.8938 17.1373 20.2598 17.7713C19.6258 18.4054 18.7659 18.7616 17.8692 18.7616H8.6622C7.76586 18.7608 6.90652 18.4041 6.27311 17.7699L3.21913 13.6002C2.91282 13.1227 2.75 12.5673 2.75 12C2.75 11.4327 2.91282 10.8773 3.21913 10.3997L6.27311 6.2301C6.90652 5.5959 7.76586 5.23919 8.6622 5.2384H17.8692C18.7659 5.2384 19.6258 5.59459 20.2598 6.22861C20.8938 6.86263 21.25 7.72255 21.25 8.61919V12Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M10.9111 9.54323C11.0872 9.15904 11.3864 8.84457 11.7614 8.64959C12.1364 8.45461 12.5657 8.39025 12.9813 8.4667C13.2661 8.51039 13.5366 8.62024 13.7712 8.78743C14.0058 8.95461 14.1979 9.17447 14.3321 9.42937C14.4288 9.63323 14.4812 9.85524 14.4859 10.0808C14.4907 10.3064 14.4477 10.5304 14.3597 10.7381C14.2717 10.9459 14.1408 11.1327 13.9755 11.2862C13.8102 11.4397 13.6142 11.5566 13.4006 11.629C13.1826 11.7117 12.994 11.8571 12.8586 12.0468C12.7232 12.2366 12.6471 12.4622 12.6398 12.6952V13.1351" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M12.6056 15.5646H12.61" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!