sack percent icon
sack-percent from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- sack-percent
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Use the sack percent icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 7L6 2l4 2l2-2l2 2l4-2l-2 5zm8 15H8c-6 0-5-4-5-4s1-7 5-9h8c4 2 5 9 5 9s1 4-5 4m-8.5-9.5A1.5 1.5 0 0 0 9 14a1.5 1.5 0 0 0 1.5-1.5A1.5 1.5 0 0 0 9 11a1.5 1.5 0 0 0-1.5 1.5m9 6A1.5 1.5 0 0 0 15 17a1.5 1.5 0 0 0-1.5 1.5A1.5 1.5 0 0 0 15 20a1.5 1.5 0 0 0 1.5-1.5m0-6.15L15.15 11L7.5 18.65L8.87 20z"/></svg>
React
import type { SVGProps } from "react";
export function MdiSackPercent(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="M8 7L6 2l4 2l2-2l2 2l4-2l-2 5zm8 15H8c-6 0-5-4-5-4s1-7 5-9h8c4 2 5 9 5 9s1 4-5 4m-8.5-9.5A1.5 1.5 0 0 0 9 14a1.5 1.5 0 0 0 1.5-1.5A1.5 1.5 0 0 0 9 11a1.5 1.5 0 0 0-1.5 1.5m9 6A1.5 1.5 0 0 0 15 17a1.5 1.5 0 0 0-1.5 1.5A1.5 1.5 0 0 0 15 20a1.5 1.5 0 0 0 1.5-1.5m0-6.15L15.15 11L7.5 18.65L8.87 20z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 7L6 2l4 2l2-2l2 2l4-2l-2 5zm8 15H8c-6 0-5-4-5-4s1-7 5-9h8c4 2 5 9 5 9s1 4-5 4m-8.5-9.5A1.5 1.5 0 0 0 9 14a1.5 1.5 0 0 0 1.5-1.5A1.5 1.5 0 0 0 9 11a1.5 1.5 0 0 0-1.5 1.5m9 6A1.5 1.5 0 0 0 15 17a1.5 1.5 0 0 0-1.5 1.5A1.5 1.5 0 0 0 15 20a1.5 1.5 0 0 0 1.5-1.5m0-6.15L15.15 11L7.5 18.65L8.87 20z"/></svg> </template>
CSS
.icon-sack-percent {
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%22M8%207L6%202l4%202l2-2l2%202l4-2l-2%205zm8%2015H8c-6%200-5-4-5-4s1-7%205-9h8c4%202%205%209%205%209s1%204-5%204m-8.5-9.5A1.5%201.5%200%200%200%209%2014a1.5%201.5%200%200%200%201.5-1.5A1.5%201.5%200%200%200%209%2011a1.5%201.5%200%200%200-1.5%201.5m9%206A1.5%201.5%200%200%200%2015%2017a1.5%201.5%200%200%200-1.5%201.5A1.5%201.5%200%200%200%2015%2020a1.5%201.5%200%200%200%201.5-1.5m0-6.15L15.15%2011L7.5%2018.65L8.87%2020z%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%22M8%207L6%202l4%202l2-2l2%202l4-2l-2%205zm8%2015H8c-6%200-5-4-5-4s1-7%205-9h8c4%202%205%209%205%209s1%204-5%204m-8.5-9.5A1.5%201.5%200%200%200%209%2014a1.5%201.5%200%200%200%201.5-1.5A1.5%201.5%200%200%200%209%2011a1.5%201.5%200%200%200-1.5%201.5m9%206A1.5%201.5%200%200%200%2015%2017a1.5%201.5%200%200%200-1.5%201.5A1.5%201.5%200%200%200%2015%2020a1.5%201.5%200%200%200%201.5-1.5m0-6.15L15.15%2011L7.5%2018.65L8.87%2020z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/sack-percent.svg?color=%231a73e8&size=48