counter icon
counter-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- counter-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
The same icon in other sets
Use the counter icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 6a2 2 0 0 1 2 2v3a2 2 0 1 1-4 0V8a2 2 0 0 1 2-2m0 1a1 1 0 0 0-1 1v3a1 1 0 1 0 2 0V8a1 1 0 0 0-1-1m10-4a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-1.99-1.796L2 14V5a2 2 0 0 1 2-2zM4 4a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h5.5V4zm6.5 11H14v-3.384a3.2 3.2 0 0 1-.879.37a.5.5 0 0 1-.242-.971a2.2 2.2 0 0 0 1.196-.78l.009-.012A.5.5 0 0 1 15 10.5V15h1a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1v2a2 2 0 1 1-4 0V4h-1.5zM13 6a1 1 0 1 0 2 0V4h-2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCounter20Regular(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="M6 6a2 2 0 0 1 2 2v3a2 2 0 1 1-4 0V8a2 2 0 0 1 2-2m0 1a1 1 0 0 0-1 1v3a1 1 0 1 0 2 0V8a1 1 0 0 0-1-1m10-4a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-1.99-1.796L2 14V5a2 2 0 0 1 2-2zM4 4a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h5.5V4zm6.5 11H14v-3.384a3.2 3.2 0 0 1-.879.37a.5.5 0 0 1-.242-.971a2.2 2.2 0 0 0 1.196-.78l.009-.012A.5.5 0 0 1 15 10.5V15h1a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1v2a2 2 0 1 1-4 0V4h-1.5zM13 6a1 1 0 1 0 2 0V4h-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 6a2 2 0 0 1 2 2v3a2 2 0 1 1-4 0V8a2 2 0 0 1 2-2m0 1a1 1 0 0 0-1 1v3a1 1 0 1 0 2 0V8a1 1 0 0 0-1-1m10-4a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-1.99-1.796L2 14V5a2 2 0 0 1 2-2zM4 4a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h5.5V4zm6.5 11H14v-3.384a3.2 3.2 0 0 1-.879.37a.5.5 0 0 1-.242-.971a2.2 2.2 0 0 0 1.196-.78l.009-.012A.5.5 0 0 1 15 10.5V15h1a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1v2a2 2 0 1 1-4 0V4h-1.5zM13 6a1 1 0 1 0 2 0V4h-2z"/></svg> </template>
CSS
.icon-counter-20-regular {
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%22M6%206a2%202%200%200%201%202%202v3a2%202%200%201%201-4%200V8a2%202%200%200%201%202-2m0%201a1%201%200%200%200-1%201v3a1%201%200%201%200%202%200V8a1%201%200%200%200-1-1m10-4a2%202%200%200%201%202%202v9a2%202%200%200%201-2%202H4a2%202%200%200%201-1.99-1.796L2%2014V5a2%202%200%200%201%202-2zM4%204a1%201%200%200%200-1%201v9a1%201%200%200%200%201%201h5.5V4zm6.5%2011H14v-3.384a3.2%203.2%200%200%201-.879.37a.5.5%200%200%201-.242-.971a2.2%202.2%200%200%200%201.196-.78l.009-.012A.5.5%200%200%201%2015%2010.5V15h1a1%201%200%200%200%201-1V5a1%201%200%200%200-1-1v2a2%202%200%201%201-4%200V4h-1.5zM13%206a1%201%200%201%200%202%200V4h-2z%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%22M6%206a2%202%200%200%201%202%202v3a2%202%200%201%201-4%200V8a2%202%200%200%201%202-2m0%201a1%201%200%200%200-1%201v3a1%201%200%201%200%202%200V8a1%201%200%200%200-1-1m10-4a2%202%200%200%201%202%202v9a2%202%200%200%201-2%202H4a2%202%200%200%201-1.99-1.796L2%2014V5a2%202%200%200%201%202-2zM4%204a1%201%200%200%200-1%201v9a1%201%200%200%200%201%201h5.5V4zm6.5%2011H14v-3.384a3.2%203.2%200%200%201-.879.37a.5.5%200%200%201-.242-.971a2.2%202.2%200%200%200%201.196-.78l.009-.012A.5.5%200%200%201%2015%2010.5V15h1a1%201%200%200%200%201-1V5a1%201%200%200%200-1-1v2a2%202%200%201%201-4%200V4h-1.5zM13%206a1%201%200%201%200%202%200V4h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/counter-20-regular.svg?color=%231a73e8&size=48