Inkredible Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Inkredible 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/327437.svg" alt="Inkredible icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327437.svg" alt="Inkredible icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327437.svg" alt="Inkredible icon" :width="24" :height="24" />
CSS background
.icon-inkredible {
background-image: url('https://proicons.com/icon/327437.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="M9.4998,5.5002h29c2.2091,0,4,1.7909,4,4v29c0,2.2091-1.7909,4-4,4H9.4998c-2.2091,0-4-1.7909-4-4V9.5002c0-2.2091,1.7909-4,4-4Z"/><path class="b" d="M5.5378,34.4508c4.5423-2.3052,4.5423-2.343,6.6132-2.6831-.9447,1.2546-2.0218,2.0482-1.5872,4.497,2.5659.5328,5.0185-1.4625,7.2556-2.2145-.6727.8692-1.761,2.6642-.4346,3.0232,1.1186.102,1.5872-.2041,2.2447-.3892"/><path class="b" d="M23.6664,33.5693l-2.8343,2.0435.9192-3.3245"/><path class="b" d="M31.7973,22.1872l-8.1309,11.3821-1.9151-1.281,7.3392-11.8283M29.0905,20.46l7.4011-10.3843c.9772.1014,1.4945.5224,1.8408,1.1471l-6.5352,10.9643-2.7067-1.7272Z"/><path class="b" d="M37.7511,12.3099c.3175,2.6772-2.4121,6.9445-3.5459,9.0862"/></svg>
Copied!