counter 8 icon
counter-8 from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.
- Name
- counter-8
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- counter-8-rounded
3 other variants in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the counter 8 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12t.71-3.506t1.927-2.857T8.494 3.71Q10.137 3 12 3t3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21m-.885-4.5h1.77q.67 0 1.143-.472q.472-.472.472-1.143V13.23q0-.471-.274-.851T13.5 12q.452 0 .726-.38t.274-.85V9.114q0-.67-.472-1.143q-.472-.472-1.143-.472h-1.77q-.67 0-1.143.472q-.472.472-.472 1.144v1.653q0 .472.274.851t.726.38q-.452 0-.726.38t-.274.85v1.655q0 .67.472 1.143q.472.472 1.144.472m0-8h1.769q.269 0 .442.173t.173.443v1.769q0 .269-.173.442t-.442.173h-1.77q-.269 0-.442-.173t-.173-.442v-1.77q0-.269.173-.442t.443-.173m0 7q-.27 0-.443-.173t-.173-.442v-1.77q0-.269.173-.442t.443-.173h1.769q.269 0 .442.173t.173.442v1.77q0 .269-.173.442t-.442.173z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCounter8(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="M12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12t.71-3.506t1.927-2.857T8.494 3.71Q10.137 3 12 3t3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21m-.885-4.5h1.77q.67 0 1.143-.472q.472-.472.472-1.143V13.23q0-.471-.274-.851T13.5 12q.452 0 .726-.38t.274-.85V9.114q0-.67-.472-1.143q-.472-.472-1.143-.472h-1.77q-.67 0-1.143.472q-.472.472-.472 1.144v1.653q0 .472.274.851t.726.38q-.452 0-.726.38t-.274.85v1.655q0 .67.472 1.143q.472.472 1.144.472m0-8h1.769q.269 0 .442.173t.173.443v1.769q0 .269-.173.442t-.442.173h-1.77q-.269 0-.442-.173t-.173-.442v-1.77q0-.269.173-.442t.443-.173m0 7q-.27 0-.443-.173t-.173-.442v-1.77q0-.269.173-.442t.443-.173h1.769q.269 0 .442.173t.173.442v1.77q0 .269-.173.442t-.442.173z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12t.71-3.506t1.927-2.857T8.494 3.71Q10.137 3 12 3t3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21m-.885-4.5h1.77q.67 0 1.143-.472q.472-.472.472-1.143V13.23q0-.471-.274-.851T13.5 12q.452 0 .726-.38t.274-.85V9.114q0-.67-.472-1.143q-.472-.472-1.143-.472h-1.77q-.67 0-1.143.472q-.472.472-.472 1.144v1.653q0 .472.274.851t.726.38q-.452 0-.726.38t-.274.85v1.655q0 .67.472 1.143q.472.472 1.144.472m0-8h1.769q.269 0 .442.173t.173.443v1.769q0 .269-.173.442t-.442.173h-1.77q-.269 0-.442-.173t-.173-.442v-1.77q0-.269.173-.442t.443-.173m0 7q-.27 0-.443-.173t-.173-.442v-1.77q0-.269.173-.442t.443-.173h1.769q.269 0 .442.173t.173.442v1.77q0 .269-.173.442t-.442.173z"/></svg> </template>
CSS
.icon-counter-8 {
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%22M12%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012t.71-3.506t1.927-2.857T8.494%203.71Q10.137%203%2012%203t3.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012t-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%2021m-.885-4.5h1.77q.67%200%201.143-.472q.472-.472.472-1.143V13.23q0-.471-.274-.851T13.5%2012q.452%200%20.726-.38t.274-.85V9.114q0-.67-.472-1.143q-.472-.472-1.143-.472h-1.77q-.67%200-1.143.472q-.472.472-.472%201.144v1.653q0%20.472.274.851t.726.38q-.452%200-.726.38t-.274.85v1.655q0%20.67.472%201.143q.472.472%201.144.472m0-8h1.769q.269%200%20.442.173t.173.443v1.769q0%20.269-.173.442t-.442.173h-1.77q-.269%200-.442-.173t-.173-.442v-1.77q0-.269.173-.442t.443-.173m0%207q-.27%200-.443-.173t-.173-.442v-1.77q0-.269.173-.442t.443-.173h1.769q.269%200%20.442.173t.173.442v1.77q0%20.269-.173.442t-.442.173z%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%22M12%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012t.71-3.506t1.927-2.857T8.494%203.71Q10.137%203%2012%203t3.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012t-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%2021m-.885-4.5h1.77q.67%200%201.143-.472q.472-.472.472-1.143V13.23q0-.471-.274-.851T13.5%2012q.452%200%20.726-.38t.274-.85V9.114q0-.67-.472-1.143q-.472-.472-1.143-.472h-1.77q-.67%200-1.143.472q-.472.472-.472%201.144v1.653q0%20.472.274.851t.726.38q-.452%200-.726.38t-.274.85v1.655q0%20.67.472%201.143q.472.472%201.144.472m0-8h1.769q.269%200%20.442.173t.173.443v1.769q0%20.269-.173.442t-.442.173h-1.77q-.269%200-.442-.173t-.173-.442v-1.77q0-.269.173-.442t.443-.173m0%207q-.27%200-.443-.173t-.173-.442v-1.77q0-.269.173-.442t.443-.173h1.769q.269%200%20.442.173t.173.442v1.77q0%20.269-.173.442t-.442.173z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/counter-8.svg?color=%231a73e8&size=48