Inkline Icon Pack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Inkline Icon Pack 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/327436.svg" alt="Inkline Icon Pack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327436.svg" alt="Inkline Icon Pack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327436.svg" alt="Inkline Icon Pack icon" :width="24" :height="24" />
CSS background
.icon-inkline-icon-pack {
background-image: url('https://proicons.com/icon/327436.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:#000;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#000;stroke-width:0px;}</style></defs><path class="c" d="m32.196,4.7974c1.4943,3.1379,4.7318,9.3142,0,12.1533-4.7318,2.8391-17.7816,5.8276-15.092,12.1533-3.9349-2.7893-6.0268-11.5057,0-14.6935s13-5.3793,15.092-9.613Z"/><path class="c" d="m29.855,21.8319c.8966.7471.8467,1.9923-.9464,2.9387s-9.9119,2.5402-9.9119,9.364c0,4.1341,2.9885,6.2261,2.9885,6.2261-1.3448-3.4866,11.2069-9.6628,11.2069-14.5939,0-4.5326-3.3372-3.9349-3.3372-3.9349Z"/><path class="c" d="m29.855,21.8319c-2.092.2989-6.6136,4.0466-11.2014,2.0482"/><path class="c" d="m17.104,29.1039c1.5441.9464,3.18.836,3.18.836"/><circle class="d" cx="23.2803" cy="42.4526" r=".75"/></svg>
Copied!