zoom in icon
zoom-in-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- zoom-in-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
10 other variants in Fluent UI System Icons
The same icon in other sets
zoom-inAkar Iconszoom-in-outlinedAnt Design Iconszoom-inBootstrap Iconszoom-inBoxIcons v2zoom-inBoxIcons v2 Solidzoom-inCarbonzoom-inCodiconszoom-inElement Pluszoom-inFramework7 Iconszoom-inFeather Iconszoom-in-outlineFlowbite Iconszoom-incss.ggzoom-inHuge Iconszoom-inHumbleiconszoom-inIconParkzoom-inIconPark Outlinezoom-inIconPark Solidzoom-inIconPark TwoTonezoom-inIconoirzoom-inLucidezoom-inMage Iconszoom-inMajesticonszoom-inMaterial Symbolszoom-inMaterial Symbols Light
Related icons in Fluent UI System Icons
Use the zoom in icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.5 7a1 1 0 0 1 1 1v4.5H19a1 1 0 1 1 0 2h-4.5V19a1 1 0 1 1-2 0v-4.5H8a1 1 0 1 1 0-2h4.5V8a1 1 0 0 1 1-1m0-5C19.851 2 25 7.149 25 13.5c0 2.828-1.021 5.418-2.715 7.42l.024-.026l6.398 6.399a1 1 0 1 1-1.414 1.414l-6.398-6.398c-2 1.68-4.58 2.691-7.395 2.691C7.149 25 2 19.851 2 13.5S7.149 2 13.5 2m0 2a9.5 9.5 0 1 0 0 19a9.5 9.5 0 0 0 0-19"/></svg>
React
import type { SVGProps } from "react";
export function FluentZoomIn32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.5 7a1 1 0 0 1 1 1v4.5H19a1 1 0 1 1 0 2h-4.5V19a1 1 0 1 1-2 0v-4.5H8a1 1 0 1 1 0-2h4.5V8a1 1 0 0 1 1-1m0-5C19.851 2 25 7.149 25 13.5c0 2.828-1.021 5.418-2.715 7.42l.024-.026l6.398 6.399a1 1 0 1 1-1.414 1.414l-6.398-6.398c-2 1.68-4.58 2.691-7.395 2.691C7.149 25 2 19.851 2 13.5S7.149 2 13.5 2m0 2a9.5 9.5 0 1 0 0 19a9.5 9.5 0 0 0 0-19"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.5 7a1 1 0 0 1 1 1v4.5H19a1 1 0 1 1 0 2h-4.5V19a1 1 0 1 1-2 0v-4.5H8a1 1 0 1 1 0-2h4.5V8a1 1 0 0 1 1-1m0-5C19.851 2 25 7.149 25 13.5c0 2.828-1.021 5.418-2.715 7.42l.024-.026l6.398 6.399a1 1 0 1 1-1.414 1.414l-6.398-6.398c-2 1.68-4.58 2.691-7.395 2.691C7.149 25 2 19.851 2 13.5S7.149 2 13.5 2m0 2a9.5 9.5 0 1 0 0 19a9.5 9.5 0 0 0 0-19"/></svg> </template>
CSS
.icon-zoom-in-32-regular {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%207a1%201%200%200%201%201%201v4.5H19a1%201%200%201%201%200%202h-4.5V19a1%201%200%201%201-2%200v-4.5H8a1%201%200%201%201%200-2h4.5V8a1%201%200%200%201%201-1m0-5C19.851%202%2025%207.149%2025%2013.5c0%202.828-1.021%205.418-2.715%207.42l.024-.026l6.398%206.399a1%201%200%201%201-1.414%201.414l-6.398-6.398c-2%201.68-4.58%202.691-7.395%202.691C7.149%2025%202%2019.851%202%2013.5S7.149%202%2013.5%202m0%202a9.5%209.5%200%201%200%200%2019a9.5%209.5%200%200%200%200-19%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%207a1%201%200%200%201%201%201v4.5H19a1%201%200%201%201%200%202h-4.5V19a1%201%200%201%201-2%200v-4.5H8a1%201%200%201%201%200-2h4.5V8a1%201%200%200%201%201-1m0-5C19.851%202%2025%207.149%2025%2013.5c0%202.828-1.021%205.418-2.715%207.42l.024-.026l6.398%206.399a1%201%200%201%201-1.414%201.414l-6.398-6.398c-2%201.68-4.58%202.691-7.395%202.691C7.149%2025%202%2019.851%202%2013.5S7.149%202%2013.5%202m0%202a9.5%209.5%200%201%200%200%2019a9.5%209.5%200%200%200%200-19%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/zoom-in-32-regular.svg?color=%231a73e8&size=48