Braxme Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Braxme 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/337501.svg" alt="Braxme icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337501.svg" alt="Braxme icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337501.svg" alt="Braxme icon" :width="24" :height="24" />
CSS background
.icon-braxme {
background-image: url('https://proicons.com/icon/337501.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;}</style></defs><path class="a" d="M13.6163,40.5078A19.5,19.5,0,1,1,38.9186,36.56"/><path class="a" d="M38.92,36.56c.92,2.404,1.0262,5.284-.2337,6.7045-1.8567,1.5421-6.4992-5.093-11.1076-3.6525-5.2374,2.87-11.1351,2.7593-13.9619.896"/><path class="a" d="M27.1715,23.9671a4.9106,4.9106,0,0,1,0,9.8211H19.0694V14.1461h8.1021a4.91,4.91,0,0,1,0,9.821Zm0,0H19.0693"/></svg>
Copied!