Free Basics Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Free Basics 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/326228.svg" alt="Free Basics icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326228.svg" alt="Free Basics icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326228.svg" alt="Free Basics icon" :width="24" :height="24" />
CSS background
.icon-free-basics {
background-image: url('https://proicons.com/icon/326228.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m14.7618,36.5815c-2.9914-2.6395-4.8391-6.4227-4.8391-10.6459,0-5.4549,3.1674-10.206,7.7425-12.5815"/><path class="c" d="m25.2318,11.9464c7.2146.6159,12.8455,6.5987,12.8455,13.9893,0,7.7425-6.3348,14.0773-14.0773,14.0773-1.3197,0-2.6395-.176-3.8712-.5279"/><line class="c" x1="11.3305" y1="44.5" x2="28.8391" y2="3.5"/></svg>
Copied!