Boult Amp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Boult Amp 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/322899.svg" alt="Boult Amp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322899.svg" alt="Boult Amp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322899.svg" alt="Boult Amp icon" :width="24" :height="24" />
CSS background
.icon-boult-amp {
background-image: url('https://proicons.com/icon/322899.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;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><polyline class="b" points="30.2954 20.4096 30.2954 27.5909 33.886 27.5909"/><line class="b" x1="33.7424" y1="20.4096" x2="38.5" y2="20.4096"/><line class="b" x1="36.1212" y1="27.5909" x2="36.1212" y2="20.4096"/><path class="b" d="M23.2999,20.4096v4.8025c0,1.3138,1.065,2.3788,2.3788,2.3788s2.3788-1.065,2.3788-2.3788v-4.8025"/><path class="b" d="M12.4623,24.0003c.9916,0,1.7953.8038,1.7953,1.7953s-.8038,1.7953-1.7953,1.7953h-2.9623v-7.1813h2.9623c.9916,0,1.7953.8038,1.7953,1.7953s-.8038,1.7953-1.7953,1.7953Z"/><line class="b" x1="12.4623" y1="24.0003" x2="9.5" y2="24.0003"/><path class="b" d="M18.686,27.5909c-1.3138,0-2.3788-1.065-2.3788-2.3788v-2.4237c0-1.3138,1.065-2.3788,2.3788-2.3788s2.3788,1.065,2.3788,2.3788v2.4237c0,1.3138-1.065,2.3788-2.3788,2.3788Z"/></svg>
Copied!