12go Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 12go 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/321133.svg" alt="12go icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321133.svg" alt="12go icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321133.svg" alt="12go icon" :width="24" :height="24" />
CSS background
.icon-12go {
background-image: url('https://proicons.com/icon/321133.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.2082,18.5736c.8046-.7947,1.891-1.2387,3.0219-1.235h0c2.3649,0,4.2699,1.885,4.2699,4.2249v4.3039c0,2.3399-1.9049,4.2249-4.2699,4.2249-1.0857.0039-2.1324-.4051-2.9279-1.144M36.6052,20.7306c.05-2.8539-2.1569-5.4769-4.9229-6.0468-1.944-.448-4.0799.054-5.5999,1.356M23.8875,25.8825c-.029,1.361,0,2.7799.696,3.9959,1.306,2.5759,4.4829,3.9299,7.2518,3.1849,2.6979-.628,4.8179-3.2119,4.7699-6.0098h-6.3588M13.1338,16.2197c1.519-2.5849,4.6169-4.1799,8.0168-3.5459,3.1499.589,5.6649,3.2359,5.9788,6.3378.233,2.3069-.518,4.5839-2.1579,5.9828-2.4199,2.0629-9.1178,6.9128-11.7437,8.8018M13.1358,34.5682h14.0356M4.5,13.6518l8.6368-3.8709v28.4383"/></svg>
Copied!