round zoom out map icon
round-zoom-out-map from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- round-zoom-out-map
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
More maps icons from Google Material Icons
baseline-360baseline-add-businessbaseline-add-locationbaseline-add-location-altbaseline-add-roadbaseline-agriculturebaseline-airline-stopsbaseline-airlinesbaseline-alt-routebaseline-atmbaseline-attractionsbaseline-badgebaseline-bakery-diningbaseline-beenherebaseline-bike-scooterbaseline-breakfast-diningbaseline-brunch-diningbaseline-bus-alertbaseline-car-crashbaseline-car-rentalbaseline-car-repairbaseline-castlebaseline-categorybaseline-celebration
Use the round zoom out map icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.85 3.85L17.3 5.3l-2.18 2.16c-.39.39-.39 1.03 0 1.42s1.03.39 1.42 0L18.7 6.7l1.45 1.45a.5.5 0 0 0 .85-.36V3.5c0-.28-.22-.5-.5-.5h-4.29a.5.5 0 0 0-.36.85m-12 4.3L5.3 6.7l2.16 2.18c.39.39 1.03.39 1.42 0s.39-1.03 0-1.42L6.7 5.3l1.45-1.45A.5.5 0 0 0 7.79 3H3.5c-.28 0-.5.22-.5.5v4.29c0 .45.54.67.85.36m4.3 12L6.7 18.7l2.18-2.16c.39-.39.39-1.03 0-1.42s-1.03-.39-1.42 0L5.3 17.3l-1.45-1.45a.5.5 0 0 0-.85.36v4.29c0 .28.22.5.5.5h4.29a.5.5 0 0 0 .36-.85m12-4.3L18.7 17.3l-2.16-2.18c-.39-.39-1.03-.39-1.42 0s-.39 1.03 0 1.42l2.18 2.16l-1.45 1.45a.5.5 0 0 0 .36.85h4.29c.28 0 .5-.22.5-.5v-4.29a.5.5 0 0 0-.85-.36"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundZoomOutMap(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="M15.85 3.85L17.3 5.3l-2.18 2.16c-.39.39-.39 1.03 0 1.42s1.03.39 1.42 0L18.7 6.7l1.45 1.45a.5.5 0 0 0 .85-.36V3.5c0-.28-.22-.5-.5-.5h-4.29a.5.5 0 0 0-.36.85m-12 4.3L5.3 6.7l2.16 2.18c.39.39 1.03.39 1.42 0s.39-1.03 0-1.42L6.7 5.3l1.45-1.45A.5.5 0 0 0 7.79 3H3.5c-.28 0-.5.22-.5.5v4.29c0 .45.54.67.85.36m4.3 12L6.7 18.7l2.18-2.16c.39-.39.39-1.03 0-1.42s-1.03-.39-1.42 0L5.3 17.3l-1.45-1.45a.5.5 0 0 0-.85.36v4.29c0 .28.22.5.5.5h4.29a.5.5 0 0 0 .36-.85m12-4.3L18.7 17.3l-2.16-2.18c-.39-.39-1.03-.39-1.42 0s-.39 1.03 0 1.42l2.18 2.16l-1.45 1.45a.5.5 0 0 0 .36.85h4.29c.28 0 .5-.22.5-.5v-4.29a.5.5 0 0 0-.85-.36"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.85 3.85L17.3 5.3l-2.18 2.16c-.39.39-.39 1.03 0 1.42s1.03.39 1.42 0L18.7 6.7l1.45 1.45a.5.5 0 0 0 .85-.36V3.5c0-.28-.22-.5-.5-.5h-4.29a.5.5 0 0 0-.36.85m-12 4.3L5.3 6.7l2.16 2.18c.39.39 1.03.39 1.42 0s.39-1.03 0-1.42L6.7 5.3l1.45-1.45A.5.5 0 0 0 7.79 3H3.5c-.28 0-.5.22-.5.5v4.29c0 .45.54.67.85.36m4.3 12L6.7 18.7l2.18-2.16c.39-.39.39-1.03 0-1.42s-1.03-.39-1.42 0L5.3 17.3l-1.45-1.45a.5.5 0 0 0-.85.36v4.29c0 .28.22.5.5.5h4.29a.5.5 0 0 0 .36-.85m12-4.3L18.7 17.3l-2.16-2.18c-.39-.39-1.03-.39-1.42 0s-.39 1.03 0 1.42l2.18 2.16l-1.45 1.45a.5.5 0 0 0 .36.85h4.29c.28 0 .5-.22.5-.5v-4.29a.5.5 0 0 0-.85-.36"/></svg> </template>
CSS
.icon-round-zoom-out-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.85%203.85L17.3%205.3l-2.18%202.16c-.39.39-.39%201.03%200%201.42s1.03.39%201.42%200L18.7%206.7l1.45%201.45a.5.5%200%200%200%20.85-.36V3.5c0-.28-.22-.5-.5-.5h-4.29a.5.5%200%200%200-.36.85m-12%204.3L5.3%206.7l2.16%202.18c.39.39%201.03.39%201.42%200s.39-1.03%200-1.42L6.7%205.3l1.45-1.45A.5.5%200%200%200%207.79%203H3.5c-.28%200-.5.22-.5.5v4.29c0%20.45.54.67.85.36m4.3%2012L6.7%2018.7l2.18-2.16c.39-.39.39-1.03%200-1.42s-1.03-.39-1.42%200L5.3%2017.3l-1.45-1.45a.5.5%200%200%200-.85.36v4.29c0%20.28.22.5.5.5h4.29a.5.5%200%200%200%20.36-.85m12-4.3L18.7%2017.3l-2.16-2.18c-.39-.39-1.03-.39-1.42%200s-.39%201.03%200%201.42l2.18%202.16l-1.45%201.45a.5.5%200%200%200%20.36.85h4.29c.28%200%20.5-.22.5-.5v-4.29a.5.5%200%200%200-.85-.36%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%22M15.85%203.85L17.3%205.3l-2.18%202.16c-.39.39-.39%201.03%200%201.42s1.03.39%201.42%200L18.7%206.7l1.45%201.45a.5.5%200%200%200%20.85-.36V3.5c0-.28-.22-.5-.5-.5h-4.29a.5.5%200%200%200-.36.85m-12%204.3L5.3%206.7l2.16%202.18c.39.39%201.03.39%201.42%200s.39-1.03%200-1.42L6.7%205.3l1.45-1.45A.5.5%200%200%200%207.79%203H3.5c-.28%200-.5.22-.5.5v4.29c0%20.45.54.67.85.36m4.3%2012L6.7%2018.7l2.18-2.16c.39-.39.39-1.03%200-1.42s-1.03-.39-1.42%200L5.3%2017.3l-1.45-1.45a.5.5%200%200%200-.85.36v4.29c0%20.28.22.5.5.5h4.29a.5.5%200%200%200%20.36-.85m12-4.3L18.7%2017.3l-2.16-2.18c-.39-.39-1.03-.39-1.42%200s-.39%201.03%200%201.42l2.18%202.16l-1.45%201.45a.5.5%200%200%200%20.36.85h4.29c.28%200%20.5-.22.5-.5v-4.29a.5.5%200%200%200-.85-.36%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-zoom-out-map.svg?color=%231a73e8&size=48