zoom-in-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
zoom-in-rounded
Set
Material Symbols Light
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
zoom-in-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the 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="M9.039 10H7.654q-.213 0-.356-.144t-.144-.357t.144-.356T7.654 9h1.385V7.616q0-.213.144-.357q.143-.144.356-.144t.356.144t.144.356V9h1.384q.213 0 .356.144t.144.357t-.144.356t-.356.143h-1.384v1.385q0 .212-.144.356t-.357.143t-.356-.143t-.143-.357zm.5 5.23q-2.403 0-4.067-1.662q-1.664-1.664-1.664-4.065T5.47 5.436t4.064-1.667q2.402 0 4.068 1.664q1.666 1.665 1.666 4.067q0 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 MaterialSymbolsLightZoomInRounded(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="M9.039 10H7.654q-.213 0-.356-.144t-.144-.357t.144-.356T7.654 9h1.385V7.616q0-.213.144-.357q.143-.144.356-.144t.356.144t.144.356V9h1.384q.213 0 .356.144t.144.357t-.144.356t-.356.143h-1.384v1.385q0 .212-.144.356t-.357.143t-.356-.143t-.143-.357zm.5 5.23q-2.403 0-4.067-1.662q-1.664-1.664-1.664-4.065T5.47 5.436t4.064-1.667q2.402 0 4.068 1.664q1.666 1.665 1.666 4.067q0 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="M9.039 10H7.654q-.213 0-.356-.144t-.144-.357t.144-.356T7.654 9h1.385V7.616q0-.213.144-.357q.143-.144.356-.144t.356.144t.144.356V9h1.384q.213 0 .356.144t.144.357t-.144.356t-.356.143h-1.384v1.385q0 .212-.144.356t-.357.143t-.356-.143t-.143-.357zm.5 5.23q-2.403 0-4.067-1.662q-1.664-1.664-1.664-4.065T5.47 5.436t4.064-1.667q2.402 0 4.068 1.664q1.666 1.665 1.666 4.067q0 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-in-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%22M9.039%2010H7.654q-.213%200-.356-.144t-.144-.357t.144-.356T7.654%209h1.385V7.616q0-.213.144-.357q.143-.144.356-.144t.356.144t.144.356V9h1.384q.213%200%20.356.144t.144.357t-.144.356t-.356.143h-1.384v1.385q0%20.212-.144.356t-.357.143t-.356-.143t-.143-.357zm.5%205.23q-2.403%200-4.067-1.662q-1.664-1.664-1.664-4.065T5.47%205.436t4.064-1.667q2.402%200%204.068%201.664q1.666%201.665%201.666%204.067q0%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%22M9.039%2010H7.654q-.213%200-.356-.144t-.144-.357t.144-.356T7.654%209h1.385V7.616q0-.213.144-.357q.143-.144.356-.144t.356.144t.144.356V9h1.384q.213%200%20.356.144t.144.357t-.144.356t-.356.143h-1.384v1.385q0%20.212-.144.356t-.357.143t-.356-.143t-.143-.357zm.5%205.23q-2.403%200-4.067-1.662q-1.664-1.664-1.664-4.065T5.47%205.436t4.064-1.667q2.402%200%204.068%201.664q1.666%201.665%201.666%204.067q0%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-in-rounded.svg?color=%231a73e8&size=48