Breathly Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Breathly 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/337509.svg" alt="Breathly icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337509.svg" alt="Breathly icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337509.svg" alt="Breathly icon" :width="24" :height="24" />
CSS background
.icon-breathly {
background-image: url('https://proicons.com/icon/337509.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{fill:#fff;}</style></defs><circle class="a" cx="33.75" cy="7.1312" r="2"/><circle class="b" cx="31.1295" cy="11.6701" r="0.75"/><circle class="a" cx="40.8997" cy="14.2687" r="2"/><circle class="b" cx="36.3608" cy="16.8892" r="0.75"/><circle class="a" cx="43.5" cy="24.0187" r="2"/><circle class="b" cx="38.2589" cy="24.0187" r="0.75"/><circle class="a" cx="40.8875" cy="33.7687" r="2"/><circle class="b" cx="36.3486" cy="31.1482" r="0.75"/><circle class="a" cx="33.75" cy="40.9062" r="2"/><circle class="b" cx="31.1295" cy="36.3673" r="0.75"/><circle class="a" cx="24" cy="43.5" r="2"/><circle class="b" cx="24" cy="38.2589" r="0.75"/><circle class="a" cx="14.25" cy="40.9062" r="2"/><circle class="b" cx="16.8705" cy="36.3673" r="0.75"/><circle class="a" cx="7.1125" cy="33.7687" r="2"/><circle class="b" cx="11.6514" cy="31.1482" r="0.75"/><circle class="a" cx="4.5" cy="24.0187" r="2"/><circle class="b" cx="9.7411" cy="24.0187" r="0.75"/><circle class="a" cx="7.1125" cy="14.2687" r="2"/><circle class="b" cx="11.6514" cy="16.8892" r="0.75"/><circle class="a" cx="14.25" cy="7.1312" r="2"/><circle class="b" cx="16.8705" cy="11.6701" r="0.75"/><circle class="a" cx="24" cy="4.5" r="2"/><circle class="b" cx="24" cy="9.7411" r="0.75"/></svg>
Copied!