Preview Sizes
bar SVG Icon
High-quality bar SVG icon for web design and development projects. Free to download and use in your projects.
Edit with svgia.com - our powerful online SVG editor!
Want to customize this icon?SVG Code
<?xml version="1.0" encoding="utf-8"?>
<svg width="800px" height="800px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<path id="bar-a" d="M0,8 L1,8 L1,13 L0,13 L0,8 Z M6,0 L7,0 L7,13 L6,13 L6,0 Z M12,9 L13,9 L13,13 L12,13 L12,9 Z"/>
<path id="bar-c" d="M2,18 L2,7 C2,5.8954305 2.8954305,5 4,5 L5,5 C6.1045695,5 7,5.8954305 7,7 L7,18 L8,18 L8,2 C8,0.8954305 8.8954305,0 10,0 L11,0 C12.1045695,0 13,0.8954305 13,2 L13,18 L14,18 L14,10 C14,8.8954305 14.8954305,8 16,8 L17,8 C18.1045695,8 19,8.8954305 19,10 L19,18 L21,18 C21.5522847,18 22,18.4477153 22,19 C22,19.5522847 21.5522847,20 21,20 L1,20 C0.44771525,20 0,19.5522847 0,19 C0,18.4477153 0.44771525,18 1,18 L2,18 Z M10,2 L10,18 L11,18 L11,2 L10,2 Z M4,7 L4,18 L5,18 L5,7 L4,7 Z M16,10 L16,18 L17,18 L17,10 L16,10 Z"/>
</defs>
<g fill="none" fill-rule="evenodd" transform="translate(1 2)">
<g transform="translate(4 5)">
<mask id="bar-b" fill="#ffffff">
<use xlink:href="#bar-a"/>
</mask>
<use fill="#D8D8D8" xlink:href="#bar-a"/>
<g fill="#FFA0A0" mask="url(#bar-b)">
<rect width="24" height="24" transform="translate(-5 -7)"/>
</g>
</g>
<mask id="bar-d" fill="#ffffff">
<use xlink:href="#bar-c"/>
</mask>
<use fill="#000000" fill-rule="nonzero" xlink:href="#bar-c"/>
<g fill="#7600FF" mask="url(#bar-d)">
<rect width="24" height="24" transform="translate(-1 -2)"/>
</g>
</g>
</svg>