Chan Burauza Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chan Burauza 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/323582.svg" alt="Chan Burauza icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323582.svg" alt="Chan Burauza icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323582.svg" alt="Chan Burauza icon" :width="24" :height="24" />
CSS background
.icon-chan-burauza {
background-image: url('https://proicons.com/icon/323582.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m6.4616,24.4723c0-2.3985.4886-4.686,1.5999-7.1147l-3.5615-11.2018,11.4409,2.8545c3.2065-1.4213,5.494-1.9099,8.0591-1.9099s4.8526.4886,8.0591,1.9099l11.4409-2.8545-3.5615,11.2018c1.1113,2.4287,1.5999,4.7161,1.5999,7.1147,0,9.5942-7.7776,17.3718-17.5384,17.3718S6.4616,34.0665,6.4616,24.4723Z"/><circle class="b" cx="31.5833" cy="23.6705" r="3.6214"/><circle class="b" cx="15.9851" cy="23.6705" r="3.6214"/></svg>
Copied!