Vespucci Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vespucci 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/349260.svg" alt="Vespucci icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349260.svg" alt="Vespucci icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349260.svg" alt="Vespucci icon" :width="24" :height="24" />
CSS background
.icon-vespucci {
background-image: url('https://proicons.com/icon/349260.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="M40,40c1-1,0-3,1-6s-1-5.8-1-8.62C40,23.38,17,39,14,41c3.31,1,4,1,6,0,3.22-1.61,6,0,8,1S37,42,40,40ZM17,34,40,22c2-1,1-3,2-5s-.62-8-1.62-11C36.53,6.55,38,6.33,32,8c-4.09,1.14-2-3.58-10-1.58-4,1-4.12,1.28-6.37,1.58C15.66,10,17,34,17,34ZM5.46,6c2.07,3,4.05,8.56,2.05,11.56S6.55,25,7.55,28C8.69,31.42,6,37,6,41c2.5.49,2.47,0,6,0L13.45,7.67S9.46,5,5.46,6Z"/></svg>
Copied!