ios map icon
ios-map from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-map
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios map icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M64 72.5v316.3c0 2.8 1.3 5.5 3.5 7l69.8 50.2c5.2 3.7 12.1-.3 12.1-7V122.7c0-2.8-1.3-5.5-3.5-7L76.1 65.4c-5.2-3.7-12.1.3-12.1 7.1z" fill="currentColor"/><path d="M168.7 123.3v316.3c0 6.7 6.9 10.8 12.1 7l62-36.7c2.2-1.6 3.5-4.2 3.5-7V86.6c0-6.7-6.9-10.8-12.1-7l-62 36.7c-2.2 1.5-3.5 4.1-3.5 7z" fill="currentColor"/><path d="M435.9 65.5l-69.8 50.7c-2.2 1.6-3.5 4.2-3.5 7v316.2c0 6.8 6.9 10.8 12.1 7l69.8-50.7c2.2-1.6 3.5-4.2 3.5-7V72.5c0-6.7-6.9-10.7-12.1-7z" fill="currentColor"/><path d="M265.7 85.6v316.2c0 2.8 1.3 5.5 3.5 7l62 37c5.2 3.8 12.1-.3 12.1-7V122.6c0-2.8-1.3-5.5-3.5-7l-62-37c-5.2-3.7-12.1.3-12.1 7z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosMap(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M64 72.5v316.3c0 2.8 1.3 5.5 3.5 7l69.8 50.2c5.2 3.7 12.1-.3 12.1-7V122.7c0-2.8-1.3-5.5-3.5-7L76.1 65.4c-5.2-3.7-12.1.3-12.1 7.1z" fill="currentColor"/><path d="M168.7 123.3v316.3c0 6.7 6.9 10.8 12.1 7l62-36.7c2.2-1.6 3.5-4.2 3.5-7V86.6c0-6.7-6.9-10.8-12.1-7l-62 36.7c-2.2 1.5-3.5 4.1-3.5 7z" fill="currentColor"/><path d="M435.9 65.5l-69.8 50.7c-2.2 1.6-3.5 4.2-3.5 7v316.2c0 6.8 6.9 10.8 12.1 7l69.8-50.7c2.2-1.6 3.5-4.2 3.5-7V72.5c0-6.7-6.9-10.7-12.1-7z" fill="currentColor"/><path d="M265.7 85.6v316.2c0 2.8 1.3 5.5 3.5 7l62 37c5.2 3.8 12.1-.3 12.1-7V122.6c0-2.8-1.3-5.5-3.5-7l-62-37c-5.2-3.7-12.1.3-12.1 7z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M64 72.5v316.3c0 2.8 1.3 5.5 3.5 7l69.8 50.2c5.2 3.7 12.1-.3 12.1-7V122.7c0-2.8-1.3-5.5-3.5-7L76.1 65.4c-5.2-3.7-12.1.3-12.1 7.1z" fill="currentColor"/><path d="M168.7 123.3v316.3c0 6.7 6.9 10.8 12.1 7l62-36.7c2.2-1.6 3.5-4.2 3.5-7V86.6c0-6.7-6.9-10.8-12.1-7l-62 36.7c-2.2 1.5-3.5 4.1-3.5 7z" fill="currentColor"/><path d="M435.9 65.5l-69.8 50.7c-2.2 1.6-3.5 4.2-3.5 7v316.2c0 6.8 6.9 10.8 12.1 7l69.8-50.7c2.2-1.6 3.5-4.2 3.5-7V72.5c0-6.7-6.9-10.7-12.1-7z" fill="currentColor"/><path d="M265.7 85.6v316.2c0 2.8 1.3 5.5 3.5 7l62 37c5.2 3.8 12.1-.3 12.1-7V122.6c0-2.8-1.3-5.5-3.5-7l-62-37c-5.2-3.7-12.1.3-12.1 7z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-map {
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%20512%20512%22%3E%3Cpath%20d%3D%22M64%2072.5v316.3c0%202.8%201.3%205.5%203.5%207l69.8%2050.2c5.2%203.7%2012.1-.3%2012.1-7V122.7c0-2.8-1.3-5.5-3.5-7L76.1%2065.4c-5.2-3.7-12.1.3-12.1%207.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M168.7%20123.3v316.3c0%206.7%206.9%2010.8%2012.1%207l62-36.7c2.2-1.6%203.5-4.2%203.5-7V86.6c0-6.7-6.9-10.8-12.1-7l-62%2036.7c-2.2%201.5-3.5%204.1-3.5%207z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M435.9%2065.5l-69.8%2050.7c-2.2%201.6-3.5%204.2-3.5%207v316.2c0%206.8%206.9%2010.8%2012.1%207l69.8-50.7c2.2-1.6%203.5-4.2%203.5-7V72.5c0-6.7-6.9-10.7-12.1-7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M265.7%2085.6v316.2c0%202.8%201.3%205.5%203.5%207l62%2037c5.2%203.8%2012.1-.3%2012.1-7V122.6c0-2.8-1.3-5.5-3.5-7l-62-37c-5.2-3.7-12.1.3-12.1%207z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M64%2072.5v316.3c0%202.8%201.3%205.5%203.5%207l69.8%2050.2c5.2%203.7%2012.1-.3%2012.1-7V122.7c0-2.8-1.3-5.5-3.5-7L76.1%2065.4c-5.2-3.7-12.1.3-12.1%207.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M168.7%20123.3v316.3c0%206.7%206.9%2010.8%2012.1%207l62-36.7c2.2-1.6%203.5-4.2%203.5-7V86.6c0-6.7-6.9-10.8-12.1-7l-62%2036.7c-2.2%201.5-3.5%204.1-3.5%207z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M435.9%2065.5l-69.8%2050.7c-2.2%201.6-3.5%204.2-3.5%207v316.2c0%206.8%206.9%2010.8%2012.1%207l69.8-50.7c2.2-1.6%203.5-4.2%203.5-7V72.5c0-6.7-6.9-10.7-12.1-7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M265.7%2085.6v316.2c0%202.8%201.3%205.5%203.5%207l62%2037c5.2%203.8%2012.1-.3%2012.1-7V122.6c0-2.8-1.3-5.5-3.5-7l-62-37c-5.2-3.7-12.1.3-12.1%207z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-map.svg?color=%231a73e8&size=48