tag question mark icon
tag-question-mark-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- tag-question-mark-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
Related icons in Mage Icons
Use the tag question mark icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.837 5.695a4.1 4.1 0 0 0-2.93-1.21h-9.2a4.1 4.1 0 0 0-2.92 1.22l-.08.08l-3.08 4.21a3.74 3.74 0 0 0 0 4.05l3 4.17l.08.09a4.1 4.1 0 0 0 2.92 1.21h9.2a4.13 4.13 0 0 0 4.14-4.13v-6.77a4.1 4.1 0 0 0-1.13-2.92m-8.18 11a1 1 0 1 1 0-2a1 1 0 0 1 0 2m2.67-5.52a2.6 2.6 0 0 1-.63.9a2.7 2.7 0 0 1-.93.55v.05a.2.2 0 0 0 0 .1v.41a1 1 0 1 1-2 0v-.49a2.16 2.16 0 0 1 1.4-2a.7.7 0 0 0 .25-.14a.6.6 0 0 0 .14-.21a.5.5 0 0 0 0-.24a.54.54 0 0 0-.06-.25a.8.8 0 0 0-.23-.25a.8.8 0 0 0-.36-.15a1 1 0 0 0-.61.08a.9.9 0 0 0-.41.43a1 1 0 0 1-1.841-.073a1 1 0 0 1 .031-.767a2.9 2.9 0 0 1 1.3-1.36a2.86 2.86 0 0 1 1.86-.28a2.8 2.8 0 0 1 2.05 1.49a2.6 2.6 0 0 1 .07 2.16z"/></svg>
React
import type { SVGProps } from "react";
export function MageTagQuestionMarkFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.837 5.695a4.1 4.1 0 0 0-2.93-1.21h-9.2a4.1 4.1 0 0 0-2.92 1.22l-.08.08l-3.08 4.21a3.74 3.74 0 0 0 0 4.05l3 4.17l.08.09a4.1 4.1 0 0 0 2.92 1.21h9.2a4.13 4.13 0 0 0 4.14-4.13v-6.77a4.1 4.1 0 0 0-1.13-2.92m-8.18 11a1 1 0 1 1 0-2a1 1 0 0 1 0 2m2.67-5.52a2.6 2.6 0 0 1-.63.9a2.7 2.7 0 0 1-.93.55v.05a.2.2 0 0 0 0 .1v.41a1 1 0 1 1-2 0v-.49a2.16 2.16 0 0 1 1.4-2a.7.7 0 0 0 .25-.14a.6.6 0 0 0 .14-.21a.5.5 0 0 0 0-.24a.54.54 0 0 0-.06-.25a.8.8 0 0 0-.23-.25a.8.8 0 0 0-.36-.15a1 1 0 0 0-.61.08a.9.9 0 0 0-.41.43a1 1 0 0 1-1.841-.073a1 1 0 0 1 .031-.767a2.9 2.9 0 0 1 1.3-1.36a2.86 2.86 0 0 1 1.86-.28a2.8 2.8 0 0 1 2.05 1.49a2.6 2.6 0 0 1 .07 2.16z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.837 5.695a4.1 4.1 0 0 0-2.93-1.21h-9.2a4.1 4.1 0 0 0-2.92 1.22l-.08.08l-3.08 4.21a3.74 3.74 0 0 0 0 4.05l3 4.17l.08.09a4.1 4.1 0 0 0 2.92 1.21h9.2a4.13 4.13 0 0 0 4.14-4.13v-6.77a4.1 4.1 0 0 0-1.13-2.92m-8.18 11a1 1 0 1 1 0-2a1 1 0 0 1 0 2m2.67-5.52a2.6 2.6 0 0 1-.63.9a2.7 2.7 0 0 1-.93.55v.05a.2.2 0 0 0 0 .1v.41a1 1 0 1 1-2 0v-.49a2.16 2.16 0 0 1 1.4-2a.7.7 0 0 0 .25-.14a.6.6 0 0 0 .14-.21a.5.5 0 0 0 0-.24a.54.54 0 0 0-.06-.25a.8.8 0 0 0-.23-.25a.8.8 0 0 0-.36-.15a1 1 0 0 0-.61.08a.9.9 0 0 0-.41.43a1 1 0 0 1-1.841-.073a1 1 0 0 1 .031-.767a2.9 2.9 0 0 1 1.3-1.36a2.86 2.86 0 0 1 1.86-.28a2.8 2.8 0 0 1 2.05 1.49a2.6 2.6 0 0 1 .07 2.16z"/></svg> </template>
CSS
.icon-tag-question-mark-fill {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.837%205.695a4.1%204.1%200%200%200-2.93-1.21h-9.2a4.1%204.1%200%200%200-2.92%201.22l-.08.08l-3.08%204.21a3.74%203.74%200%200%200%200%204.05l3%204.17l.08.09a4.1%204.1%200%200%200%202.92%201.21h9.2a4.13%204.13%200%200%200%204.14-4.13v-6.77a4.1%204.1%200%200%200-1.13-2.92m-8.18%2011a1%201%200%201%201%200-2a1%201%200%200%201%200%202m2.67-5.52a2.6%202.6%200%200%201-.63.9a2.7%202.7%200%200%201-.93.55v.05a.2.2%200%200%200%200%20.1v.41a1%201%200%201%201-2%200v-.49a2.16%202.16%200%200%201%201.4-2a.7.7%200%200%200%20.25-.14a.6.6%200%200%200%20.14-.21a.5.5%200%200%200%200-.24a.54.54%200%200%200-.06-.25a.8.8%200%200%200-.23-.25a.8.8%200%200%200-.36-.15a1%201%200%200%200-.61.08a.9.9%200%200%200-.41.43a1%201%200%200%201-1.841-.073a1%201%200%200%201%20.031-.767a2.9%202.9%200%200%201%201.3-1.36a2.86%202.86%200%200%201%201.86-.28a2.8%202.8%200%200%201%202.05%201.49a2.6%202.6%200%200%201%20.07%202.16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.837%205.695a4.1%204.1%200%200%200-2.93-1.21h-9.2a4.1%204.1%200%200%200-2.92%201.22l-.08.08l-3.08%204.21a3.74%203.74%200%200%200%200%204.05l3%204.17l.08.09a4.1%204.1%200%200%200%202.92%201.21h9.2a4.13%204.13%200%200%200%204.14-4.13v-6.77a4.1%204.1%200%200%200-1.13-2.92m-8.18%2011a1%201%200%201%201%200-2a1%201%200%200%201%200%202m2.67-5.52a2.6%202.6%200%200%201-.63.9a2.7%202.7%200%200%201-.93.55v.05a.2.2%200%200%200%200%20.1v.41a1%201%200%201%201-2%200v-.49a2.16%202.16%200%200%201%201.4-2a.7.7%200%200%200%20.25-.14a.6.6%200%200%200%20.14-.21a.5.5%200%200%200%200-.24a.54.54%200%200%200-.06-.25a.8.8%200%200%200-.23-.25a.8.8%200%200%200-.36-.15a1%201%200%200%200-.61.08a.9.9%200%200%200-.41.43a1%201%200%200%201-1.841-.073a1%201%200%200%201%20.031-.767a2.9%202.9%200%200%201%201.3-1.36a2.86%202.86%200%200%201%201.86-.28a2.8%202.8%200%200%201%202.05%201.49a2.6%202.6%200%200%201%20.07%202.16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/tag-question-mark-fill.svg?color=%231a73e8&size=48