pinch zoom in icon
pinch-zoom-in-outline-sharp from Material Symbols by Google · Outline Sharp · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- pinch-zoom-in-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 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.5H12V6zm6.575 17L7.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 MaterialSymbolsPinchZoomInOutlineSharp(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.5H12V6zm6.575 17L7.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.55 12.5L.5 11.45L3.425 8.5H1V7h5v5H4.5V9.575zM7 6V1h1.5v2.45L11.425.5L12.5 1.575L9.55 4.5H12V6zm6.575 17L7.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-in-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.55%2012.5L.5%2011.45L3.425%208.5H1V7h5v5H4.5V9.575zM7%206V1h1.5v2.45L11.425.5L12.5%201.575L9.55%204.5H12V6zm6.575%2017L7.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.55%2012.5L.5%2011.45L3.425%208.5H1V7h5v5H4.5V9.575zM7%206V1h1.5v2.45L11.425.5L12.5%201.575L9.55%204.5H12V6zm6.575%2017L7.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-in-outline-sharp.svg?color=%231a73e8&size=48