Vivaldi Sopranos Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vivaldi Sopranos 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/349368.svg" alt="Vivaldi Sopranos icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349368.svg" alt="Vivaldi Sopranos icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349368.svg" alt="Vivaldi Sopranos icon" :width="24" :height="24" />
CSS background
.icon-vivaldi-sopranos {
background-image: url('https://proicons.com/icon/349368.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c,.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.d{stroke-dasharray:0 0 3.9675 3.9675;}</style></defs><path class="c" d="M42.68,15.1c-.3319.5782-.6638,1.1566-.9957,1.7349"/><path class="d" d="M39.7087,20.2759c-3.8242,6.6602-7.6504,13.3182-11.4787,19.9741-.7746,1.5222-2.2955,2.5222-4,2.63-1.8767.1995-3.686-.7626-4.57-2.4301-3.05-5.26-6.06-10.5299-9.09-15.7999-1.84-3.2001-3.69-6.4-5.52-9.61-1.3833-2.3002-.6401-5.2863,1.6601-6.6697.6939-.4172,1.481-.6545,2.2899-.6903,1.8542-.1277,3.6069.8588,4.46,2.5099,1.36,2.3301,2.69,4.6801,4,7,1,1.6901,1.92,3.38,2.91,5.05,1.2927,2.3483,3.7215,3.8473,6.4,3.95,4.1472.2605,7.7688-2.7803,8.23-6.9099,0-.3201.06-.63.07-.8.0092-1.257-.2714-2.499-.82-3.63-1.2984-2.3491-.4466-5.306,1.9026-6.6045,2.3492-1.2983,5.3061-.4465,6.6045,1.9026.1987.3595.3506.7421.4528,1.1384"/><path class="c" d="M43.3147,13.2563c-.0948.6578-.319,1.2952-.6647,1.8737"/></svg>
Copied!