My Skoda Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Skoda 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/344344.svg" alt="My Skoda icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344344.svg" alt="My Skoda icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344344.svg" alt="My Skoda icon" :width="24" :height="24" />
CSS background
.icon-my-skoda {
background-image: url('https://proicons.com/icon/344344.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><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M7.71,30.8692c.8411.9252,3.1121,3.9532,3.5327,5.3831h2.6916l2.229-1.43H32.7477v1.6823s4.8224-1.0094,5.79-2.8178c-1.1776-2.0607-3.8729-3.0006-5.3832-3.2383v1.9065H30.6729s2.0748-2.9719,2.0748-9.813S29.8318,10.9907,25.57,6.8411c-9.4206.4486-16.4256,3.64-18.729,14.972C14.4673,22.71,18.715,28.0654,17.93,32.5514a10.7659,10.7659,0,0,0-4.0794-1.7453Z"/><path class="a" d="M17.1849,8.35c3.0861,1.66,6.3385,5.8654,6.3385,5.8654"/><path class="a" d="M9.7506,14.215a20.3055,20.3055,0,0,1,6.8475,3.5607"/><circle class="a" cx="27.028" cy="28.0935" r="2.0467"/></svg>
Copied!