magnify expand icon
magnify-expand from Material Design Icons by Pictogrammers · Filled · Geographic Information System · Apache-2.0 Free for personal and commercial use.
- Name
- magnify-expand
- Set
- Material Design Icons
- Style
- Filled
- Category
- Geographic Information System
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- search-expand
More geographic information system icons from Material Design Icons
Use the magnify expand icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 16h-.58l-.81-.81A7.07 7.07 0 0 0 18 11c0-3.87-3.13-7-7-7c-1.5 0-3 .5-4.21 1.4c-3.09 2.32-3.72 6.71-1.4 9.8s6.71 3.72 9.8 1.4l.81.81V18l5 5l2-2zm-7 0c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5M3 6L1 8V1h7L6 3H3zm18-5v7l-2-2V3h-3l-2-2zM6 19l2 2H1v-7l2 2v3z"/></svg>
React
import type { SVGProps } from "react";
export function MdiMagnifyExpand(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="M18 16h-.58l-.81-.81A7.07 7.07 0 0 0 18 11c0-3.87-3.13-7-7-7c-1.5 0-3 .5-4.21 1.4c-3.09 2.32-3.72 6.71-1.4 9.8s6.71 3.72 9.8 1.4l.81.81V18l5 5l2-2zm-7 0c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5M3 6L1 8V1h7L6 3H3zm18-5v7l-2-2V3h-3l-2-2zM6 19l2 2H1v-7l2 2v3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 16h-.58l-.81-.81A7.07 7.07 0 0 0 18 11c0-3.87-3.13-7-7-7c-1.5 0-3 .5-4.21 1.4c-3.09 2.32-3.72 6.71-1.4 9.8s6.71 3.72 9.8 1.4l.81.81V18l5 5l2-2zm-7 0c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5M3 6L1 8V1h7L6 3H3zm18-5v7l-2-2V3h-3l-2-2zM6 19l2 2H1v-7l2 2v3z"/></svg> </template>
CSS
.icon-magnify-expand {
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%22M18%2016h-.58l-.81-.81A7.07%207.07%200%200%200%2018%2011c0-3.87-3.13-7-7-7c-1.5%200-3%20.5-4.21%201.4c-3.09%202.32-3.72%206.71-1.4%209.8s6.71%203.72%209.8%201.4l.81.81V18l5%205l2-2zm-7%200c-2.76%200-5-2.24-5-5s2.24-5%205-5s5%202.24%205%205s-2.24%205-5%205M3%206L1%208V1h7L6%203H3zm18-5v7l-2-2V3h-3l-2-2zM6%2019l2%202H1v-7l2%202v3z%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%22M18%2016h-.58l-.81-.81A7.07%207.07%200%200%200%2018%2011c0-3.87-3.13-7-7-7c-1.5%200-3%20.5-4.21%201.4c-3.09%202.32-3.72%206.71-1.4%209.8s6.71%203.72%209.8%201.4l.81.81V18l5%205l2-2zm-7%200c-2.76%200-5-2.24-5-5s2.24-5%205-5s5%202.24%205%205s-2.24%205-5%205M3%206L1%208V1h7L6%203H3zm18-5v7l-2-2V3h-3l-2-2zM6%2019l2%202H1v-7l2%202v3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/magnify-expand.svg?color=%231a73e8&size=48