pinch zoom out icon

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

Name
pinch-zoom-out-outline-sharp
Set
Material Symbols
Style
Outline Sharp
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="M1 12V7h1.5v2.45l2.975-2.975l1.05 1.05L3.55 10.5H6V12zm6.525-5.475l-1.05-1.05L9.45 2.5H7V1h5v5h-1.5V3.55zM13.575 23L7.6 17l1.575-1.625l2.825.8V7h2v11.825l-2.425-.675l2.85 2.85H21v-7h2v9zM15 16v-5h2v5zm3 0v-4h2v4zm-.5 2"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPinchZoomOutOutlineSharp(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 12V7h1.5v2.45l2.975-2.975l1.05 1.05L3.55 10.5H6V12zm6.525-5.475l-1.05-1.05L9.45 2.5H7V1h5v5h-1.5V3.55zM13.575 23L7.6 17l1.575-1.625l2.825.8V7h2v11.825l-2.425-.675l2.85 2.85H21v-7h2v9zM15 16v-5h2v5zm3 0v-4h2v4zm-.5 2"/></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 12V7h1.5v2.45l2.975-2.975l1.05 1.05L3.55 10.5H6V12zm6.525-5.475l-1.05-1.05L9.45 2.5H7V1h5v5h-1.5V3.55zM13.575 23L7.6 17l1.575-1.625l2.825.8V7h2v11.825l-2.425-.675l2.85 2.85H21v-7h2v9zM15 16v-5h2v5zm3 0v-4h2v4zm-.5 2"/></svg>
</template>

CSS

.icon-pinch-zoom-out-outline-sharp {
  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%2012V7h1.5v2.45l2.975-2.975l1.05%201.05L3.55%2010.5H6V12zm6.525-5.475l-1.05-1.05L9.45%202.5H7V1h5v5h-1.5V3.55zM13.575%2023L7.6%2017l1.575-1.625l2.825.8V7h2v11.825l-2.425-.675l2.85%202.85H21v-7h2v9zM15%2016v-5h2v5zm3%200v-4h2v4zm-.5%202%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%2012V7h1.5v2.45l2.975-2.975l1.05%201.05L3.55%2010.5H6V12zm6.525-5.475l-1.05-1.05L9.45%202.5H7V1h5v5h-1.5V3.55zM13.575%2023L7.6%2017l1.575-1.625l2.825.8V7h2v11.825l-2.425-.675l2.85%202.85H21v-7h2v9zM15%2016v-5h2v5zm3%200v-4h2v4zm-.5%202%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-outline-sharp.svg?color=%231a73e8&size=48