maps me logo
maps-me from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- maps-me
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
Use the maps me logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#4cd960" d="M256 128c0 70.692-57.308 128-128 128S0 198.692 0 128S57.308 0 128 0s128 57.308 128 128"/><path fill="#fff" d="M81.354 154.734a1.287 1.287 0 0 0-1.827-.009l-21.211 21.201l1.372 6.51c2.152 11.202 13.079 18.949 24.282 16.797l32.5-6.245a1.124 1.124 0 0 0 .59-1.891zm-6.341-4.857a1.367 1.367 0 0 0 .01-1.927l-24.13-24.572c-.949-.966-2.574-.113-2.318 1.217l7.839 40.801c.207 1.076 1.532 1.484 2.308.711zm38.133-40.32a1.64 1.64 0 0 0 2.325.011l37.974-37.832c.896-.893.095-2.408-1.148-2.169L88.649 81.796a1.284 1.284 0 0 0-.673 2.161zm73.349 7.289l24.418 24.569c.8.805 2.159.09 1.949-1.025l-7.798-41.45a1.152 1.152 0 0 0-1.942-.606l-16.617 16.413a1.48 1.48 0 0 0-.01 2.099m-32.93-33.625l26.125 26.724a1.61 1.61 0 0 0 2.284.018l21.137-20.921l-1.333-7.933c-2.153-11.202-12.713-18.607-23.915-16.454l-9.493 1.715l-14.784 14.578a1.61 1.61 0 0 0-.021 2.273m-71.918 59.512l26.628-26.018a1.77 1.77 0 0 0 .025-2.51L78.608 84.006l-16.169 2.826c-10.572 2.031-17.757 11.318-16.724 21.835l33.429 34.04a1.773 1.773 0 0 0 2.503.026m66.703.96l27.125-26.896c.456-.452.46-1.188.009-1.645l-27.031-27.428a1.164 1.164 0 0 0-1.653-.005l-26.976 26.976a1.164 1.164 0 0 0-.007 1.64l26.883 27.347a1.163 1.163 0 0 0 1.65.011m-.024 11.174a1.3 1.3 0 0 0-1.85-.012l-27.037 26.967a1.3 1.3 0 0 0-.002 1.84l7.156 7.179l45.44-8.747a1.322 1.322 0 0 0 .696-2.222zM215.704 156l-33.794-34.296a1.49 1.49 0 0 0-2.122-.005l-26.467 26.604a1.494 1.494 0 0 0-.006 2.101l29.074 29.577l17.004-3.268c10.053-1.931 16.536-10.792 16.311-20.713m-101.778-14.444a7.555 7.555 0 1 0 0 15.111a7.555 7.555 0 0 0 7.555-7.556a7.554 7.554 0 0 0-7.555-7.555m-21.687-64.37l6.282-1.372a1.62 1.62 0 0 0 1.273-1.466l-.09-2.866c.17-2.265 1.318-4.591 2.789-6.321c1.728-2.033 3.741-3.625 6.293-4.14l15.186-3.111c3.425-.691 8.324.905 10.991 3.794a16.8 16.8 0 0 1 3.131 5.107c.231.598.85.95 1.481.835l6.158-1.125a1.32 1.32 0 0 0 1.057-1.583c-.364-1.622-1.478-4.672-4.864-9.012c-3.63-4.889-12.745-7.978-19.354-6.644L107.617 52.3c-7.441 1.502-14.061 6.959-15.839 14.589c-.997 3.043-1.028 7.09-.961 9.192a1.17 1.17 0 0 0 1.422 1.105"/></svg>
React
import type { SVGProps } from "react";
export function LogosMapsMe(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#4cd960" d="M256 128c0 70.692-57.308 128-128 128S0 198.692 0 128S57.308 0 128 0s128 57.308 128 128"/><path fill="#fff" d="M81.354 154.734a1.287 1.287 0 0 0-1.827-.009l-21.211 21.201l1.372 6.51c2.152 11.202 13.079 18.949 24.282 16.797l32.5-6.245a1.124 1.124 0 0 0 .59-1.891zm-6.341-4.857a1.367 1.367 0 0 0 .01-1.927l-24.13-24.572c-.949-.966-2.574-.113-2.318 1.217l7.839 40.801c.207 1.076 1.532 1.484 2.308.711zm38.133-40.32a1.64 1.64 0 0 0 2.325.011l37.974-37.832c.896-.893.095-2.408-1.148-2.169L88.649 81.796a1.284 1.284 0 0 0-.673 2.161zm73.349 7.289l24.418 24.569c.8.805 2.159.09 1.949-1.025l-7.798-41.45a1.152 1.152 0 0 0-1.942-.606l-16.617 16.413a1.48 1.48 0 0 0-.01 2.099m-32.93-33.625l26.125 26.724a1.61 1.61 0 0 0 2.284.018l21.137-20.921l-1.333-7.933c-2.153-11.202-12.713-18.607-23.915-16.454l-9.493 1.715l-14.784 14.578a1.61 1.61 0 0 0-.021 2.273m-71.918 59.512l26.628-26.018a1.77 1.77 0 0 0 .025-2.51L78.608 84.006l-16.169 2.826c-10.572 2.031-17.757 11.318-16.724 21.835l33.429 34.04a1.773 1.773 0 0 0 2.503.026m66.703.96l27.125-26.896c.456-.452.46-1.188.009-1.645l-27.031-27.428a1.164 1.164 0 0 0-1.653-.005l-26.976 26.976a1.164 1.164 0 0 0-.007 1.64l26.883 27.347a1.163 1.163 0 0 0 1.65.011m-.024 11.174a1.3 1.3 0 0 0-1.85-.012l-27.037 26.967a1.3 1.3 0 0 0-.002 1.84l7.156 7.179l45.44-8.747a1.322 1.322 0 0 0 .696-2.222zM215.704 156l-33.794-34.296a1.49 1.49 0 0 0-2.122-.005l-26.467 26.604a1.494 1.494 0 0 0-.006 2.101l29.074 29.577l17.004-3.268c10.053-1.931 16.536-10.792 16.311-20.713m-101.778-14.444a7.555 7.555 0 1 0 0 15.111a7.555 7.555 0 0 0 7.555-7.556a7.554 7.554 0 0 0-7.555-7.555m-21.687-64.37l6.282-1.372a1.62 1.62 0 0 0 1.273-1.466l-.09-2.866c.17-2.265 1.318-4.591 2.789-6.321c1.728-2.033 3.741-3.625 6.293-4.14l15.186-3.111c3.425-.691 8.324.905 10.991 3.794a16.8 16.8 0 0 1 3.131 5.107c.231.598.85.95 1.481.835l6.158-1.125a1.32 1.32 0 0 0 1.057-1.583c-.364-1.622-1.478-4.672-4.864-9.012c-3.63-4.889-12.745-7.978-19.354-6.644L107.617 52.3c-7.441 1.502-14.061 6.959-15.839 14.589c-.997 3.043-1.028 7.09-.961 9.192a1.17 1.17 0 0 0 1.422 1.105"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#4cd960" d="M256 128c0 70.692-57.308 128-128 128S0 198.692 0 128S57.308 0 128 0s128 57.308 128 128"/><path fill="#fff" d="M81.354 154.734a1.287 1.287 0 0 0-1.827-.009l-21.211 21.201l1.372 6.51c2.152 11.202 13.079 18.949 24.282 16.797l32.5-6.245a1.124 1.124 0 0 0 .59-1.891zm-6.341-4.857a1.367 1.367 0 0 0 .01-1.927l-24.13-24.572c-.949-.966-2.574-.113-2.318 1.217l7.839 40.801c.207 1.076 1.532 1.484 2.308.711zm38.133-40.32a1.64 1.64 0 0 0 2.325.011l37.974-37.832c.896-.893.095-2.408-1.148-2.169L88.649 81.796a1.284 1.284 0 0 0-.673 2.161zm73.349 7.289l24.418 24.569c.8.805 2.159.09 1.949-1.025l-7.798-41.45a1.152 1.152 0 0 0-1.942-.606l-16.617 16.413a1.48 1.48 0 0 0-.01 2.099m-32.93-33.625l26.125 26.724a1.61 1.61 0 0 0 2.284.018l21.137-20.921l-1.333-7.933c-2.153-11.202-12.713-18.607-23.915-16.454l-9.493 1.715l-14.784 14.578a1.61 1.61 0 0 0-.021 2.273m-71.918 59.512l26.628-26.018a1.77 1.77 0 0 0 .025-2.51L78.608 84.006l-16.169 2.826c-10.572 2.031-17.757 11.318-16.724 21.835l33.429 34.04a1.773 1.773 0 0 0 2.503.026m66.703.96l27.125-26.896c.456-.452.46-1.188.009-1.645l-27.031-27.428a1.164 1.164 0 0 0-1.653-.005l-26.976 26.976a1.164 1.164 0 0 0-.007 1.64l26.883 27.347a1.163 1.163 0 0 0 1.65.011m-.024 11.174a1.3 1.3 0 0 0-1.85-.012l-27.037 26.967a1.3 1.3 0 0 0-.002 1.84l7.156 7.179l45.44-8.747a1.322 1.322 0 0 0 .696-2.222zM215.704 156l-33.794-34.296a1.49 1.49 0 0 0-2.122-.005l-26.467 26.604a1.494 1.494 0 0 0-.006 2.101l29.074 29.577l17.004-3.268c10.053-1.931 16.536-10.792 16.311-20.713m-101.778-14.444a7.555 7.555 0 1 0 0 15.111a7.555 7.555 0 0 0 7.555-7.556a7.554 7.554 0 0 0-7.555-7.555m-21.687-64.37l6.282-1.372a1.62 1.62 0 0 0 1.273-1.466l-.09-2.866c.17-2.265 1.318-4.591 2.789-6.321c1.728-2.033 3.741-3.625 6.293-4.14l15.186-3.111c3.425-.691 8.324.905 10.991 3.794a16.8 16.8 0 0 1 3.131 5.107c.231.598.85.95 1.481.835l6.158-1.125a1.32 1.32 0 0 0 1.057-1.583c-.364-1.622-1.478-4.672-4.864-9.012c-3.63-4.889-12.745-7.978-19.354-6.644L107.617 52.3c-7.441 1.502-14.061 6.959-15.839 14.589c-.997 3.043-1.028 7.09-.961 9.192a1.17 1.17 0 0 0 1.422 1.105"/></svg> </template>
CSS
.icon-maps-me {
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%20256%20256%22%3E%3Cpath%20fill%3D%22%234cd960%22%20d%3D%22M256%20128c0%2070.692-57.308%20128-128%20128S0%20198.692%200%20128S57.308%200%20128%200s128%2057.308%20128%20128%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M81.354%20154.734a1.287%201.287%200%200%200-1.827-.009l-21.211%2021.201l1.372%206.51c2.152%2011.202%2013.079%2018.949%2024.282%2016.797l32.5-6.245a1.124%201.124%200%200%200%20.59-1.891zm-6.341-4.857a1.367%201.367%200%200%200%20.01-1.927l-24.13-24.572c-.949-.966-2.574-.113-2.318%201.217l7.839%2040.801c.207%201.076%201.532%201.484%202.308.711zm38.133-40.32a1.64%201.64%200%200%200%202.325.011l37.974-37.832c.896-.893.095-2.408-1.148-2.169L88.649%2081.796a1.284%201.284%200%200%200-.673%202.161zm73.349%207.289l24.418%2024.569c.8.805%202.159.09%201.949-1.025l-7.798-41.45a1.152%201.152%200%200%200-1.942-.606l-16.617%2016.413a1.48%201.48%200%200%200-.01%202.099m-32.93-33.625l26.125%2026.724a1.61%201.61%200%200%200%202.284.018l21.137-20.921l-1.333-7.933c-2.153-11.202-12.713-18.607-23.915-16.454l-9.493%201.715l-14.784%2014.578a1.61%201.61%200%200%200-.021%202.273m-71.918%2059.512l26.628-26.018a1.77%201.77%200%200%200%20.025-2.51L78.608%2084.006l-16.169%202.826c-10.572%202.031-17.757%2011.318-16.724%2021.835l33.429%2034.04a1.773%201.773%200%200%200%202.503.026m66.703.96l27.125-26.896c.456-.452.46-1.188.009-1.645l-27.031-27.428a1.164%201.164%200%200%200-1.653-.005l-26.976%2026.976a1.164%201.164%200%200%200-.007%201.64l26.883%2027.347a1.163%201.163%200%200%200%201.65.011m-.024%2011.174a1.3%201.3%200%200%200-1.85-.012l-27.037%2026.967a1.3%201.3%200%200%200-.002%201.84l7.156%207.179l45.44-8.747a1.322%201.322%200%200%200%20.696-2.222zM215.704%20156l-33.794-34.296a1.49%201.49%200%200%200-2.122-.005l-26.467%2026.604a1.494%201.494%200%200%200-.006%202.101l29.074%2029.577l17.004-3.268c10.053-1.931%2016.536-10.792%2016.311-20.713m-101.778-14.444a7.555%207.555%200%201%200%200%2015.111a7.555%207.555%200%200%200%207.555-7.556a7.554%207.554%200%200%200-7.555-7.555m-21.687-64.37l6.282-1.372a1.62%201.62%200%200%200%201.273-1.466l-.09-2.866c.17-2.265%201.318-4.591%202.789-6.321c1.728-2.033%203.741-3.625%206.293-4.14l15.186-3.111c3.425-.691%208.324.905%2010.991%203.794a16.8%2016.8%200%200%201%203.131%205.107c.231.598.85.95%201.481.835l6.158-1.125a1.32%201.32%200%200%200%201.057-1.583c-.364-1.622-1.478-4.672-4.864-9.012c-3.63-4.889-12.745-7.978-19.354-6.644L107.617%2052.3c-7.441%201.502-14.061%206.959-15.839%2014.589c-.997%203.043-1.028%207.09-.961%209.192a1.17%201.17%200%200%200%201.422%201.105%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%20256%20256%22%3E%3Cpath%20fill%3D%22%234cd960%22%20d%3D%22M256%20128c0%2070.692-57.308%20128-128%20128S0%20198.692%200%20128S57.308%200%20128%200s128%2057.308%20128%20128%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M81.354%20154.734a1.287%201.287%200%200%200-1.827-.009l-21.211%2021.201l1.372%206.51c2.152%2011.202%2013.079%2018.949%2024.282%2016.797l32.5-6.245a1.124%201.124%200%200%200%20.59-1.891zm-6.341-4.857a1.367%201.367%200%200%200%20.01-1.927l-24.13-24.572c-.949-.966-2.574-.113-2.318%201.217l7.839%2040.801c.207%201.076%201.532%201.484%202.308.711zm38.133-40.32a1.64%201.64%200%200%200%202.325.011l37.974-37.832c.896-.893.095-2.408-1.148-2.169L88.649%2081.796a1.284%201.284%200%200%200-.673%202.161zm73.349%207.289l24.418%2024.569c.8.805%202.159.09%201.949-1.025l-7.798-41.45a1.152%201.152%200%200%200-1.942-.606l-16.617%2016.413a1.48%201.48%200%200%200-.01%202.099m-32.93-33.625l26.125%2026.724a1.61%201.61%200%200%200%202.284.018l21.137-20.921l-1.333-7.933c-2.153-11.202-12.713-18.607-23.915-16.454l-9.493%201.715l-14.784%2014.578a1.61%201.61%200%200%200-.021%202.273m-71.918%2059.512l26.628-26.018a1.77%201.77%200%200%200%20.025-2.51L78.608%2084.006l-16.169%202.826c-10.572%202.031-17.757%2011.318-16.724%2021.835l33.429%2034.04a1.773%201.773%200%200%200%202.503.026m66.703.96l27.125-26.896c.456-.452.46-1.188.009-1.645l-27.031-27.428a1.164%201.164%200%200%200-1.653-.005l-26.976%2026.976a1.164%201.164%200%200%200-.007%201.64l26.883%2027.347a1.163%201.163%200%200%200%201.65.011m-.024%2011.174a1.3%201.3%200%200%200-1.85-.012l-27.037%2026.967a1.3%201.3%200%200%200-.002%201.84l7.156%207.179l45.44-8.747a1.322%201.322%200%200%200%20.696-2.222zM215.704%20156l-33.794-34.296a1.49%201.49%200%200%200-2.122-.005l-26.467%2026.604a1.494%201.494%200%200%200-.006%202.101l29.074%2029.577l17.004-3.268c10.053-1.931%2016.536-10.792%2016.311-20.713m-101.778-14.444a7.555%207.555%200%201%200%200%2015.111a7.555%207.555%200%200%200%207.555-7.556a7.554%207.554%200%200%200-7.555-7.555m-21.687-64.37l6.282-1.372a1.62%201.62%200%200%200%201.273-1.466l-.09-2.866c.17-2.265%201.318-4.591%202.789-6.321c1.728-2.033%203.741-3.625%206.293-4.14l15.186-3.111c3.425-.691%208.324.905%2010.991%203.794a16.8%2016.8%200%200%201%203.131%205.107c.231.598.85.95%201.481.835l6.158-1.125a1.32%201.32%200%200%200%201.057-1.583c-.364-1.622-1.478-4.672-4.864-9.012c-3.63-4.889-12.745-7.978-19.354-6.644L107.617%2052.3c-7.441%201.502-14.061%206.959-15.839%2014.589c-.997%203.043-1.028%207.09-.961%209.192a1.17%201.17%200%200%200%201.422%201.105%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/maps-me.svg?color=%231a73e8&size=48