counter icon
counter-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- counter-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M7.5 8a2.5 2.5 0 0 1 2.5 2.5v3a2.5 2.5 0 0 1-5 0v-3A2.5 2.5 0 0 1 7.5 8m0 1.5a1 1 0 0 0-1 1v3a1 1 0 1 0 2 0v-3a1 1 0 0 0-1-1M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1-2.846 2.996L19 20H5l-.154-.004A3 3 0 0 1 2 17V7a3 3 0 0 1 3-3zM5 5.5A1.5 1.5 0 0 0 3.5 7v10A1.5 1.5 0 0 0 5 18.5h6.25v-13zm7.75 13h3.75v-3.222a3.4 3.4 0 0 1-.568.2a.75.75 0 0 1-.364-1.455a1.96 1.96 0 0 0 1.057-.688l.008-.01l.012-.016A.75.75 0 0 1 18 13.75v4.75h1a1.5 1.5 0 0 0 1.5-1.5V7A1.5 1.5 0 0 0 19 5.5v2a2.5 2.5 0 0 1-5 0v-2h-1.25zm2.75-11a1 1 0 1 0 2 0v-2h-2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCounter24Regular(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="M7.5 8a2.5 2.5 0 0 1 2.5 2.5v3a2.5 2.5 0 0 1-5 0v-3A2.5 2.5 0 0 1 7.5 8m0 1.5a1 1 0 0 0-1 1v3a1 1 0 1 0 2 0v-3a1 1 0 0 0-1-1M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1-2.846 2.996L19 20H5l-.154-.004A3 3 0 0 1 2 17V7a3 3 0 0 1 3-3zM5 5.5A1.5 1.5 0 0 0 3.5 7v10A1.5 1.5 0 0 0 5 18.5h6.25v-13zm7.75 13h3.75v-3.222a3.4 3.4 0 0 1-.568.2a.75.75 0 0 1-.364-1.455a1.96 1.96 0 0 0 1.057-.688l.008-.01l.012-.016A.75.75 0 0 1 18 13.75v4.75h1a1.5 1.5 0 0 0 1.5-1.5V7A1.5 1.5 0 0 0 19 5.5v2a2.5 2.5 0 0 1-5 0v-2h-1.25zm2.75-11a1 1 0 1 0 2 0v-2h-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 8a2.5 2.5 0 0 1 2.5 2.5v3a2.5 2.5 0 0 1-5 0v-3A2.5 2.5 0 0 1 7.5 8m0 1.5a1 1 0 0 0-1 1v3a1 1 0 1 0 2 0v-3a1 1 0 0 0-1-1M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1-2.846 2.996L19 20H5l-.154-.004A3 3 0 0 1 2 17V7a3 3 0 0 1 3-3zM5 5.5A1.5 1.5 0 0 0 3.5 7v10A1.5 1.5 0 0 0 5 18.5h6.25v-13zm7.75 13h3.75v-3.222a3.4 3.4 0 0 1-.568.2a.75.75 0 0 1-.364-1.455a1.96 1.96 0 0 0 1.057-.688l.008-.01l.012-.016A.75.75 0 0 1 18 13.75v4.75h1a1.5 1.5 0 0 0 1.5-1.5V7A1.5 1.5 0 0 0 19 5.5v2a2.5 2.5 0 0 1-5 0v-2h-1.25zm2.75-11a1 1 0 1 0 2 0v-2h-2z"/></svg> </template>
CSS
.icon-counter-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%208a2.5%202.5%200%200%201%202.5%202.5v3a2.5%202.5%200%200%201-5%200v-3A2.5%202.5%200%200%201%207.5%208m0%201.5a1%201%200%200%200-1%201v3a1%201%200%201%200%202%200v-3a1%201%200%200%200-1-1M19%204a3%203%200%200%201%203%203v10a3%203%200%200%201-2.846%202.996L19%2020H5l-.154-.004A3%203%200%200%201%202%2017V7a3%203%200%200%201%203-3zM5%205.5A1.5%201.5%200%200%200%203.5%207v10A1.5%201.5%200%200%200%205%2018.5h6.25v-13zm7.75%2013h3.75v-3.222a3.4%203.4%200%200%201-.568.2a.75.75%200%200%201-.364-1.455a1.96%201.96%200%200%200%201.057-.688l.008-.01l.012-.016A.75.75%200%200%201%2018%2013.75v4.75h1a1.5%201.5%200%200%200%201.5-1.5V7A1.5%201.5%200%200%200%2019%205.5v2a2.5%202.5%200%200%201-5%200v-2h-1.25zm2.75-11a1%201%200%201%200%202%200v-2h-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%208a2.5%202.5%200%200%201%202.5%202.5v3a2.5%202.5%200%200%201-5%200v-3A2.5%202.5%200%200%201%207.5%208m0%201.5a1%201%200%200%200-1%201v3a1%201%200%201%200%202%200v-3a1%201%200%200%200-1-1M19%204a3%203%200%200%201%203%203v10a3%203%200%200%201-2.846%202.996L19%2020H5l-.154-.004A3%203%200%200%201%202%2017V7a3%203%200%200%201%203-3zM5%205.5A1.5%201.5%200%200%200%203.5%207v10A1.5%201.5%200%200%200%205%2018.5h6.25v-13zm7.75%2013h3.75v-3.222a3.4%203.4%200%200%201-.568.2a.75.75%200%200%201-.364-1.455a1.96%201.96%200%200%200%201.057-.688l.008-.01l.012-.016A.75.75%200%200%201%2018%2013.75v4.75h1a1.5%201.5%200%200%200%201.5-1.5V7A1.5%201.5%200%200%200%2019%205.5v2a2.5%202.5%200%200%201-5%200v-2h-1.25zm2.75-11a1%201%200%201%200%202%200v-2h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/counter-24-regular.svg?color=%231a73e8&size=48