tag question mark icon

tag-question-mark-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
tag-question-mark-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

7 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System 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="M19.75 2A2.25 2.25 0 0 1 22 4.25v5.462a3.25 3.25 0 0 1-.952 2.298l-.026.026a6.5 6.5 0 0 0-1.43-.692l.395-.395a1.75 1.75 0 0 0 .513-1.237V4.25a.75.75 0 0 0-.75-.75h-5.466c-.464 0-.91.185-1.238.513l-8.512 8.523a1.75 1.75 0 0 0 .015 2.462l4.461 4.454a1.755 1.755 0 0 0 2.33.13q.249.732.654 1.375a3.256 3.256 0 0 1-4.043-.443L3.489 16.06a3.25 3.25 0 0 1-.004-4.596l8.5-8.51a3.25 3.25 0 0 1 2.3-.953zM17 5.502a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M23 17.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0m-6.125 3.005a.625.625 0 1 1 1.25 0a.625.625 0 0 1-1.25 0m-1.229-4.548c-.01-1.137.806-1.954 1.854-1.954c1.03 0 1.853.846 1.853 1.95c0 .566-.185.913-.663 1.447l-.266.29l-.1.116c-.248.292-.324.462-.324.695a.5.5 0 0 1-1 0c0-.576.187-.926.67-1.468l.266-.29l.1-.113c.242-.286.317-.453.317-.677c0-.558-.38-.95-.853-.95c-.494 0-.86.366-.854.945a.5.5 0 0 1-1 .01"/></svg>

React

import type { SVGProps } from "react";

export function FluentTagQuestionMark24Regular(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="M19.75 2A2.25 2.25 0 0 1 22 4.25v5.462a3.25 3.25 0 0 1-.952 2.298l-.026.026a6.5 6.5 0 0 0-1.43-.692l.395-.395a1.75 1.75 0 0 0 .513-1.237V4.25a.75.75 0 0 0-.75-.75h-5.466c-.464 0-.91.185-1.238.513l-8.512 8.523a1.75 1.75 0 0 0 .015 2.462l4.461 4.454a1.755 1.755 0 0 0 2.33.13q.249.732.654 1.375a3.256 3.256 0 0 1-4.043-.443L3.489 16.06a3.25 3.25 0 0 1-.004-4.596l8.5-8.51a3.25 3.25 0 0 1 2.3-.953zM17 5.502a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M23 17.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0m-6.125 3.005a.625.625 0 1 1 1.25 0a.625.625 0 0 1-1.25 0m-1.229-4.548c-.01-1.137.806-1.954 1.854-1.954c1.03 0 1.853.846 1.853 1.95c0 .566-.185.913-.663 1.447l-.266.29l-.1.116c-.248.292-.324.462-.324.695a.5.5 0 0 1-1 0c0-.576.187-.926.67-1.468l.266-.29l.1-.113c.242-.286.317-.453.317-.677c0-.558-.38-.95-.853-.95c-.494 0-.86.366-.854.945a.5.5 0 0 1-1 .01"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.75 2A2.25 2.25 0 0 1 22 4.25v5.462a3.25 3.25 0 0 1-.952 2.298l-.026.026a6.5 6.5 0 0 0-1.43-.692l.395-.395a1.75 1.75 0 0 0 .513-1.237V4.25a.75.75 0 0 0-.75-.75h-5.466c-.464 0-.91.185-1.238.513l-8.512 8.523a1.75 1.75 0 0 0 .015 2.462l4.461 4.454a1.755 1.755 0 0 0 2.33.13q.249.732.654 1.375a3.256 3.256 0 0 1-4.043-.443L3.489 16.06a3.25 3.25 0 0 1-.004-4.596l8.5-8.51a3.25 3.25 0 0 1 2.3-.953zM17 5.502a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M23 17.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0m-6.125 3.005a.625.625 0 1 1 1.25 0a.625.625 0 0 1-1.25 0m-1.229-4.548c-.01-1.137.806-1.954 1.854-1.954c1.03 0 1.853.846 1.853 1.95c0 .566-.185.913-.663 1.447l-.266.29l-.1.116c-.248.292-.324.462-.324.695a.5.5 0 0 1-1 0c0-.576.187-.926.67-1.468l.266-.29l.1-.113c.242-.286.317-.453.317-.677c0-.558-.38-.95-.853-.95c-.494 0-.86.366-.854.945a.5.5 0 0 1-1 .01"/></svg>
</template>

CSS

.icon-tag-question-mark-24-regular {
  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%22M19.75%202A2.25%202.25%200%200%201%2022%204.25v5.462a3.25%203.25%200%200%201-.952%202.298l-.026.026a6.5%206.5%200%200%200-1.43-.692l.395-.395a1.75%201.75%200%200%200%20.513-1.237V4.25a.75.75%200%200%200-.75-.75h-5.466c-.464%200-.91.185-1.238.513l-8.512%208.523a1.75%201.75%200%200%200%20.015%202.462l4.461%204.454a1.755%201.755%200%200%200%202.33.13q.249.732.654%201.375a3.256%203.256%200%200%201-4.043-.443L3.489%2016.06a3.25%203.25%200%200%201-.004-4.596l8.5-8.51a3.25%203.25%200%200%201%202.3-.953zM17%205.502a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3M23%2017.5a5.5%205.5%200%201%200-11%200a5.5%205.5%200%200%200%2011%200m-6.125%203.005a.625.625%200%201%201%201.25%200a.625.625%200%200%201-1.25%200m-1.229-4.548c-.01-1.137.806-1.954%201.854-1.954c1.03%200%201.853.846%201.853%201.95c0%20.566-.185.913-.663%201.447l-.266.29l-.1.116c-.248.292-.324.462-.324.695a.5.5%200%200%201-1%200c0-.576.187-.926.67-1.468l.266-.29l.1-.113c.242-.286.317-.453.317-.677c0-.558-.38-.95-.853-.95c-.494%200-.86.366-.854.945a.5.5%200%200%201-1%20.01%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%22M19.75%202A2.25%202.25%200%200%201%2022%204.25v5.462a3.25%203.25%200%200%201-.952%202.298l-.026.026a6.5%206.5%200%200%200-1.43-.692l.395-.395a1.75%201.75%200%200%200%20.513-1.237V4.25a.75.75%200%200%200-.75-.75h-5.466c-.464%200-.91.185-1.238.513l-8.512%208.523a1.75%201.75%200%200%200%20.015%202.462l4.461%204.454a1.755%201.755%200%200%200%202.33.13q.249.732.654%201.375a3.256%203.256%200%200%201-4.043-.443L3.489%2016.06a3.25%203.25%200%200%201-.004-4.596l8.5-8.51a3.25%203.25%200%200%201%202.3-.953zM17%205.502a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3M23%2017.5a5.5%205.5%200%201%200-11%200a5.5%205.5%200%200%200%2011%200m-6.125%203.005a.625.625%200%201%201%201.25%200a.625.625%200%200%201-1.25%200m-1.229-4.548c-.01-1.137.806-1.954%201.854-1.954c1.03%200%201.853.846%201.853%201.95c0%20.566-.185.913-.663%201.447l-.266.29l-.1.116c-.248.292-.324.462-.324.695a.5.5%200%200%201-1%200c0-.576.187-.926.67-1.468l.266-.29l.1-.113c.242-.286.317-.453.317-.677c0-.558-.38-.95-.853-.95c-.494%200-.86.366-.854.945a.5.5%200%200%201-1%20.01%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/tag-question-mark-24-regular.svg?color=%231a73e8&size=48