circle highlight icon
circle-highlight-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- circle-highlight-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 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-hint-12-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 highlight icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.306 2.367q-.713.2-1.38.498L11.78 6.72a.75.75 0 0 1-1.06 1.06L6.552 3.613q-.564.368-1.073.805L9.28 8.22a.75.75 0 0 1-1.06 1.06l-3.802-3.8q-.437.508-.805 1.072L7.78 10.72a.75.75 0 1 1-1.06 1.06L2.865 7.926a10 10 0 0 0-.498 1.38L6.78 13.72a.75.75 0 1 1-1.06 1.06L2.04 11.1a10 10 0 0 0 .008 1.888L6.53 17.47a.75.75 0 1 1-1.06 1.06l-2.717-2.717A10 10 0 0 0 12 22c5.523 0 10-4.477 10-10c0-4.172-2.555-7.748-6.187-9.247L18.53 5.47a.75.75 0 0 1-1.06 1.06l-4.482-4.482A10 10 0 0 0 11.1 2.04l3.68 3.68a.75.75 0 0 1-1.061 1.06z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCircleHighlight24Filled(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="M9.306 2.367q-.713.2-1.38.498L11.78 6.72a.75.75 0 0 1-1.06 1.06L6.552 3.613q-.564.368-1.073.805L9.28 8.22a.75.75 0 0 1-1.06 1.06l-3.802-3.8q-.437.508-.805 1.072L7.78 10.72a.75.75 0 1 1-1.06 1.06L2.865 7.926a10 10 0 0 0-.498 1.38L6.78 13.72a.75.75 0 1 1-1.06 1.06L2.04 11.1a10 10 0 0 0 .008 1.888L6.53 17.47a.75.75 0 1 1-1.06 1.06l-2.717-2.717A10 10 0 0 0 12 22c5.523 0 10-4.477 10-10c0-4.172-2.555-7.748-6.187-9.247L18.53 5.47a.75.75 0 0 1-1.06 1.06l-4.482-4.482A10 10 0 0 0 11.1 2.04l3.68 3.68a.75.75 0 0 1-1.061 1.06z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.306 2.367q-.713.2-1.38.498L11.78 6.72a.75.75 0 0 1-1.06 1.06L6.552 3.613q-.564.368-1.073.805L9.28 8.22a.75.75 0 0 1-1.06 1.06l-3.802-3.8q-.437.508-.805 1.072L7.78 10.72a.75.75 0 1 1-1.06 1.06L2.865 7.926a10 10 0 0 0-.498 1.38L6.78 13.72a.75.75 0 1 1-1.06 1.06L2.04 11.1a10 10 0 0 0 .008 1.888L6.53 17.47a.75.75 0 1 1-1.06 1.06l-2.717-2.717A10 10 0 0 0 12 22c5.523 0 10-4.477 10-10c0-4.172-2.555-7.748-6.187-9.247L18.53 5.47a.75.75 0 0 1-1.06 1.06l-4.482-4.482A10 10 0 0 0 11.1 2.04l3.68 3.68a.75.75 0 0 1-1.061 1.06z"/></svg> </template>
CSS
.icon-circle-highlight-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.306%202.367q-.713.2-1.38.498L11.78%206.72a.75.75%200%200%201-1.06%201.06L6.552%203.613q-.564.368-1.073.805L9.28%208.22a.75.75%200%200%201-1.06%201.06l-3.802-3.8q-.437.508-.805%201.072L7.78%2010.72a.75.75%200%201%201-1.06%201.06L2.865%207.926a10%2010%200%200%200-.498%201.38L6.78%2013.72a.75.75%200%201%201-1.06%201.06L2.04%2011.1a10%2010%200%200%200%20.008%201.888L6.53%2017.47a.75.75%200%201%201-1.06%201.06l-2.717-2.717A10%2010%200%200%200%2012%2022c5.523%200%2010-4.477%2010-10c0-4.172-2.555-7.748-6.187-9.247L18.53%205.47a.75.75%200%200%201-1.06%201.06l-4.482-4.482A10%2010%200%200%200%2011.1%202.04l3.68%203.68a.75.75%200%200%201-1.061%201.06z%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%22M9.306%202.367q-.713.2-1.38.498L11.78%206.72a.75.75%200%200%201-1.06%201.06L6.552%203.613q-.564.368-1.073.805L9.28%208.22a.75.75%200%200%201-1.06%201.06l-3.802-3.8q-.437.508-.805%201.072L7.78%2010.72a.75.75%200%201%201-1.06%201.06L2.865%207.926a10%2010%200%200%200-.498%201.38L6.78%2013.72a.75.75%200%201%201-1.06%201.06L2.04%2011.1a10%2010%200%200%200%20.008%201.888L6.53%2017.47a.75.75%200%201%201-1.06%201.06l-2.717-2.717A10%2010%200%200%200%2012%2022c5.523%200%2010-4.477%2010-10c0-4.172-2.555-7.748-6.187-9.247L18.53%205.47a.75.75%200%200%201-1.06%201.06l-4.482-4.482A10%2010%200%200%200%2011.1%202.04l3.68%203.68a.75.75%200%200%201-1.061%201.06z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/circle-highlight-24-filled.svg?color=%231a73e8&size=48