Freedom Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Freedom 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/326250.svg" alt="Freedom icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326250.svg" alt="Freedom icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326250.svg" alt="Freedom icon" :width="24" :height="24" />
CSS background
.icon-freedom {
background-image: url('https://proicons.com/icon/326250.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="m24.0614,23.7949s-5.0936,13.7216-9.1477,13.7216c-3.5343,0-4.8857-3.2225-5.1976-8.9398-.2079-2.2869,6.2371-4.5739,6.2371-4.5739,0,0-8.4201.8316-8.8359-.6237-2.183-7.5884-4.7818-13.0979.4158-12.89,10.8109.3119,16.5283,13.3058,16.5283,13.3058Z"/><path class="c" d="m24.0614,23.7949s5.0936,13.7216,9.1477,13.7216c3.5343,0,4.8857-3.2225,5.1976-8.9398.1039-2.2869-6.341-4.5739-6.341-4.5739,0,0,8.4201.8316,8.8359-.6237,2.183-7.5885,4.7818-12.9939-.5198-12.89-10.603.3119-16.3204,13.3058-16.3204,13.3058Z"/></svg>
Copied!