Basit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Basit 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/336968.svg" alt="Basit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336968.svg" alt="Basit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336968.svg" alt="Basit icon" :width="24" :height="24" />
CSS background
.icon-basit {
background-image: url('https://proicons.com/icon/336968.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m28.1935,20.5753c-1.4328-10.5887-7.3038-12.6855-11.3925-12.6855s-12.3011,2.9005-12.3011,16.9489c0,12.6156,10.6237,15.2715,13.5591,15.2715h16.3898c5.3118,0,9.0511-4.8575,9.0511-11.0081s-2.7608-11.7419-8.3172-11.7419c-4.4032,0-5.836,1.6075-6.9892,3.2151Z"/></svg>
Copied!