Imagepipe Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Imagepipe 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/327351.svg" alt="Imagepipe icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327351.svg" alt="Imagepipe icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327351.svg" alt="Imagepipe icon" :width="24" :height="24" />
CSS background
.icon-imagepipe {
background-image: url('https://proicons.com/icon/327351.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M36.3767,28.3669c-4.3887,0-7.9465,3.5578-7.9465,7.9465,0,4.3887,3.5578,7.9465,7.9465,7.9465s7.9465-3.5578,7.9465-7.9465c0-.0031,0-.0063,0-.0094,0-4.3836-3.5536-7.9371-7.9371-7.9371-.0031,0-.0063,0-.0094,0ZM40.6036,36.3041c-.0013.1857-.017.371-.047.5542l1.1929.9393c.1095.0849.1378.2386.0658.3569l-1.1272,1.9538c-.066.1199-.2108.1721-.3382.1221l-1.409-.5636c-.2876.225-.6033.4113-.9393.5542l-.216,1.4935c-.0189.1356-.1355.2361-.2724.2348h-2.2543c-.139.0019-.2586-.0978-.2818-.2348l-.216-1.4935c-.336-.1429-.6517-.3292-.9393-.5542l-1.3996.5636c-.13.0557-.2809.0026-.3475-.1221l-1.1929-1.9725c-.0678-.1191-.0401-.2698.0658-.3569l1.1929-.9393c-.0143-.1845-.0143-.3697,0-.5542-.014-.1813-.014-.3635,0-.5448l-1.1929-.9393c-.1058-.0871-.1336-.2378-.0658-.3569l1.1272-1.9444c.0695-.1213.2174-.1732.3475-.1221l1.3996.573c.2873-.2279.603-.4174.9393-.5636l.216-1.4935c.0232-.1371.1428-.2368.2818-.2348h2.2543c.1376.0018.2552.0998.2818.2348l.2066,1.4935c.3352.1483.6507.3376.9393.5636l1.3996-.573c.1301-.0471.2754.004.3475.1221l1.1272,1.9538c.0657.1213.0339.2724-.0751.3569l-1.1929.9393c.04.1824.0651.3677.0751.5542h.047Z"/><circle class="b" cx="36.3297" cy="36.3041" r="1.9725"/><path class="b" d="M39.1946,28.8413V9.26c0-2.2091-1.7909-4-4-4H13.1368c-2.2091,0-4,1.7909-4,4v29.5723c0,2.2091,1.7909,4,4,4h18.6957M27.6787,26.864h-14.7847l7.8056-11.2717,6.0679,6.0679,1.7377-1.7283,4.1142,4.1142c-1.8366.5587-3.5248,1.5216-4.9408,2.8179ZM31.2011,18.4103c-1.5563,0-2.8179-1.2616-2.8179-2.8179,0-1.5563,1.2616-2.8179,2.8179-2.8179,1.5563,0,2.8179,1.2616,2.8179,2.8179h0c0,1.5563-1.2616,2.8179-2.8179,2.8179Z"/></svg>
Copied!