pinch zoom out icon
pinch-zoom-out-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- pinch-zoom-out-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More actions icons from Material Symbols Light
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="M3.127 11.116h2.43q.192 0 .318.125q.125.125.125.316t-.125.317t-.317.126H2.423q-.343 0-.575-.232q-.232-.233-.232-.576V8.058q0-.192.125-.317t.316-.125t.317.125t.126.317v2.43l2.95-2.95q.136-.129.317-.129t.31.13t.129.31t-.129.316zm7.989-7.989l-2.95 2.95q-.136.129-.317.129q-.182 0-.31-.129q-.13-.129-.13-.31t.13-.317l2.95-2.95H8.058q-.192 0-.317-.125t-.125-.317t.125-.317t.317-.126h3.134q.344 0 .576.232q.232.233.232.576v3.135q0 .191-.125.317Q11.75 6 11.559 6t-.318-.125t-.125-.317zm2.94 18.642q-.504 0-.948-.186t-.812-.554L7.82 16.566q-.184-.185-.178-.46q.005-.273.209-.458q.227-.207.515-.268q.287-.06.581.012l2.785.687v-8.31q0-.212.144-.356t.357-.144t.356.144t.143.356v7.27h1.827v-3.77q0-.212.144-.356q.143-.144.356-.144t.356.144t.144.356v3.77h1.846v-2.77q0-.212.144-.356t.356-.144t.356.144t.144.356v2.77h1.827v-.77q0-.212.144-.356t.356-.144t.356.144t.144.356v4q0 1.458-1.021 2.479q-1.022 1.021-2.476 1.021z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPinchZoomOutRounded(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="M3.127 11.116h2.43q.192 0 .318.125q.125.125.125.316t-.125.317t-.317.126H2.423q-.343 0-.575-.232q-.232-.233-.232-.576V8.058q0-.192.125-.317t.316-.125t.317.125t.126.317v2.43l2.95-2.95q.136-.129.317-.129t.31.13t.129.31t-.129.316zm7.989-7.989l-2.95 2.95q-.136.129-.317.129q-.182 0-.31-.129q-.13-.129-.13-.31t.13-.317l2.95-2.95H8.058q-.192 0-.317-.125t-.125-.317t.125-.317t.317-.126h3.134q.344 0 .576.232q.232.233.232.576v3.135q0 .191-.125.317Q11.75 6 11.559 6t-.318-.125t-.125-.317zm2.94 18.642q-.504 0-.948-.186t-.812-.554L7.82 16.566q-.184-.185-.178-.46q.005-.273.209-.458q.227-.207.515-.268q.287-.06.581.012l2.785.687v-8.31q0-.212.144-.356t.357-.144t.356.144t.143.356v7.27h1.827v-3.77q0-.212.144-.356q.143-.144.356-.144t.356.144t.144.356v3.77h1.846v-2.77q0-.212.144-.356t.356-.144t.356.144t.144.356v2.77h1.827v-.77q0-.212.144-.356t.356-.144t.356.144t.144.356v4q0 1.458-1.021 2.479q-1.022 1.021-2.476 1.021z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.127 11.116h2.43q.192 0 .318.125q.125.125.125.316t-.125.317t-.317.126H2.423q-.343 0-.575-.232q-.232-.233-.232-.576V8.058q0-.192.125-.317t.316-.125t.317.125t.126.317v2.43l2.95-2.95q.136-.129.317-.129t.31.13t.129.31t-.129.316zm7.989-7.989l-2.95 2.95q-.136.129-.317.129q-.182 0-.31-.129q-.13-.129-.13-.31t.13-.317l2.95-2.95H8.058q-.192 0-.317-.125t-.125-.317t.125-.317t.317-.126h3.134q.344 0 .576.232q.232.233.232.576v3.135q0 .191-.125.317Q11.75 6 11.559 6t-.318-.125t-.125-.317zm2.94 18.642q-.504 0-.948-.186t-.812-.554L7.82 16.566q-.184-.185-.178-.46q.005-.273.209-.458q.227-.207.515-.268q.287-.06.581.012l2.785.687v-8.31q0-.212.144-.356t.357-.144t.356.144t.143.356v7.27h1.827v-3.77q0-.212.144-.356q.143-.144.356-.144t.356.144t.144.356v3.77h1.846v-2.77q0-.212.144-.356t.356-.144t.356.144t.144.356v2.77h1.827v-.77q0-.212.144-.356t.356-.144t.356.144t.144.356v4q0 1.458-1.021 2.479q-1.022 1.021-2.476 1.021z"/></svg> </template>
CSS
.icon-pinch-zoom-out-rounded {
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%22M3.127%2011.116h2.43q.192%200%20.318.125q.125.125.125.316t-.125.317t-.317.126H2.423q-.343%200-.575-.232q-.232-.233-.232-.576V8.058q0-.192.125-.317t.316-.125t.317.125t.126.317v2.43l2.95-2.95q.136-.129.317-.129t.31.13t.129.31t-.129.316zm7.989-7.989l-2.95%202.95q-.136.129-.317.129q-.182%200-.31-.129q-.13-.129-.13-.31t.13-.317l2.95-2.95H8.058q-.192%200-.317-.125t-.125-.317t.125-.317t.317-.126h3.134q.344%200%20.576.232q.232.233.232.576v3.135q0%20.191-.125.317Q11.75%206%2011.559%206t-.318-.125t-.125-.317zm2.94%2018.642q-.504%200-.948-.186t-.812-.554L7.82%2016.566q-.184-.185-.178-.46q.005-.273.209-.458q.227-.207.515-.268q.287-.06.581.012l2.785.687v-8.31q0-.212.144-.356t.357-.144t.356.144t.143.356v7.27h1.827v-3.77q0-.212.144-.356q.143-.144.356-.144t.356.144t.144.356v3.77h1.846v-2.77q0-.212.144-.356t.356-.144t.356.144t.144.356v2.77h1.827v-.77q0-.212.144-.356t.356-.144t.356.144t.144.356v4q0%201.458-1.021%202.479q-1.022%201.021-2.476%201.021z%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%22M3.127%2011.116h2.43q.192%200%20.318.125q.125.125.125.316t-.125.317t-.317.126H2.423q-.343%200-.575-.232q-.232-.233-.232-.576V8.058q0-.192.125-.317t.316-.125t.317.125t.126.317v2.43l2.95-2.95q.136-.129.317-.129t.31.13t.129.31t-.129.316zm7.989-7.989l-2.95%202.95q-.136.129-.317.129q-.182%200-.31-.129q-.13-.129-.13-.31t.13-.317l2.95-2.95H8.058q-.192%200-.317-.125t-.125-.317t.125-.317t.317-.126h3.134q.344%200%20.576.232q.232.233.232.576v3.135q0%20.191-.125.317Q11.75%206%2011.559%206t-.318-.125t-.125-.317zm2.94%2018.642q-.504%200-.948-.186t-.812-.554L7.82%2016.566q-.184-.185-.178-.46q.005-.273.209-.458q.227-.207.515-.268q.287-.06.581.012l2.785.687v-8.31q0-.212.144-.356t.357-.144t.356.144t.143.356v7.27h1.827v-3.77q0-.212.144-.356q.143-.144.356-.144t.356.144t.144.356v3.77h1.846v-2.77q0-.212.144-.356t.356-.144t.356.144t.144.356v2.77h1.827v-.77q0-.212.144-.356t.356-.144t.356.144t.144.356v4q0%201.458-1.021%202.479q-1.022%201.021-2.476%201.021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/pinch-zoom-out-rounded.svg?color=%231a73e8&size=48