My Cupra Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Cupra 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/344291.svg" alt="My Cupra icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344291.svg" alt="My Cupra icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344291.svg" alt="My Cupra icon" :width="24" :height="24" />
CSS background
.icon-my-cupra {
background-image: url('https://proicons.com/icon/344291.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="d"><path id="e" class="f" d="M27.7483,18.924l8.6449-4.2213-2.4445,4.4344,2.2618.7699,6.2895-9.5474-18.5011,7.1203M20.2495,18.924l-5.2565,2.0226c-1.2227.4706-1.7418,1.8313-1.0852,2.8512l8.9124,13.8426v-1.8551l-3.7559-12.6226,4.9346-2.4097M23.9989,17.4799L5.5,10.3596l6.2874,9.5474,2.2618-.7699-2.4423-4.4344,8.6427,4.2213M23.9989,20.753l4.9346,2.4097-3.7537,12.6226v1.8551l8.9124-13.8426c.6566-1.0198.1353-2.3806-1.0874-2.8512l-5.2565-2.0226"/></g></svg>
Copied!