magnify remove cursor icon

magnify-remove-cursor from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
magnify-remove-cursor
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the magnify remove cursor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 1v7l7-7zm17 15h-.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-3.4-2.84l-1.42 1.42l-2.12-2.13l-2.12 2.13l-1.44-1.42l2.15-2.12L7.5 8.92L8.94 7.5l2.12 2.13l2.12-2.13l1.42 1.42l-2.13 2.12z"/></svg>

React

import type { SVGProps } from "react";

export function MdiMagnifyRemoveCursor(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="M1 1v7l7-7zm17 15h-.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-3.4-2.84l-1.42 1.42l-2.12-2.13l-2.12 2.13l-1.44-1.42l2.15-2.12L7.5 8.92L8.94 7.5l2.12 2.13l2.12-2.13l1.42 1.42l-2.13 2.12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 1v7l7-7zm17 15h-.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-3.4-2.84l-1.42 1.42l-2.12-2.13l-2.12 2.13l-1.44-1.42l2.15-2.12L7.5 8.92L8.94 7.5l2.12 2.13l2.12-2.13l1.42 1.42l-2.13 2.12z"/></svg>
</template>

CSS

.icon-magnify-remove-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%22M1%201v7l7-7zm17%2015h-.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-3.4-2.84l-1.42%201.42l-2.12-2.13l-2.12%202.13l-1.44-1.42l2.15-2.12L7.5%208.92L8.94%207.5l2.12%202.13l2.12-2.13l1.42%201.42l-2.13%202.12z%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%22M1%201v7l7-7zm17%2015h-.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-3.4-2.84l-1.42%201.42l-2.12-2.13l-2.12%202.13l-1.44-1.42l2.15-2.12L7.5%208.92L8.94%207.5l2.12%202.13l2.12-2.13l1.42%201.42l-2.13%202.12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/magnify-remove-cursor.svg?color=%231a73e8&size=48