movistar logo
movistar from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- movistar
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the movistar logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.512 5.187c-1.113.018-3.165.567-4.102 4.401c-.409 1.67-.567 3.413-.217 5.485c.322 1.912.893 3.562 1.278 4.471c.132.314.339.64.498.842c.456.579 1.217.542 1.536.384c.348-.172.748-.586.605-1.534c-.07-.458-.272-1.127-.386-1.499c-.349-1.141-.814-2.518-.854-3.5c-.054-1.311.463-1.483.806-1.56c.576-.126 1.06.508 1.52 1.303c.548.949 1.488 2.63 2.255 3.915c.692 1.16 1.97 2.401 4.02 2.316c2.091-.087 3.633-.886 4.427-3.402c.594-1.882.999-3.289 1.651-4.729c.75-1.657 1.75-2.543 2.592-2.272c.782.25.977 1.016.986 2.14c.009.996-.107 2.093-.196 2.898c-.032.293-.09.881-.066 1.207c.047.643.325 1.284 1.046 1.386c.77.109 1.387-.506 1.633-1.25c.098-.293.18-.742.225-1.06c.226-1.608.284-2.689.183-4.333c-.12-1.924-.495-3.678-1.152-5.196c-.627-1.452-1.635-2.382-2.927-2.464c-1.43-.091-3.072.86-3.934 2.704c-.793 1.7-1.428 3.444-1.814 4.336c-.39.903-.965 1.459-1.847 1.552c-1.08.114-2.01-.67-2.692-1.79c-.593-.975-1.77-2.832-2.4-3.456c-.592-.584-1.267-1.317-2.674-1.295"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsMovistar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.512 5.187c-1.113.018-3.165.567-4.102 4.401c-.409 1.67-.567 3.413-.217 5.485c.322 1.912.893 3.562 1.278 4.471c.132.314.339.64.498.842c.456.579 1.217.542 1.536.384c.348-.172.748-.586.605-1.534c-.07-.458-.272-1.127-.386-1.499c-.349-1.141-.814-2.518-.854-3.5c-.054-1.311.463-1.483.806-1.56c.576-.126 1.06.508 1.52 1.303c.548.949 1.488 2.63 2.255 3.915c.692 1.16 1.97 2.401 4.02 2.316c2.091-.087 3.633-.886 4.427-3.402c.594-1.882.999-3.289 1.651-4.729c.75-1.657 1.75-2.543 2.592-2.272c.782.25.977 1.016.986 2.14c.009.996-.107 2.093-.196 2.898c-.032.293-.09.881-.066 1.207c.047.643.325 1.284 1.046 1.386c.77.109 1.387-.506 1.633-1.25c.098-.293.18-.742.225-1.06c.226-1.608.284-2.689.183-4.333c-.12-1.924-.495-3.678-1.152-5.196c-.627-1.452-1.635-2.382-2.927-2.464c-1.43-.091-3.072.86-3.934 2.704c-.793 1.7-1.428 3.444-1.814 4.336c-.39.903-.965 1.459-1.847 1.552c-1.08.114-2.01-.67-2.692-1.79c-.593-.975-1.77-2.832-2.4-3.456c-.592-.584-1.267-1.317-2.674-1.295"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.512 5.187c-1.113.018-3.165.567-4.102 4.401c-.409 1.67-.567 3.413-.217 5.485c.322 1.912.893 3.562 1.278 4.471c.132.314.339.64.498.842c.456.579 1.217.542 1.536.384c.348-.172.748-.586.605-1.534c-.07-.458-.272-1.127-.386-1.499c-.349-1.141-.814-2.518-.854-3.5c-.054-1.311.463-1.483.806-1.56c.576-.126 1.06.508 1.52 1.303c.548.949 1.488 2.63 2.255 3.915c.692 1.16 1.97 2.401 4.02 2.316c2.091-.087 3.633-.886 4.427-3.402c.594-1.882.999-3.289 1.651-4.729c.75-1.657 1.75-2.543 2.592-2.272c.782.25.977 1.016.986 2.14c.009.996-.107 2.093-.196 2.898c-.032.293-.09.881-.066 1.207c.047.643.325 1.284 1.046 1.386c.77.109 1.387-.506 1.633-1.25c.098-.293.18-.742.225-1.06c.226-1.608.284-2.689.183-4.333c-.12-1.924-.495-3.678-1.152-5.196c-.627-1.452-1.635-2.382-2.927-2.464c-1.43-.091-3.072.86-3.934 2.704c-.793 1.7-1.428 3.444-1.814 4.336c-.39.903-.965 1.459-1.847 1.552c-1.08.114-2.01-.67-2.692-1.79c-.593-.975-1.77-2.832-2.4-3.456c-.592-.584-1.267-1.317-2.674-1.295"/></svg> </template>
CSS
.icon-movistar {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.512%205.187c-1.113.018-3.165.567-4.102%204.401c-.409%201.67-.567%203.413-.217%205.485c.322%201.912.893%203.562%201.278%204.471c.132.314.339.64.498.842c.456.579%201.217.542%201.536.384c.348-.172.748-.586.605-1.534c-.07-.458-.272-1.127-.386-1.499c-.349-1.141-.814-2.518-.854-3.5c-.054-1.311.463-1.483.806-1.56c.576-.126%201.06.508%201.52%201.303c.548.949%201.488%202.63%202.255%203.915c.692%201.16%201.97%202.401%204.02%202.316c2.091-.087%203.633-.886%204.427-3.402c.594-1.882.999-3.289%201.651-4.729c.75-1.657%201.75-2.543%202.592-2.272c.782.25.977%201.016.986%202.14c.009.996-.107%202.093-.196%202.898c-.032.293-.09.881-.066%201.207c.047.643.325%201.284%201.046%201.386c.77.109%201.387-.506%201.633-1.25c.098-.293.18-.742.225-1.06c.226-1.608.284-2.689.183-4.333c-.12-1.924-.495-3.678-1.152-5.196c-.627-1.452-1.635-2.382-2.927-2.464c-1.43-.091-3.072.86-3.934%202.704c-.793%201.7-1.428%203.444-1.814%204.336c-.39.903-.965%201.459-1.847%201.552c-1.08.114-2.01-.67-2.692-1.79c-.593-.975-1.77-2.832-2.4-3.456c-.592-.584-1.267-1.317-2.674-1.295%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.512%205.187c-1.113.018-3.165.567-4.102%204.401c-.409%201.67-.567%203.413-.217%205.485c.322%201.912.893%203.562%201.278%204.471c.132.314.339.64.498.842c.456.579%201.217.542%201.536.384c.348-.172.748-.586.605-1.534c-.07-.458-.272-1.127-.386-1.499c-.349-1.141-.814-2.518-.854-3.5c-.054-1.311.463-1.483.806-1.56c.576-.126%201.06.508%201.52%201.303c.548.949%201.488%202.63%202.255%203.915c.692%201.16%201.97%202.401%204.02%202.316c2.091-.087%203.633-.886%204.427-3.402c.594-1.882.999-3.289%201.651-4.729c.75-1.657%201.75-2.543%202.592-2.272c.782.25.977%201.016.986%202.14c.009.996-.107%202.093-.196%202.898c-.032.293-.09.881-.066%201.207c.047.643.325%201.284%201.046%201.386c.77.109%201.387-.506%201.633-1.25c.098-.293.18-.742.225-1.06c.226-1.608.284-2.689.183-4.333c-.12-1.924-.495-3.678-1.152-5.196c-.627-1.452-1.635-2.382-2.927-2.464c-1.43-.091-3.072.86-3.934%202.704c-.793%201.7-1.428%203.444-1.814%204.336c-.39.903-.965%201.459-1.847%201.552c-1.08.114-2.01-.67-2.692-1.79c-.593-.975-1.77-2.832-2.4-3.456c-.592-.584-1.267-1.317-2.674-1.295%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/movistar.svg?color=%231a73e8&size=48