Instawork Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Instawork 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/342032.svg" alt="Instawork icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342032.svg" alt="Instawork icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342032.svg" alt="Instawork icon" :width="24" :height="24" />
CSS background
.icon-instawork {
background-image: url('https://proicons.com/icon/342032.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M4.9012,17.7444l7.7496,15.9992c.9632,1.9879,3.3556,2.8186,5.3435,1.8554,1.9879-.9632,2.8186-3.3556,1.8554-5.3435l-7.7496-15.9992c-.9632-1.9879-3.3556-2.8186-5.3435-1.8554-1.9879.9632-2.8186,3.3556-1.8554,5.3435Z"/><path class="c" d="M19.85,33.7437l4.1501-8.5677,4.1502,8.568c1.4578,3.0067,5.741,3.0067,7.1989,0l7.7496-15.9992c.9632-1.9879.1325-4.3802-1.8554-5.3435-1.9879-.9632-4.3802-.1325-5.3435,1.8554l-4.1502,8.568-4.1502-8.568c-.6685-1.3794-2.0665-2.2556-3.5994-2.2558-1.5329.0001-2.931.8763-3.5994,2.2558l-4.1503,8.5681"/></svg>
Copied!