circle shadow icon
circle-shadow-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- circle-shadow-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-highlight-20-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-small-20-filledcircle-sparkle-16-filled
Use the circle shadow icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.694 21.633q.713-.2 1.38-.498L12.22 17.28a.75.75 0 1 1 1.06-1.06l4.168 4.167a10 10 0 0 0 1.073-.805L14.72 15.78a.75.75 0 1 1 1.06-1.06l3.802 3.8q.437-.508.805-1.072L16.22 13.28a.75.75 0 1 1 1.06-1.06l3.855 3.854q.298-.667.498-1.38L17.22 10.28a.75.75 0 1 1 1.06-1.06l3.68 3.68a10 10 0 0 0-.008-1.888L17.47 6.53a.75.75 0 0 1 1.06-1.06l2.717 2.716A10 10 0 0 0 12 2C6.477 2 2 6.477 2 12c0 4.172 2.555 7.748 6.186 9.247L5.47 18.53a.75.75 0 1 1 1.06-1.06l4.482 4.482a10 10 0 0 0 1.887.008l-3.68-3.68a.75.75 0 1 1 1.061-1.06z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCircleShadow24Filled(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="M14.694 21.633q.713-.2 1.38-.498L12.22 17.28a.75.75 0 1 1 1.06-1.06l4.168 4.167a10 10 0 0 0 1.073-.805L14.72 15.78a.75.75 0 1 1 1.06-1.06l3.802 3.8q.437-.508.805-1.072L16.22 13.28a.75.75 0 1 1 1.06-1.06l3.855 3.854q.298-.667.498-1.38L17.22 10.28a.75.75 0 1 1 1.06-1.06l3.68 3.68a10 10 0 0 0-.008-1.888L17.47 6.53a.75.75 0 0 1 1.06-1.06l2.717 2.716A10 10 0 0 0 12 2C6.477 2 2 6.477 2 12c0 4.172 2.555 7.748 6.186 9.247L5.47 18.53a.75.75 0 1 1 1.06-1.06l4.482 4.482a10 10 0 0 0 1.887.008l-3.68-3.68a.75.75 0 1 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="M14.694 21.633q.713-.2 1.38-.498L12.22 17.28a.75.75 0 1 1 1.06-1.06l4.168 4.167a10 10 0 0 0 1.073-.805L14.72 15.78a.75.75 0 1 1 1.06-1.06l3.802 3.8q.437-.508.805-1.072L16.22 13.28a.75.75 0 1 1 1.06-1.06l3.855 3.854q.298-.667.498-1.38L17.22 10.28a.75.75 0 1 1 1.06-1.06l3.68 3.68a10 10 0 0 0-.008-1.888L17.47 6.53a.75.75 0 0 1 1.06-1.06l2.717 2.716A10 10 0 0 0 12 2C6.477 2 2 6.477 2 12c0 4.172 2.555 7.748 6.186 9.247L5.47 18.53a.75.75 0 1 1 1.06-1.06l4.482 4.482a10 10 0 0 0 1.887.008l-3.68-3.68a.75.75 0 1 1 1.061-1.06z"/></svg> </template>
CSS
.icon-circle-shadow-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%22M14.694%2021.633q.713-.2%201.38-.498L12.22%2017.28a.75.75%200%201%201%201.06-1.06l4.168%204.167a10%2010%200%200%200%201.073-.805L14.72%2015.78a.75.75%200%201%201%201.06-1.06l3.802%203.8q.437-.508.805-1.072L16.22%2013.28a.75.75%200%201%201%201.06-1.06l3.855%203.854q.298-.667.498-1.38L17.22%2010.28a.75.75%200%201%201%201.06-1.06l3.68%203.68a10%2010%200%200%200-.008-1.888L17.47%206.53a.75.75%200%200%201%201.06-1.06l2.717%202.716A10%2010%200%200%200%2012%202C6.477%202%202%206.477%202%2012c0%204.172%202.555%207.748%206.186%209.247L5.47%2018.53a.75.75%200%201%201%201.06-1.06l4.482%204.482a10%2010%200%200%200%201.887.008l-3.68-3.68a.75.75%200%201%201%201.061-1.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%22M14.694%2021.633q.713-.2%201.38-.498L12.22%2017.28a.75.75%200%201%201%201.06-1.06l4.168%204.167a10%2010%200%200%200%201.073-.805L14.72%2015.78a.75.75%200%201%201%201.06-1.06l3.802%203.8q.437-.508.805-1.072L16.22%2013.28a.75.75%200%201%201%201.06-1.06l3.855%203.854q.298-.667.498-1.38L17.22%2010.28a.75.75%200%201%201%201.06-1.06l3.68%203.68a10%2010%200%200%200-.008-1.888L17.47%206.53a.75.75%200%200%201%201.06-1.06l2.717%202.716A10%2010%200%200%200%2012%202C6.477%202%202%206.477%202%2012c0%204.172%202.555%207.748%206.186%209.247L5.47%2018.53a.75.75%200%201%201%201.06-1.06l4.482%204.482a10%2010%200%200%200%201.887.008l-3.68-3.68a.75.75%200%201%201%201.061-1.06z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/circle-shadow-24-filled.svg?color=%231a73e8&size=48