Vector Ink Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vector Ink 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/349223.svg" alt="Vector Ink icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349223.svg" alt="Vector Ink icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349223.svg" alt="Vector Ink icon" :width="24" :height="24" />
CSS background
.icon-vector-ink {
background-image: url('https://proicons.com/icon/349223.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m5.6414,26.5993l27.2895,14.5083"/><path class="c" d="m5.6414,21.0078l27.2895,14.8347"/><path class="c" d="m26.4579,5.5v37"/><path class="c" d="m31.2664,5.5v37"/><path class="c" d="m37.55,19.9992v21.6184"/><path class="c" d="m42.3586,19.9992v21.6184"/><circle class="c" cx="39.9543" cy="23.5958" r="2.4043"/><circle class="c" cx="39.9543" cy="15.1962" r="2.4043"/><circle class="c" cx="28.8621" cy="12.7919" r="2.4043"/><circle class="c" cx="39.9543" cy="38.0812" r="2.4043"/><circle class="c" cx="28.8621" cy="36.3434" r="2.4043"/><circle class="c" cx="11.1661" cy="26.8026" r="2.4043"/></svg>
Copied!