Back to Explorer
16 - 512
0.5 - 4.0
Save to
mapsoutline
md zoom out map
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdZoomOutMapIcon = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
width="24"
height="24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
{...props}
>
<path d="M0 0h24v24H0V0z" fill="none"/><path d="M15 3l2.3 2.3-2.89 2.87 1.42 1.42L18.7 6.7 21 9V3h-6zM3 9l2.3-2.3 2.87 2.89 1.42-1.42L6.7 5.3 9 3H3v6zm6 12l-2.3-2.3 2.89-2.87-1.42-1.42L5.3 17.3 3 15v6h6zm12-6l-2.3 2.3-2.87-2.89-1.42 1.42 2.89 2.87L15 21h6v-6z"/>
</svg>
);SVG Optimizer
Before
0.44 KB
↓
After
0.44 KB
Tags
areaarrowarrowsboxbuttoncentercompasscontractcontrolcornerdestinationdirectionexit full screenexpandfull screenglobelocationmapmapsmarkermiddleminimizemovenavigationoutplacepointerrectanglescaleshapeshrinksquarestopviewworldzoomzoom out map
Compare Alternatives
See how other libraries approach this concept.