Mi Movistar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mi Movistar 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/343735.svg" alt="Mi Movistar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343735.svg" alt="Mi Movistar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343735.svg" alt="Mi Movistar icon" :width="24" :height="24" />
CSS background
.icon-mi-movistar {
background-image: url('https://proicons.com/icon/343735.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="M18.6365,18.5742C7.8248,1.6721.0053,28.3531,7.4084,37.44c1.9912,2.4442,4.4758-.096,3.7971-2.491-3.3013-11.6509-.3353-11.8385,3.43-4.6961C17.729,36.1223,26.5744,43.71,30.8444,29.11c2.968-10.148,7.5814-10.052,7.431-3.92-.2557,10.4192,2.5981,8.5948,4.4912,3.3486C46.2228,18.96,36.76-.4195,29.0888,15.8382,26.1537,22.059,24.6786,28.02,18.6365,18.5742Z"/></svg>
Copied!