Brevent Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Brevent 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/322957.svg" alt="Brevent icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322957.svg" alt="Brevent icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322957.svg" alt="Brevent icon" :width="24" :height="24" />
CSS background
.icon-brevent {
background-image: url('https://proicons.com/icon/322957.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M12,10.1c2.91-2.58,5.16-4.6,13.33-4.6,7.47,0,16.4,5.57,16.4,16.32S32.44,36.28,27.92,36.28,17.07,34.1,17.07,27.63c0-5.34,3.34-7,5.52-8.15"/><path class="a" d="M21.13,29c1.81,2.67,4.28,3.11,6.87,3.11a9,9,0,0,0,8-9.21c0-6.46-5.28-13-12.5-13S6.27,14.06,6.27,25.05A18.64,18.64,0,0,0,9.3,36"/><path class="a" d="M25.58,29.09c1.77-.08,5.17-1.05,5.17-5.66a6.94,6.94,0,0,0-7.3-7.29c-5.79,0-12.09,3.26-12.09,13S19.92,42.5,26.14,42.5s11.8-4.6,11.8-4.6"/></svg>
Copied!