tally icon
tally from css.gg by Astrit · Outline · MIT Free for personal and commercial use.
- Name
- tally
- Set
- css.gg
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the tally icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.661 2.671a.63.63 0 0 1 .595-.49h2c.276 0 .457.219.405.49L5.34 9.545a.63.63 0 0 1-.595.491h-2a.397.397 0 0 1-.405-.49zm5 0a.63.63 0 0 1 .595-.49h2c.276 0 .457.219.405.49L8.071 21.33a.63.63 0 0 1-.594.491h-2a.397.397 0 0 1-.405-.491zm5 0a.63.63 0 0 1 .595-.49h2c.276 0 .457.219.405.49l-3.59 18.658a.63.63 0 0 1-.594.491h-2a.397.397 0 0 1-.405-.491zm5 0a.63.63 0 0 1 .595-.49h2c.276 0 .457.219.405.49L20.34 9.545a.63.63 0 0 1-.595.491h-2a.397.397 0 0 1-.405-.49z"/></svg>
React
import type { SVGProps } from "react";
export function GgTally(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="M3.661 2.671a.63.63 0 0 1 .595-.49h2c.276 0 .457.219.405.49L5.34 9.545a.63.63 0 0 1-.595.491h-2a.397.397 0 0 1-.405-.49zm5 0a.63.63 0 0 1 .595-.49h2c.276 0 .457.219.405.49L8.071 21.33a.63.63 0 0 1-.594.491h-2a.397.397 0 0 1-.405-.491zm5 0a.63.63 0 0 1 .595-.49h2c.276 0 .457.219.405.49l-3.59 18.658a.63.63 0 0 1-.594.491h-2a.397.397 0 0 1-.405-.491zm5 0a.63.63 0 0 1 .595-.49h2c.276 0 .457.219.405.49L20.34 9.545a.63.63 0 0 1-.595.491h-2a.397.397 0 0 1-.405-.49z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.661 2.671a.63.63 0 0 1 .595-.49h2c.276 0 .457.219.405.49L5.34 9.545a.63.63 0 0 1-.595.491h-2a.397.397 0 0 1-.405-.49zm5 0a.63.63 0 0 1 .595-.49h2c.276 0 .457.219.405.49L8.071 21.33a.63.63 0 0 1-.594.491h-2a.397.397 0 0 1-.405-.491zm5 0a.63.63 0 0 1 .595-.49h2c.276 0 .457.219.405.49l-3.59 18.658a.63.63 0 0 1-.594.491h-2a.397.397 0 0 1-.405-.491zm5 0a.63.63 0 0 1 .595-.49h2c.276 0 .457.219.405.49L20.34 9.545a.63.63 0 0 1-.595.491h-2a.397.397 0 0 1-.405-.49z"/></svg> </template>
CSS
.icon-tally {
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%22M3.661%202.671a.63.63%200%200%201%20.595-.49h2c.276%200%20.457.219.405.49L5.34%209.545a.63.63%200%200%201-.595.491h-2a.397.397%200%200%201-.405-.49zm5%200a.63.63%200%200%201%20.595-.49h2c.276%200%20.457.219.405.49L8.071%2021.33a.63.63%200%200%201-.594.491h-2a.397.397%200%200%201-.405-.491zm5%200a.63.63%200%200%201%20.595-.49h2c.276%200%20.457.219.405.49l-3.59%2018.658a.63.63%200%200%201-.594.491h-2a.397.397%200%200%201-.405-.491zm5%200a.63.63%200%200%201%20.595-.49h2c.276%200%20.457.219.405.49L20.34%209.545a.63.63%200%200%201-.595.491h-2a.397.397%200%200%201-.405-.49z%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%22M3.661%202.671a.63.63%200%200%201%20.595-.49h2c.276%200%20.457.219.405.49L5.34%209.545a.63.63%200%200%201-.595.491h-2a.397.397%200%200%201-.405-.49zm5%200a.63.63%200%200%201%20.595-.49h2c.276%200%20.457.219.405.49L8.071%2021.33a.63.63%200%200%201-.594.491h-2a.397.397%200%200%201-.405-.491zm5%200a.63.63%200%200%201%20.595-.49h2c.276%200%20.457.219.405.49l-3.59%2018.658a.63.63%200%200%201-.594.491h-2a.397.397%200%200%201-.405-.491zm5%200a.63.63%200%200%201%20.595-.49h2c.276%200%20.457.219.405.49L20.34%209.545a.63.63%200%200%201-.595.491h-2a.397.397%200%200%201-.405-.49z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/gg/tally.svg?color=%231a73e8&size=48