Jobstreet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jobstreet 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/342261.svg" alt="Jobstreet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342261.svg" alt="Jobstreet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342261.svg" alt="Jobstreet icon" :width="24" :height="24" />
CSS background
.icon-jobstreet {
background-image: url('https://proicons.com/icon/342261.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="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path class="b" d="M15.912,18.088v7.368c0,1.3564-1.0996,2.456-2.456,2.456h0c-1.3564,0-2.456-1.0996-2.456-2.456v-.8156"/><rect class="b" x="18.2991" y="21.4036" width="4.912" height="6.5084" rx="2.456" ry="2.456"/><path class="b" d="M32.8055,27.3629c.4484.3766.9326.5491,2.0199.5491h.551c.8967,0,1.6236-.7285,1.6236-1.6271h0c0-.8986-.7269-1.6271-1.6236-1.6271h-1.102c-.8967,0-1.6236-.7285-1.6236-1.6271h0c0-.8986.7269-1.6271,1.6236-1.6271h.551c1.0873,0,1.5715.1725,2.0199.5491"/><path class="b" d="M25.541,23.8596c0-1.3564,1.0996-2.456,2.456-2.456h0c1.3564,0,2.456,1.0996,2.456,2.456v1.5964c0,1.3564-1.0996,2.456-2.456,2.456h0c-1.3564,0-2.456-1.0996-2.456-2.456"/><line class="b" x1="25.541" y1="27.912" x2="25.541" y2="18.088"/></svg>
Copied!