Free2pass Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Free2pass 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/340786.svg" alt="Free2pass icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340786.svg" alt="Free2pass icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340786.svg" alt="Free2pass icon" :width="24" :height="24" />
CSS background
.icon-free2pass {
background-image: url('https://proicons.com/icon/340786.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M30.5826,44.4673V3.5326"/><ellipse class="a" cx="35.9554" cy="26.3683" rx="5.3729" ry="6.3123"/><path class="a" d="M12.0328,19.0221V30.9592"/><path class="a" d="M21.3076,18.2251s-.1862-3.5634-4.569-3.5567-4.7061,4.3542-4.7061,4.3542"/><path class="a" d="M30.5826,18.4132s.561,3.2375-5.2615,9.06L21.12,31.6742h9.4623"/><path class="a" d="M6.6712,25.7092H16.39"/><path class="a" d="M30.5826,18.4132s-.1861-3.7519-4.569-3.7451-4.706,3.7451-4.706,3.7451"/><circle class="a" cx="24" cy="24" r="21.5"/></svg>
Copied!