emoji hint icon
emoji-hint-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- emoji-hint-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the emoji hint icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M11.66 2.228a.75.75 0 1 0 .29 1.472a10.8 10.8 0 0 1 4.1 0a.75.75 0 0 0 .291-1.472a12.3 12.3 0 0 0-4.682 0m9.008 1.794a.75.75 0 0 0-.834 1.246a10.6 10.6 0 0 1 2.898 2.899a.75.75 0 1 0 1.247-.835a12.1 12.1 0 0 0-3.31-3.31M8.167 5.268a.75.75 0 0 0-.835-1.246a12.1 12.1 0 0 0-3.31 3.31a.75.75 0 0 0 1.247.835a10.6 10.6 0 0 1 2.898-2.899m17.605 6.39a.75.75 0 1 0-1.471.292a10.8 10.8 0 0 1 0 4.1a.75.75 0 0 0 1.471.291a12.3 12.3 0 0 0 0-4.682M3.7 11.95a.75.75 0 1 0-1.471-.291a12.3 12.3 0 0 0 0 4.682a.75.75 0 0 0 1.471-.291a10.8 10.8 0 0 1 0-4.1m20.279 8.718a.75.75 0 1 0-1.247-.835a10.6 10.6 0 0 1-2.898 2.899a.75.75 0 1 0 .834 1.246a12.1 12.1 0 0 0 3.31-3.31m-18.71-.835a.75.75 0 0 0-1.247.835a12.1 12.1 0 0 0 3.31 3.31a.75.75 0 1 0 .835-1.246a10.6 10.6 0 0 1-2.898-2.899m11.073 5.939a.75.75 0 0 0-.292-1.472a10.8 10.8 0 0 1-4.1 0a.75.75 0 0 0-.29 1.472c1.515.3 3.166.3 4.682 0M23 14a9 9 0 1 1-18 0a9 9 0 0 1 18 0m-11-2.75a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m5.25 1.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m-8.1 4.679a.75.75 0 0 0-.08 1.057A6.49 6.49 0 0 0 14 20.5c1.972 0 3.74-.879 4.93-2.264a.75.75 0 0 0-1.137-.978A4.99 4.99 0 0 1 14.001 19a4.99 4.99 0 0 1-3.793-1.742a.75.75 0 0 0-1.058-.08"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHint28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M11.66 2.228a.75.75 0 1 0 .29 1.472a10.8 10.8 0 0 1 4.1 0a.75.75 0 0 0 .291-1.472a12.3 12.3 0 0 0-4.682 0m9.008 1.794a.75.75 0 0 0-.834 1.246a10.6 10.6 0 0 1 2.898 2.899a.75.75 0 1 0 1.247-.835a12.1 12.1 0 0 0-3.31-3.31M8.167 5.268a.75.75 0 0 0-.835-1.246a12.1 12.1 0 0 0-3.31 3.31a.75.75 0 0 0 1.247.835a10.6 10.6 0 0 1 2.898-2.899m17.605 6.39a.75.75 0 1 0-1.471.292a10.8 10.8 0 0 1 0 4.1a.75.75 0 0 0 1.471.291a12.3 12.3 0 0 0 0-4.682M3.7 11.95a.75.75 0 1 0-1.471-.291a12.3 12.3 0 0 0 0 4.682a.75.75 0 0 0 1.471-.291a10.8 10.8 0 0 1 0-4.1m20.279 8.718a.75.75 0 1 0-1.247-.835a10.6 10.6 0 0 1-2.898 2.899a.75.75 0 1 0 .834 1.246a12.1 12.1 0 0 0 3.31-3.31m-18.71-.835a.75.75 0 0 0-1.247.835a12.1 12.1 0 0 0 3.31 3.31a.75.75 0 1 0 .835-1.246a10.6 10.6 0 0 1-2.898-2.899m11.073 5.939a.75.75 0 0 0-.292-1.472a10.8 10.8 0 0 1-4.1 0a.75.75 0 0 0-.29 1.472c1.515.3 3.166.3 4.682 0M23 14a9 9 0 1 1-18 0a9 9 0 0 1 18 0m-11-2.75a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m5.25 1.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m-8.1 4.679a.75.75 0 0 0-.08 1.057A6.49 6.49 0 0 0 14 20.5c1.972 0 3.74-.879 4.93-2.264a.75.75 0 0 0-1.137-.978A4.99 4.99 0 0 1 14.001 19a4.99 4.99 0 0 1-3.793-1.742a.75.75 0 0 0-1.058-.08"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M11.66 2.228a.75.75 0 1 0 .29 1.472a10.8 10.8 0 0 1 4.1 0a.75.75 0 0 0 .291-1.472a12.3 12.3 0 0 0-4.682 0m9.008 1.794a.75.75 0 0 0-.834 1.246a10.6 10.6 0 0 1 2.898 2.899a.75.75 0 1 0 1.247-.835a12.1 12.1 0 0 0-3.31-3.31M8.167 5.268a.75.75 0 0 0-.835-1.246a12.1 12.1 0 0 0-3.31 3.31a.75.75 0 0 0 1.247.835a10.6 10.6 0 0 1 2.898-2.899m17.605 6.39a.75.75 0 1 0-1.471.292a10.8 10.8 0 0 1 0 4.1a.75.75 0 0 0 1.471.291a12.3 12.3 0 0 0 0-4.682M3.7 11.95a.75.75 0 1 0-1.471-.291a12.3 12.3 0 0 0 0 4.682a.75.75 0 0 0 1.471-.291a10.8 10.8 0 0 1 0-4.1m20.279 8.718a.75.75 0 1 0-1.247-.835a10.6 10.6 0 0 1-2.898 2.899a.75.75 0 1 0 .834 1.246a12.1 12.1 0 0 0 3.31-3.31m-18.71-.835a.75.75 0 0 0-1.247.835a12.1 12.1 0 0 0 3.31 3.31a.75.75 0 1 0 .835-1.246a10.6 10.6 0 0 1-2.898-2.899m11.073 5.939a.75.75 0 0 0-.292-1.472a10.8 10.8 0 0 1-4.1 0a.75.75 0 0 0-.29 1.472c1.515.3 3.166.3 4.682 0M23 14a9 9 0 1 1-18 0a9 9 0 0 1 18 0m-11-2.75a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m5.25 1.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m-8.1 4.679a.75.75 0 0 0-.08 1.057A6.49 6.49 0 0 0 14 20.5c1.972 0 3.74-.879 4.93-2.264a.75.75 0 0 0-1.137-.978A4.99 4.99 0 0 1 14.001 19a4.99 4.99 0 0 1-3.793-1.742a.75.75 0 0 0-1.058-.08"/></svg> </template>
CSS
.icon-emoji-hint-28-filled {
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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.66%202.228a.75.75%200%201%200%20.29%201.472a10.8%2010.8%200%200%201%204.1%200a.75.75%200%200%200%20.291-1.472a12.3%2012.3%200%200%200-4.682%200m9.008%201.794a.75.75%200%200%200-.834%201.246a10.6%2010.6%200%200%201%202.898%202.899a.75.75%200%201%200%201.247-.835a12.1%2012.1%200%200%200-3.31-3.31M8.167%205.268a.75.75%200%200%200-.835-1.246a12.1%2012.1%200%200%200-3.31%203.31a.75.75%200%200%200%201.247.835a10.6%2010.6%200%200%201%202.898-2.899m17.605%206.39a.75.75%200%201%200-1.471.292a10.8%2010.8%200%200%201%200%204.1a.75.75%200%200%200%201.471.291a12.3%2012.3%200%200%200%200-4.682M3.7%2011.95a.75.75%200%201%200-1.471-.291a12.3%2012.3%200%200%200%200%204.682a.75.75%200%200%200%201.471-.291a10.8%2010.8%200%200%201%200-4.1m20.279%208.718a.75.75%200%201%200-1.247-.835a10.6%2010.6%200%200%201-2.898%202.899a.75.75%200%201%200%20.834%201.246a12.1%2012.1%200%200%200%203.31-3.31m-18.71-.835a.75.75%200%200%200-1.247.835a12.1%2012.1%200%200%200%203.31%203.31a.75.75%200%201%200%20.835-1.246a10.6%2010.6%200%200%201-2.898-2.899m11.073%205.939a.75.75%200%200%200-.292-1.472a10.8%2010.8%200%200%201-4.1%200a.75.75%200%200%200-.29%201.472c1.515.3%203.166.3%204.682%200M23%2014a9%209%200%201%201-18%200a9%209%200%200%201%2018%200m-11-2.75a1.25%201.25%200%201%200-2.5%200a1.25%201.25%200%200%200%202.5%200m5.25%201.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m-8.1%204.679a.75.75%200%200%200-.08%201.057A6.49%206.49%200%200%200%2014%2020.5c1.972%200%203.74-.879%204.93-2.264a.75.75%200%200%200-1.137-.978A4.99%204.99%200%200%201%2014.001%2019a4.99%204.99%200%200%201-3.793-1.742a.75.75%200%200%200-1.058-.08%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.66%202.228a.75.75%200%201%200%20.29%201.472a10.8%2010.8%200%200%201%204.1%200a.75.75%200%200%200%20.291-1.472a12.3%2012.3%200%200%200-4.682%200m9.008%201.794a.75.75%200%200%200-.834%201.246a10.6%2010.6%200%200%201%202.898%202.899a.75.75%200%201%200%201.247-.835a12.1%2012.1%200%200%200-3.31-3.31M8.167%205.268a.75.75%200%200%200-.835-1.246a12.1%2012.1%200%200%200-3.31%203.31a.75.75%200%200%200%201.247.835a10.6%2010.6%200%200%201%202.898-2.899m17.605%206.39a.75.75%200%201%200-1.471.292a10.8%2010.8%200%200%201%200%204.1a.75.75%200%200%200%201.471.291a12.3%2012.3%200%200%200%200-4.682M3.7%2011.95a.75.75%200%201%200-1.471-.291a12.3%2012.3%200%200%200%200%204.682a.75.75%200%200%200%201.471-.291a10.8%2010.8%200%200%201%200-4.1m20.279%208.718a.75.75%200%201%200-1.247-.835a10.6%2010.6%200%200%201-2.898%202.899a.75.75%200%201%200%20.834%201.246a12.1%2012.1%200%200%200%203.31-3.31m-18.71-.835a.75.75%200%200%200-1.247.835a12.1%2012.1%200%200%200%203.31%203.31a.75.75%200%201%200%20.835-1.246a10.6%2010.6%200%200%201-2.898-2.899m11.073%205.939a.75.75%200%200%200-.292-1.472a10.8%2010.8%200%200%201-4.1%200a.75.75%200%200%200-.29%201.472c1.515.3%203.166.3%204.682%200M23%2014a9%209%200%201%201-18%200a9%209%200%200%201%2018%200m-11-2.75a1.25%201.25%200%201%200-2.5%200a1.25%201.25%200%200%200%202.5%200m5.25%201.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m-8.1%204.679a.75.75%200%200%200-.08%201.057A6.49%206.49%200%200%200%2014%2020.5c1.972%200%203.74-.879%204.93-2.264a.75.75%200%200%200-1.137-.978A4.99%204.99%200%200%201%2014.001%2019a4.99%204.99%200%200%201-3.793-1.742a.75.75%200%200%200-1.058-.08%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/emoji-hint-28-filled.svg?color=%231a73e8&size=48