Ziprecruiter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ziprecruiter 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/350167.svg" alt="Ziprecruiter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350167.svg" alt="Ziprecruiter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350167.svg" alt="Ziprecruiter icon" :width="24" :height="24" />
CSS background
.icon-ziprecruiter {
background-image: url('https://proicons.com/icon/350167.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="M13.2483,24.9195v-8.4158c0-.5,1.21-.793,1.647-.54M16.7752,4.5c-.5003-.0044-.9095.3976-.914.8979,0,.001,0,.002,0,.003v18.3945c-.393,1.48-2.3019,2.7729-2.6129,1.123.101.713-.242,2.2039,1.492,2.2039h3.4249c.483,1.043,1.036,1.477,2.7759,1.528.067,1.116.54,2.0379,1.623,2.3799v2.5429c-3.7599.282-9.9657,1.172-9.9657,3.6429v1.76l.076.313c0,.66.542,1.194,1.21,1.194s1.212-.534,1.212-1.194c0-.579-.418-1.061-.974-1.17.2-2.7199,5.3799-2.4699,8.7228-2.4599.018,1.687.015,3.3819.561,4.8739-1.352.612-1.218,2.7809.204,2.9649M34.7497,24.9185v-8.4148c0-.5-1.21-.794-1.647-.541M25.434,31.0313c1.082-.342,1.556-1.265,1.623-2.3809,1.74-.051,2.2929-.485,2.7759-1.528h3.4249c1.734,0,1.391-1.49,1.492-2.2029-.311,1.65-2.2199.357-2.6129-1.124M24.389,43.5c1.423-.184,1.557-2.3529.204-2.9649.546-1.492.543-3.1869.56-4.8749,3.3439-.01,8.5238-.26,8.7238,2.4599-.5625.1079-.9704.5982-.974,1.171,0,.66.542,1.194,1.211,1.194s1.211-.534,1.211-1.194l.077-.314v-1.758c0-2.4709-6.2058-3.3599-9.9667-3.6429v-2.5419M32.1388,23.7985V5.403c0-.5-.408-.902-.915-.902h-14.4486"/></svg>
Copied!