Buildprop Editor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Buildprop Editor 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/337580.svg" alt="Buildprop Editor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337580.svg" alt="Buildprop Editor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337580.svg" alt="Buildprop Editor icon" :width="24" :height="24" />
CSS background
.icon-buildprop-editor {
background-image: url('https://proicons.com/icon/337580.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.b{isolation:isolate;}.c{fill:#fff;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M28.7363,28.315a3.2436,3.2436,0,0,1-3.2113-3.2564V22.942a3.2116,3.2116,0,1,1,6.4226,0v2.1166A3.2436,3.2436,0,0,1,28.7363,28.315Z"/><g class="b"><path class="a" d="M20.0428,22.9442a3.2436,3.2436,0,0,1,3.2114-3.2564"/><line class="a" x1="20.0428" y1="19.6878" x2="20.0428" y2="28.3173"/></g><g class="b"><path class="a" d="M10.831,25.0609a3.2117,3.2117,0,1,0,6.4228,0V22.9442a3.2117,3.2117,0,1,0-6.4228,0"/><line class="a" x1="10.831" y1="19.6878" x2="10.831" y2="32.7134"/></g><g class="b"><path class="a" d="M34.7462,25.0609a3.2117,3.2117,0,1,0,6.4228,0V22.9442a3.2117,3.2117,0,1,0-6.4228,0"/><line class="a" x1="34.7446" y1="19.6878" x2="34.7446" y2="32.7134"/></g><ellipse class="c" cx="7.4463" cy="32.4586" rx="0.7396" ry="0.75"/></svg>
Copied!