Paseo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Paseo 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/345557.svg" alt="Paseo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345557.svg" alt="Paseo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345557.svg" alt="Paseo icon" :width="24" :height="24" />
CSS background
.icon-paseo {
background-image: url('https://proicons.com/icon/345557.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M19.6815,5.9178l3.7241,20.0159-.6269.0547c-.266,3.1051-1.9619,5.5221-5.5788,6.785S8.8178,36.7607,9.308,40.1487c1.3171,4.0306,4.4676,4.5435,15.1621.895s14.6029-4.1534,14.233-5.81c-.4912-2.2-3.6037-9.456-5.0011-9.06a6.83,6.83,0,0,0-.7336.2167L28.766,4.5Z"/><path class="a" d="M23.4082,25.945c1.5.7107,8.0855.6438,9.6123.4585"/></svg>
Copied!