circle hint icon
circle-hint-12-filled from Fluent UI System Icons by Microsoft Corporation · 12 Filled · MIT Free for personal and commercial use.
- Name
- circle-hint-12-filled
- Set
- Fluent UI System Icons
- Style
- 12 Filled
- Viewbox
- 12×12
- License
- MIT
13 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
circle-edit-20-filledcircle-eraser-20-filledcircle-half-fill-12-filledcircle-highlight-20-filledcircle-hint-cursor-16-filledcircle-hint-dismiss-16-filledcircle-hint-half-vertical-16-filledcircle-image-16-filledcircle-line-12-filledcircle-multiple-concentric-16-filledcircle-multiple-hint-checkmark-16-filledcircle-multiple-subtract-checkmark-20-filledcircle-off-16-filledcircle-shadow-20-filledcircle-small-20-filledcircle-sparkle-16-filled
Use the circle hint icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M5.544 9.47a3.5 3.5 0 0 0 .904 0c.36-.046.736.091.918.406c.237.411.052.941-.414 1.032a5 5 0 0 1-1.916-.002c-.465-.091-.649-.622-.412-1.032c.182-.315.559-.452.92-.404m4.499-2.718c.474 0 .841.425.687.874a5 5 0 0 1-.96 1.657c-.311.357-.863.252-1.1-.158c-.181-.315-.111-.709.11-.997q.275-.358.452-.781c.14-.337.446-.595.81-.595m-8.084 0c.364 0 .671.258.811.595q.176.42.45.776c.22.289.29.683.108.998c-.238.411-.79.515-1.102.156a5 5 0 0 1-.954-1.651c-.154-.449.212-.874.687-.874m.266-4.03c.312-.359.864-.255 1.102.156c.182.315.112.709-.109.998q-.273.358-.45.78c-.14.337-.447.596-.811.596c-.474 0-.84-.426-.687-.874c.21-.615.538-1.176.955-1.656m6.443.148c.237-.41.787-.514 1.098-.158c.422.482.754 1.047.966 1.666c.154.448-.213.874-.687.874c-.365 0-.672-.259-.812-.596a3.5 3.5 0 0 0-.456-.788c-.222-.288-.291-.683-.11-.998M6 1q.49 0 .953.09c.465.091.65.622.414 1.033c-.182.315-.558.451-.918.405a3.5 3.5 0 0 0-.903.001c-.361.046-.738-.091-.92-.406c-.236-.41-.05-.94.414-1.03Q5.507 1.002 6 1"/></svg>
React
import type { SVGProps } from "react";
export function FluentCircleHint12Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M5.544 9.47a3.5 3.5 0 0 0 .904 0c.36-.046.736.091.918.406c.237.411.052.941-.414 1.032a5 5 0 0 1-1.916-.002c-.465-.091-.649-.622-.412-1.032c.182-.315.559-.452.92-.404m4.499-2.718c.474 0 .841.425.687.874a5 5 0 0 1-.96 1.657c-.311.357-.863.252-1.1-.158c-.181-.315-.111-.709.11-.997q.275-.358.452-.781c.14-.337.446-.595.81-.595m-8.084 0c.364 0 .671.258.811.595q.176.42.45.776c.22.289.29.683.108.998c-.238.411-.79.515-1.102.156a5 5 0 0 1-.954-1.651c-.154-.449.212-.874.687-.874m.266-4.03c.312-.359.864-.255 1.102.156c.182.315.112.709-.109.998q-.273.358-.45.78c-.14.337-.447.596-.811.596c-.474 0-.84-.426-.687-.874c.21-.615.538-1.176.955-1.656m6.443.148c.237-.41.787-.514 1.098-.158c.422.482.754 1.047.966 1.666c.154.448-.213.874-.687.874c-.365 0-.672-.259-.812-.596a3.5 3.5 0 0 0-.456-.788c-.222-.288-.291-.683-.11-.998M6 1q.49 0 .953.09c.465.091.65.622.414 1.033c-.182.315-.558.451-.918.405a3.5 3.5 0 0 0-.903.001c-.361.046-.738-.091-.92-.406c-.236-.41-.05-.94.414-1.03Q5.507 1.002 6 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M5.544 9.47a3.5 3.5 0 0 0 .904 0c.36-.046.736.091.918.406c.237.411.052.941-.414 1.032a5 5 0 0 1-1.916-.002c-.465-.091-.649-.622-.412-1.032c.182-.315.559-.452.92-.404m4.499-2.718c.474 0 .841.425.687.874a5 5 0 0 1-.96 1.657c-.311.357-.863.252-1.1-.158c-.181-.315-.111-.709.11-.997q.275-.358.452-.781c.14-.337.446-.595.81-.595m-8.084 0c.364 0 .671.258.811.595q.176.42.45.776c.22.289.29.683.108.998c-.238.411-.79.515-1.102.156a5 5 0 0 1-.954-1.651c-.154-.449.212-.874.687-.874m.266-4.03c.312-.359.864-.255 1.102.156c.182.315.112.709-.109.998q-.273.358-.45.78c-.14.337-.447.596-.811.596c-.474 0-.84-.426-.687-.874c.21-.615.538-1.176.955-1.656m6.443.148c.237-.41.787-.514 1.098-.158c.422.482.754 1.047.966 1.666c.154.448-.213.874-.687.874c-.365 0-.672-.259-.812-.596a3.5 3.5 0 0 0-.456-.788c-.222-.288-.291-.683-.11-.998M6 1q.49 0 .953.09c.465.091.65.622.414 1.033c-.182.315-.558.451-.918.405a3.5 3.5 0 0 0-.903.001c-.361.046-.738-.091-.92-.406c-.236-.41-.05-.94.414-1.03Q5.507 1.002 6 1"/></svg> </template>
CSS
.icon-circle-hint-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.544%209.47a3.5%203.5%200%200%200%20.904%200c.36-.046.736.091.918.406c.237.411.052.941-.414%201.032a5%205%200%200%201-1.916-.002c-.465-.091-.649-.622-.412-1.032c.182-.315.559-.452.92-.404m4.499-2.718c.474%200%20.841.425.687.874a5%205%200%200%201-.96%201.657c-.311.357-.863.252-1.1-.158c-.181-.315-.111-.709.11-.997q.275-.358.452-.781c.14-.337.446-.595.81-.595m-8.084%200c.364%200%20.671.258.811.595q.176.42.45.776c.22.289.29.683.108.998c-.238.411-.79.515-1.102.156a5%205%200%200%201-.954-1.651c-.154-.449.212-.874.687-.874m.266-4.03c.312-.359.864-.255%201.102.156c.182.315.112.709-.109.998q-.273.358-.45.78c-.14.337-.447.596-.811.596c-.474%200-.84-.426-.687-.874c.21-.615.538-1.176.955-1.656m6.443.148c.237-.41.787-.514%201.098-.158c.422.482.754%201.047.966%201.666c.154.448-.213.874-.687.874c-.365%200-.672-.259-.812-.596a3.5%203.5%200%200%200-.456-.788c-.222-.288-.291-.683-.11-.998M6%201q.49%200%20.953.09c.465.091.65.622.414%201.033c-.182.315-.558.451-.918.405a3.5%203.5%200%200%200-.903.001c-.361.046-.738-.091-.92-.406c-.236-.41-.05-.94.414-1.03Q5.507%201.002%206%201%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.544%209.47a3.5%203.5%200%200%200%20.904%200c.36-.046.736.091.918.406c.237.411.052.941-.414%201.032a5%205%200%200%201-1.916-.002c-.465-.091-.649-.622-.412-1.032c.182-.315.559-.452.92-.404m4.499-2.718c.474%200%20.841.425.687.874a5%205%200%200%201-.96%201.657c-.311.357-.863.252-1.1-.158c-.181-.315-.111-.709.11-.997q.275-.358.452-.781c.14-.337.446-.595.81-.595m-8.084%200c.364%200%20.671.258.811.595q.176.42.45.776c.22.289.29.683.108.998c-.238.411-.79.515-1.102.156a5%205%200%200%201-.954-1.651c-.154-.449.212-.874.687-.874m.266-4.03c.312-.359.864-.255%201.102.156c.182.315.112.709-.109.998q-.273.358-.45.78c-.14.337-.447.596-.811.596c-.474%200-.84-.426-.687-.874c.21-.615.538-1.176.955-1.656m6.443.148c.237-.41.787-.514%201.098-.158c.422.482.754%201.047.966%201.666c.154.448-.213.874-.687.874c-.365%200-.672-.259-.812-.596a3.5%203.5%200%200%200-.456-.788c-.222-.288-.291-.683-.11-.998M6%201q.49%200%20.953.09c.465.091.65.622.414%201.033c-.182.315-.558.451-.918.405a3.5%203.5%200%200%200-.903.001c-.361.046-.738-.091-.92-.406c-.236-.41-.05-.94.414-1.03Q5.507%201.002%206%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/circle-hint-12-filled.svg?color=%231a73e8&size=48