magnify minus cursor icon
magnify-minus-cursor from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- magnify-minus-cursor
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- zoom-out-cursor
Related icons in Material Design Icons
Use the magnify minus cursor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 4a7 7 0 0 1 7 7c0 1.5-.5 3-1.39 4.19l.81.81H18l5 5l-2 2l-5-5v-.59l-.81-.81c-3.09 2.32-7.48 1.69-9.8-1.4S3.7 7.72 6.79 5.4C8 4.5 9.5 4 11 4m-4 6v2h8v-2zM1 1v7l7-7z"/></svg>
React
import type { SVGProps } from "react";
export function MdiMagnifyMinusCursor(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="M11 4a7 7 0 0 1 7 7c0 1.5-.5 3-1.39 4.19l.81.81H18l5 5l-2 2l-5-5v-.59l-.81-.81c-3.09 2.32-7.48 1.69-9.8-1.4S3.7 7.72 6.79 5.4C8 4.5 9.5 4 11 4m-4 6v2h8v-2zM1 1v7l7-7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 4a7 7 0 0 1 7 7c0 1.5-.5 3-1.39 4.19l.81.81H18l5 5l-2 2l-5-5v-.59l-.81-.81c-3.09 2.32-7.48 1.69-9.8-1.4S3.7 7.72 6.79 5.4C8 4.5 9.5 4 11 4m-4 6v2h8v-2zM1 1v7l7-7z"/></svg> </template>
CSS
.icon-magnify-minus-cursor {
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%22M11%204a7%207%200%200%201%207%207c0%201.5-.5%203-1.39%204.19l.81.81H18l5%205l-2%202l-5-5v-.59l-.81-.81c-3.09%202.32-7.48%201.69-9.8-1.4S3.7%207.72%206.79%205.4C8%204.5%209.5%204%2011%204m-4%206v2h8v-2zM1%201v7l7-7z%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%22M11%204a7%207%200%200%201%207%207c0%201.5-.5%203-1.39%204.19l.81.81H18l5%205l-2%202l-5-5v-.59l-.81-.81c-3.09%202.32-7.48%201.69-9.8-1.4S3.7%207.72%206.79%205.4C8%204.5%209.5%204%2011%204m-4%206v2h8v-2zM1%201v7l7-7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/magnify-minus-cursor.svg?color=%231a73e8&size=48