Freedombox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Freedombox 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/326251.svg" alt="Freedombox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326251.svg" alt="Freedombox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326251.svg" alt="Freedombox icon" :width="24" :height="24" />
CSS background
.icon-freedombox {
background-image: url('https://proicons.com/icon/326251.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,24l9.08-5.09-5.73-3.13C32.65,10.92,37.84,8.85,40,8.85s3.49.66,3.49,2.66c0,2.86-2,3.19-2,9,0,4.64-3.1,5.84-5.21,5.72a7.66,7.66,0,1,1-12.25,9,7.66,7.66,0,1,1-12.25-9c-2.11.12-5.21-1.08-5.21-5.72,0-5.86-2-6.19-2-9,0-2,1.41-2.66,3.49-2.66s7.36,2.07,12.66,6.93l-5.73,3.13Z"/><line class="a" x1="24" y1="24" x2="24" y2="32.67"/><line class="a" x1="21.73" y1="22.72" x2="21.73" y2="31.4"/><line class="a" x1="19.46" y1="21.45" x2="19.46" y2="30.12"/><line class="a" x1="17.19" y1="20.18" x2="17.19" y2="28.85"/><line class="a" x1="14.92" y1="18.91" x2="14.92" y2="27.58"/></svg>
Copied!