Instamocks Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Instamocks 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/342028.svg" alt="Instamocks icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342028.svg" alt="Instamocks icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342028.svg" alt="Instamocks icon" :width="24" :height="24" />
CSS background
.icon-instamocks {
background-image: url('https://proicons.com/icon/342028.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="M14.2676,29.9678s-4.6979,4.8821-3.5793,13.5322h6.4876"/><path class="b" d="M30.8242,43.5s3.7285-15.9579,3.7285-19.1644c0-3.2065-.5966-10.0669-10.5527-19.8356-9.9562,9.7686-10.5527,16.6291-10.5527,19.8356s3.7285,19.1644,3.7285,19.1644h13.6485Z"/><path class="b" d="M33.7324,29.9678s4.6979,4.8821,3.5793,13.5322h-6.4876"/><circle class="b" cx="24" cy="38.8694" r="2.1241"/><path class="b" d="M19.1955,9.8531c1.3361.8637,2.996,1.3631,4.8045,1.3631s3.4684-.4993,4.8045-1.3631"/></svg>
Copied!