Bluetti Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bluetti 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/337349.svg" alt="Bluetti icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337349.svg" alt="Bluetti icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337349.svg" alt="Bluetti icon" :width="24" :height="24" />
CSS background
.icon-bluetti {
background-image: url('https://proicons.com/icon/337349.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="b" points="24.0501 41.0097 41.0501 11.5648 7.0501 11.5648 24.0501 41.0097"/><polygon class="b" points="20.4354 26.8081 24.05 35.1286 35.5942 14.8771 26.6713 15.2489 26.1136 22.5494 20.4354 26.8081"/><polygon class="b" points="21.1959 15.4517 12.5059 14.8771 17.4442 21.9411 21.9563 20.3187 21.1959 15.4517"/><line class="b" x1="21.9563" y1="20.3187" x2="26.1136" y2="22.5494"/><line class="b" x1="24.0501" y1="41.0097" x2="24.05" y2="35.1286"/><line class="b" x1="12.5059" y1="14.8771" x2="7.0501" y2="11.5648"/><line class="b" x1="35.5942" y1="14.8771" x2="41.0501" y2="11.5648"/></svg>
Copied!