Crew Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Crew 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/338655.svg" alt="Crew icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338655.svg" alt="Crew icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338655.svg" alt="Crew icon" :width="24" :height="24" />
CSS background
.icon-crew {
background-image: url('https://proicons.com/icon/338655.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m33.9851,36.7007c3.8277,0,6.9307-3.103,6.9307-6.9308V13.4308c0-3.8277-3.103-6.9308-6.9307-6.9308H14.0149c-3.8277,0-6.9307,3.103-6.9307,6.9307v16.3392c0,3.8277,3.103,6.9307,6.9307,6.9307h1.51l.027,6.1698c.0015.3491.2858.631.6349.6294.1523-.0007.2993-.0563.4138-.1567l7.5829-6.6426h9.8016Z"/><path class="b" d="m13.8044,22.9713l3.0288-3.0288,3.6791,3.6791,10.903-10.903,3.0288,3.0288-13.9323,13.9323-6.7074-6.7084Z"/></svg>
Copied!