Breez Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Breez 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/322954.svg" alt="Breez icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322954.svg" alt="Breez icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322954.svg" alt="Breez icon" :width="24" :height="24" />
CSS background
.icon-breez {
background-image: url('https://proicons.com/icon/322954.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m5.507,22.7663h13.2064"/><path class="c" d="m14.3113,16.8968h13.2064"/><path class="c" d="m9.9091,30.1032h16.1412"/><path class="c" d="m19.4951,8.8262h10.1688c4.0521,0,7.3369,3.2848,7.3369,7.3369h0c0,4.0521-3.2848,7.3369-7.3369,7.3369h-1.4125"/><path class="c" d="m28.2514,23.5h4.4102c4.0521,0,7.3369,3.2848,7.3369,7.3369h0c0,4.0521-3.2848,7.3369-7.3369,7.3369h-16.1492"/><line class="c" x1="26.0503" y1="38.1738" x2="26.0503" y2="42"/><line class="c" x1="26.0503" y1="5" x2="26.0503" y2="8.8262"/></svg>
Copied!