circle multiple subtract checkmark icon
circle-multiple-subtract-checkmark-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- circle-multiple-subtract-checkmark-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
1 other variant 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-off-16-filledcircle-shadow-20-filledcircle-small-20-filledcircle-sparkle-16-filled
Use the circle multiple subtract checkmark icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.917 6A7 7 0 0 0 6 12.917A6.002 6.002 0 0 1 7 1a6 6 0 0 1 5.917 5M9.124 6H4.5a.5.5 0 0 0 0 1h3.208a8 8 0 0 1 1.416-1M19 13a6 6 0 1 1-12 0a6 6 0 0 1 12 0m-3.146-1.854a.5.5 0 0 0-.708 0L12.5 13.793l-1.146-1.147a.5.5 0 0 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0 0-.708"/></svg>
React
import type { SVGProps } from "react";
export function FluentCircleMultipleSubtractCheckmark20Filled(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="M12.917 6A7 7 0 0 0 6 12.917A6.002 6.002 0 0 1 7 1a6 6 0 0 1 5.917 5M9.124 6H4.5a.5.5 0 0 0 0 1h3.208a8 8 0 0 1 1.416-1M19 13a6 6 0 1 1-12 0a6 6 0 0 1 12 0m-3.146-1.854a.5.5 0 0 0-.708 0L12.5 13.793l-1.146-1.147a.5.5 0 0 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0 0-.708"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.917 6A7 7 0 0 0 6 12.917A6.002 6.002 0 0 1 7 1a6 6 0 0 1 5.917 5M9.124 6H4.5a.5.5 0 0 0 0 1h3.208a8 8 0 0 1 1.416-1M19 13a6 6 0 1 1-12 0a6 6 0 0 1 12 0m-3.146-1.854a.5.5 0 0 0-.708 0L12.5 13.793l-1.146-1.147a.5.5 0 0 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0 0-.708"/></svg> </template>
CSS
.icon-circle-multiple-subtract-checkmark-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%22M12.917%206A7%207%200%200%200%206%2012.917A6.002%206.002%200%200%201%207%201a6%206%200%200%201%205.917%205M9.124%206H4.5a.5.5%200%200%200%200%201h3.208a8%208%200%200%201%201.416-1M19%2013a6%206%200%201%201-12%200a6%206%200%200%201%2012%200m-3.146-1.854a.5.5%200%200%200-.708%200L12.5%2013.793l-1.146-1.147a.5.5%200%200%200-.708.708l1.5%201.5a.5.5%200%200%200%20.708%200l3-3a.5.5%200%200%200%200-.708%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%22M12.917%206A7%207%200%200%200%206%2012.917A6.002%206.002%200%200%201%207%201a6%206%200%200%201%205.917%205M9.124%206H4.5a.5.5%200%200%200%200%201h3.208a8%208%200%200%201%201.416-1M19%2013a6%206%200%201%201-12%200a6%206%200%200%201%2012%200m-3.146-1.854a.5.5%200%200%200-.708%200L12.5%2013.793l-1.146-1.147a.5.5%200%200%200-.708.708l1.5%201.5a.5.5%200%200%200%20.708%200l3-3a.5.5%200%200%200%200-.708%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/circle-multiple-subtract-checkmark-20-filled.svg?color=%231a73e8&size=48