simplify icon
simplify-solid from Dither Icons by Vijay K Singh · Solid · MIT Free for personal and commercial use.
- Name
- simplify-solid
- Set
- Dither Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
2 other variants in Dither Icons
Use the simplify icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path stroke-width="1.5" d="M6.2 8H3.3V5.2"/><path stroke-width="1.25" d="M2.6 4h2.5"/><path stroke-width="1.25" d="M2.6 6h1.7"/><path stroke-width="1.5" d="M6.2 16H3.3v2.8"/><path stroke-width="1.25" d="M2.6 18h2.5"/><path stroke-width="1.25" d="M2.6 20h1.7"/><path stroke-width="1.5" d="M6.2 3.5V20.5"/><path stroke-width="1.25" d="M9 7h10"/><path stroke-width="1.25" d="M9 11h8.2"/><path stroke-width="1.25" d="M9 15h9.2"/></g></svg>
React
import type { SVGProps } from "react";
export function DitherSimplifySolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round"><path strokeWidth="1.5" d="M6.2 8H3.3V5.2"/><path strokeWidth="1.25" d="M2.6 4h2.5"/><path strokeWidth="1.25" d="M2.6 6h1.7"/><path strokeWidth="1.5" d="M6.2 16H3.3v2.8"/><path strokeWidth="1.25" d="M2.6 18h2.5"/><path strokeWidth="1.25" d="M2.6 20h1.7"/><path strokeWidth="1.5" d="M6.2 3.5V20.5"/><path strokeWidth="1.25" d="M9 7h10"/><path strokeWidth="1.25" d="M9 11h8.2"/><path strokeWidth="1.25" d="M9 15h9.2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path stroke-width="1.5" d="M6.2 8H3.3V5.2"/><path stroke-width="1.25" d="M2.6 4h2.5"/><path stroke-width="1.25" d="M2.6 6h1.7"/><path stroke-width="1.5" d="M6.2 16H3.3v2.8"/><path stroke-width="1.25" d="M2.6 18h2.5"/><path stroke-width="1.25" d="M2.6 20h1.7"/><path stroke-width="1.5" d="M6.2 3.5V20.5"/><path stroke-width="1.25" d="M9 7h10"/><path stroke-width="1.25" d="M9 11h8.2"/><path stroke-width="1.25" d="M9 15h9.2"/></g></svg> </template>
CSS
.icon-simplify-solid {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M6.2%208H3.3V5.2%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M2.6%204h2.5%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M2.6%206h1.7%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M6.2%2016H3.3v2.8%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M2.6%2018h2.5%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M2.6%2020h1.7%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M6.2%203.5V20.5%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M9%207h10%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M9%2011h8.2%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M9%2015h9.2%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M6.2%208H3.3V5.2%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M2.6%204h2.5%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M2.6%206h1.7%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M6.2%2016H3.3v2.8%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M2.6%2018h2.5%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M2.6%2020h1.7%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M6.2%203.5V20.5%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M9%207h10%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M9%2011h8.2%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M9%2015h9.2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/dither/simplify-solid.svg?color=%231a73e8&size=48