pinch zoom in icon

pinch-zoom-in from Material Symbols by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.

Name
pinch-zoom-in
Set
Material Symbols
Style
Regular
Category
Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

Use the pinch zoom in icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.55 12.5L.5 11.45L3.425 8.5H1V7h5v5H4.5V9.575zM7 6V1h1.5v2.45L11.425.5L12.5 1.575L9.55 4.5H12V6zm7.825 17q-.6 0-1.15-.225t-.975-.65L7.6 17l.75-.775q.4-.4.938-.537t1.062.012l1.65.475V8q0-.425.288-.712T13 7t.713.288T14 8v7h1v-3q0-.425.288-.712T16 11t.713.288T17 12v3h1v-2q0-.425.288-.712T19 12t.713.288T20 13v2h1q0-.425.288-.712T22 14t.713.288T23 15v4q0 1.65-1.175 2.825T19 23z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPinchZoomIn(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.55 12.5L.5 11.45L3.425 8.5H1V7h5v5H4.5V9.575zM7 6V1h1.5v2.45L11.425.5L12.5 1.575L9.55 4.5H12V6zm7.825 17q-.6 0-1.15-.225t-.975-.65L7.6 17l.75-.775q.4-.4.938-.537t1.062.012l1.65.475V8q0-.425.288-.712T13 7t.713.288T14 8v7h1v-3q0-.425.288-.712T16 11t.713.288T17 12v3h1v-2q0-.425.288-.712T19 12t.713.288T20 13v2h1q0-.425.288-.712T22 14t.713.288T23 15v4q0 1.65-1.175 2.825T19 23z"/></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.55 12.5L.5 11.45L3.425 8.5H1V7h5v5H4.5V9.575zM7 6V1h1.5v2.45L11.425.5L12.5 1.575L9.55 4.5H12V6zm7.825 17q-.6 0-1.15-.225t-.975-.65L7.6 17l.75-.775q.4-.4.938-.537t1.062.012l1.65.475V8q0-.425.288-.712T13 7t.713.288T14 8v7h1v-3q0-.425.288-.712T16 11t.713.288T17 12v3h1v-2q0-.425.288-.712T19 12t.713.288T20 13v2h1q0-.425.288-.712T22 14t.713.288T23 15v4q0 1.65-1.175 2.825T19 23z"/></svg>
</template>

CSS

.icon-pinch-zoom-in {
  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.55%2012.5L.5%2011.45L3.425%208.5H1V7h5v5H4.5V9.575zM7%206V1h1.5v2.45L11.425.5L12.5%201.575L9.55%204.5H12V6zm7.825%2017q-.6%200-1.15-.225t-.975-.65L7.6%2017l.75-.775q.4-.4.938-.537t1.062.012l1.65.475V8q0-.425.288-.712T13%207t.713.288T14%208v7h1v-3q0-.425.288-.712T16%2011t.713.288T17%2012v3h1v-2q0-.425.288-.712T19%2012t.713.288T20%2013v2h1q0-.425.288-.712T22%2014t.713.288T23%2015v4q0%201.65-1.175%202.825T19%2023z%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.55%2012.5L.5%2011.45L3.425%208.5H1V7h5v5H4.5V9.575zM7%206V1h1.5v2.45L11.425.5L12.5%201.575L9.55%204.5H12V6zm7.825%2017q-.6%200-1.15-.225t-.975-.65L7.6%2017l.75-.775q.4-.4.938-.537t1.062.012l1.65.475V8q0-.425.288-.712T13%207t.713.288T14%208v7h1v-3q0-.425.288-.712T16%2011t.713.288T17%2012v3h1v-2q0-.425.288-.712T19%2012t.713.288T20%2013v2h1q0-.425.288-.712T22%2014t.713.288T23%2015v4q0%201.65-1.175%202.825T19%2023z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/pinch-zoom-in.svg?color=%231a73e8&size=48