pinch zoom out icon

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

Name
pinch-zoom-out
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 out icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.825 23q-.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 23zM1 12V7h1.5v2.45l2.975-2.975l1.05 1.05L3.55 10.5H6V12zm6.525-5.475l-1.05-1.05L9.45 2.5H7V1h5v5h-1.5V3.55z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPinchZoomOut(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="M14.825 23q-.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 23zM1 12V7h1.5v2.45l2.975-2.975l1.05 1.05L3.55 10.5H6V12zm6.525-5.475l-1.05-1.05L9.45 2.5H7V1h5v5h-1.5V3.55z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.825 23q-.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 23zM1 12V7h1.5v2.45l2.975-2.975l1.05 1.05L3.55 10.5H6V12zm6.525-5.475l-1.05-1.05L9.45 2.5H7V1h5v5h-1.5V3.55z"/></svg>
</template>

CSS

.icon-pinch-zoom-out {
  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%22M14.825%2023q-.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%2023zM1%2012V7h1.5v2.45l2.975-2.975l1.05%201.05L3.55%2010.5H6V12zm6.525-5.475l-1.05-1.05L9.45%202.5H7V1h5v5h-1.5V3.55z%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%22M14.825%2023q-.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%2023zM1%2012V7h1.5v2.45l2.975-2.975l1.05%201.05L3.55%2010.5H6V12zm6.525-5.475l-1.05-1.05L9.45%202.5H7V1h5v5h-1.5V3.55z%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-out.svg?color=%231a73e8&size=48