circle shadow icon
circle-shadow-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- circle-shadow-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M16 15.292q.374-.424.687-.898l-3.29-3.29a.5.5 0 0 1 .707-.708l3.096 3.096q.266-.547.448-1.137l-3.252-3.251a.5.5 0 0 1 .708-.708l2.806 2.807a8 8 0 0 0 .084-1.501l-3.348-3.348a.5.5 0 0 1 .708-.708l2.408 2.409a8 8 0 1 0-9.707 9.707l-2.409-2.408a.5.5 0 0 1 .708-.708l3.348 3.348a8 8 0 0 0 1.501-.084l-2.807-2.806a.5.5 0 0 1 .708-.708l3.25 3.252q.592-.182 1.138-.448l-3.096-3.096a.5.5 0 0 1 .708-.708l3.29 3.29q.475-.311.898-.687l-3.146-3.145a.5.5 0 0 1 .708-.708z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCircleShadow20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16 15.292q.374-.424.687-.898l-3.29-3.29a.5.5 0 0 1 .707-.708l3.096 3.096q.266-.547.448-1.137l-3.252-3.251a.5.5 0 0 1 .708-.708l2.806 2.807a8 8 0 0 0 .084-1.501l-3.348-3.348a.5.5 0 0 1 .708-.708l2.408 2.409a8 8 0 1 0-9.707 9.707l-2.409-2.408a.5.5 0 0 1 .708-.708l3.348 3.348a8 8 0 0 0 1.501-.084l-2.807-2.806a.5.5 0 0 1 .708-.708l3.25 3.252q.592-.182 1.138-.448l-3.096-3.096a.5.5 0 0 1 .708-.708l3.29 3.29q.475-.311.898-.687l-3.146-3.145a.5.5 0 0 1 .708-.708z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16 15.292q.374-.424.687-.898l-3.29-3.29a.5.5 0 0 1 .707-.708l3.096 3.096q.266-.547.448-1.137l-3.252-3.251a.5.5 0 0 1 .708-.708l2.806 2.807a8 8 0 0 0 .084-1.501l-3.348-3.348a.5.5 0 0 1 .708-.708l2.408 2.409a8 8 0 1 0-9.707 9.707l-2.409-2.408a.5.5 0 0 1 .708-.708l3.348 3.348a8 8 0 0 0 1.501-.084l-2.807-2.806a.5.5 0 0 1 .708-.708l3.25 3.252q.592-.182 1.138-.448l-3.096-3.096a.5.5 0 0 1 .708-.708l3.29 3.29q.475-.311.898-.687l-3.146-3.145a.5.5 0 0 1 .708-.708z"/></svg> </template>
CSS
.icon-circle-shadow-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2015.292q.374-.424.687-.898l-3.29-3.29a.5.5%200%200%201%20.707-.708l3.096%203.096q.266-.547.448-1.137l-3.252-3.251a.5.5%200%200%201%20.708-.708l2.806%202.807a8%208%200%200%200%20.084-1.501l-3.348-3.348a.5.5%200%200%201%20.708-.708l2.408%202.409a8%208%200%201%200-9.707%209.707l-2.409-2.408a.5.5%200%200%201%20.708-.708l3.348%203.348a8%208%200%200%200%201.501-.084l-2.807-2.806a.5.5%200%200%201%20.708-.708l3.25%203.252q.592-.182%201.138-.448l-3.096-3.096a.5.5%200%200%201%20.708-.708l3.29%203.29q.475-.311.898-.687l-3.146-3.145a.5.5%200%200%201%20.708-.708z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2015.292q.374-.424.687-.898l-3.29-3.29a.5.5%200%200%201%20.707-.708l3.096%203.096q.266-.547.448-1.137l-3.252-3.251a.5.5%200%200%201%20.708-.708l2.806%202.807a8%208%200%200%200%20.084-1.501l-3.348-3.348a.5.5%200%200%201%20.708-.708l2.408%202.409a8%208%200%201%200-9.707%209.707l-2.409-2.408a.5.5%200%200%201%20.708-.708l3.348%203.348a8%208%200%200%200%201.501-.084l-2.807-2.806a.5.5%200%200%201%20.708-.708l3.25%203.252q.592-.182%201.138-.448l-3.096-3.096a.5.5%200%200%201%20.708-.708l3.29%203.29q.475-.311.898-.687l-3.146-3.145a.5.5%200%200%201%20.708-.708z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/circle-shadow-20-filled.svg?color=%231a73e8&size=48