Passman Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Passman 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/345565.svg" alt="Passman icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345565.svg" alt="Passman icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345565.svg" alt="Passman icon" :width="24" :height="24" />
CSS background
.icon-passman {
background-image: url('https://proicons.com/icon/345565.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="M24,43.5c13.3548-4.243,16.6352-14.3682,16.6352-19.2862V11.3088a1.133,1.133,0,0,0-.7389-1.0623L24.7882,4.6415a2.2656,2.2656,0,0,0-1.5764,0L8.1037,10.2465a1.133,1.133,0,0,0-.7389,1.0623v12.905C7.3648,29.1318,10.6452,39.257,24,43.5Z"/><path class="a" d="M26.8156,22.6516l-2.8093-3.8211-2.7716,3.8476,2.766-3.8526-4.5157-1.447,4.5187,1.44-.0193-4.7418.0268,4.7426,4.5038-1.4836-4.5021,1.491Z"/><path class="a" d="M18,30.1H30"/></svg>
Copied!