zoom out icon
zoom-out-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- zoom-out-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- zoom-out-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
zoom-outAkar Iconszoom-out-outlinedAnt Design Iconszoom-outBootstrap Iconszoom-outBoxIcons v2zoom-outBoxIcons v2 Solidzoom-outCarbonzoom-outCodiconszoom-outElement Pluszoom-outFramework7 Iconszoom-outFeather Iconszoom-out-outlineFlowbite Iconszoom-out-16-filledFluent UI System Iconszoom-outcss.ggzoom-outHuge Iconszoom-outHumbleiconszoom-outIconParkzoom-outIconPark Outlinezoom-outIconPark Solidzoom-outIconPark TwoTonezoom-outIconoirzoom-outLucidezoom-outMage Iconszoom-outMajesticonszoom-outMaterial Symbols
More ui actions icons from Material Symbols Light
Use the 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="M7.77 10q-.214 0-.358-.143T7.27 9.5t.143-.357T7.77 9h3.539q.213 0 .356.143t.144.357t-.144.357t-.356.143zm1.769 5.23q-2.399 0-4.065-1.666T3.808 9.5t1.666-4.065T9.538 3.77t4.065 1.666T15.269 9.5q0 1.042-.369 2.017t-.97 1.668l5.909 5.907q.14.14.15.345q.009.203-.15.363q-.16.16-.354.16t-.354-.16l-5.908-5.908q-.75.639-1.725.989t-1.96.35m0-1q1.99 0 3.361-1.37q1.37-1.37 1.37-3.361T12.9 6.14T9.54 4.77q-1.991 0-3.361 1.37T4.808 9.5t1.37 3.36t3.36 1.37"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightZoomOutRounded(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="M7.77 10q-.214 0-.358-.143T7.27 9.5t.143-.357T7.77 9h3.539q.213 0 .356.143t.144.357t-.144.357t-.356.143zm1.769 5.23q-2.399 0-4.065-1.666T3.808 9.5t1.666-4.065T9.538 3.77t4.065 1.666T15.269 9.5q0 1.042-.369 2.017t-.97 1.668l5.909 5.907q.14.14.15.345q.009.203-.15.363q-.16.16-.354.16t-.354-.16l-5.908-5.908q-.75.639-1.725.989t-1.96.35m0-1q1.99 0 3.361-1.37q1.37-1.37 1.37-3.361T12.9 6.14T9.54 4.77q-1.991 0-3.361 1.37T4.808 9.5t1.37 3.36t3.36 1.37"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.77 10q-.214 0-.358-.143T7.27 9.5t.143-.357T7.77 9h3.539q.213 0 .356.143t.144.357t-.144.357t-.356.143zm1.769 5.23q-2.399 0-4.065-1.666T3.808 9.5t1.666-4.065T9.538 3.77t4.065 1.666T15.269 9.5q0 1.042-.369 2.017t-.97 1.668l5.909 5.907q.14.14.15.345q.009.203-.15.363q-.16.16-.354.16t-.354-.16l-5.908-5.908q-.75.639-1.725.989t-1.96.35m0-1q1.99 0 3.361-1.37q1.37-1.37 1.37-3.361T12.9 6.14T9.54 4.77q-1.991 0-3.361 1.37T4.808 9.5t1.37 3.36t3.36 1.37"/></svg> </template>
CSS
.icon-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%22M7.77%2010q-.214%200-.358-.143T7.27%209.5t.143-.357T7.77%209h3.539q.213%200%20.356.143t.144.357t-.144.357t-.356.143zm1.769%205.23q-2.399%200-4.065-1.666T3.808%209.5t1.666-4.065T9.538%203.77t4.065%201.666T15.269%209.5q0%201.042-.369%202.017t-.97%201.668l5.909%205.907q.14.14.15.345q.009.203-.15.363q-.16.16-.354.16t-.354-.16l-5.908-5.908q-.75.639-1.725.989t-1.96.35m0-1q1.99%200%203.361-1.37q1.37-1.37%201.37-3.361T12.9%206.14T9.54%204.77q-1.991%200-3.361%201.37T4.808%209.5t1.37%203.36t3.36%201.37%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%22M7.77%2010q-.214%200-.358-.143T7.27%209.5t.143-.357T7.77%209h3.539q.213%200%20.356.143t.144.357t-.144.357t-.356.143zm1.769%205.23q-2.399%200-4.065-1.666T3.808%209.5t1.666-4.065T9.538%203.77t4.065%201.666T15.269%209.5q0%201.042-.369%202.017t-.97%201.668l5.909%205.907q.14.14.15.345q.009.203-.15.363q-.16.16-.354.16t-.354-.16l-5.908-5.908q-.75.639-1.725.989t-1.96.35m0-1q1.99%200%203.361-1.37q1.37-1.37%201.37-3.361T12.9%206.14T9.54%204.77q-1.991%200-3.361%201.37T4.808%209.5t1.37%203.36t3.36%201.37%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/zoom-out-rounded.svg?color=%231a73e8&size=48