Shadereditor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shadereditor icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/332628.svg" alt="Shadereditor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332628.svg" alt="Shadereditor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332628.svg" alt="Shadereditor icon" :width="24" :height="24" />
CSS background
.icon-shadereditor {
background-image: url('https://proicons.com/icon/332628.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#000;stroke-width:0px;}</style></defs><path class="b" d="M5.5,17.2l37-8"/><polyline class="b" points="14.7 18.9 12.7 24.2 10.7 18.9"/><path class="b" d="M20.2,23.2c-.3.6-1,1-1.7,1h0c-1.1,0-2-.9-2-2v-1.3c0-1.1.9-2,2-2h0c1.1,0,2,.9,2,2v.7h-4"/><path class="b" d="M25.9,23.2c-.3.6-1,1-1.7,1h0c-1.1,0-2-.9-2-2v-1.3c0-1.1.9-2,2-2h0c.7,0,1.4.4,1.7,1"/><path class="b" d="M37.3,15.1c-1.2,1.4-1.9,3.2-2,5.1.1,1.9.8,3.7,2,5.1"/><line class="b" x1="19.2" y1="37.9" x2="23.2" y2="37.9"/><line class="b" x1="19.2" y1="31" x2="21.2" y2="29.9"/><line class="b" x1="21.2" y1="29.9" x2="21.2" y2="37.9"/><circle class="c" cx="26" cy="37.9" r=".75"/><line class="b" x1="28.8" y1="27.8" x2="28.8" y2="40.3"/><path class="b" d="M31.3,20.2c1.1,0,2-.9,2-2h0c0-1.1-.9-2-2-2"/><path class="b" d="M31.3,24.2c1.1,0,2-.9,2-2h0c0-1.1-.9-2-2-2"/><path class="b" d="M28,23.5c.7.5,1.6.8,2.5.7h.8"/><path class="b" d="M28,16.9c.7-.5,1.6-.8,2.5-.7h.8"/><line class="b" x1="29.3" y1="20.2" x2="31.3" y2="20.2"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!