Passio Go Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Passio Go 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/331005.svg" alt="Passio Go icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331005.svg" alt="Passio Go icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331005.svg" alt="Passio Go icon" :width="24" :height="24" />
CSS background
.icon-passio-go {
background-image: url('https://proicons.com/icon/331005.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M24.0177,43.5s7.9727-11.6294,11.5004-17.7254c.5889-1.0176,2.0878-3.5711,2.2232-6.5359.1934-4.2326-1.191-7.7268-3.6663-10.4124-2.5575-2.7749-6.1815-4.3121-10.5884-4.3262-4.4805-.0143-8.421,2.8531-10.0876,4.9536-1.7707,2.2316-3.5514,5.4683-3.0819,10.1496.2827,2.8185,1.7888,5.8272,2.5959,7.2001,3.3874,5.7622,11.1047,16.6967,11.1047,16.6967Z"/><path id="c" class="e" d="M28.4167,27.8546s2.2627-2.1225,3.6056-3.8056c.924-1.158,3.0147-3.8142,2.17-7.7344-.8612-3.9966-3.8102-7.0435-6.9032-7.9436-4.124-1.2002-8.1623-.0521-10.7008,2.6817-2.7787,2.9926-2.9255,6.3341-2.7813,7.8727.1568,1.6736.8515,3.8277,1.6752,5.293,1.0441,1.8574,8.4076,12.6865,8.4076,12.6865"/><path id="d" class="e" d="M23.2905,19.6705l2.2137,5.1414,2.7373-10.7827-10.14,4.2369,5.189,1.4044Z"/></svg>
Copied!