zoom in icon
zoom-in from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- zoom-in
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
The same icon in other sets
zoom-inAkar Iconszoom-in-outlinedAnt Design Iconszoom-inBootstrap Iconszoom-inBoxIcons v2zoom-inBoxIcons v2 Solidzoom-inCarbonzoom-inCodiconszoom-inElement Pluszoom-inFeather Iconszoom-in-outlineFlowbite Iconszoom-in-16-filledFluent UI System 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 Framework7 Icons
Use the zoom in icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M23.957 41.77a18.02 18.02 0 0 0 10.477-3.376l11.109 11.11a2.66 2.66 0 0 0 1.898.773c1.524 0 2.625-1.172 2.625-2.672c0-.703-.234-1.359-.75-1.874L38.277 34.668c2.32-3.047 3.703-6.82 3.703-10.922c0-9.914-8.109-18.023-18.023-18.023c-9.937 0-18.023 8.109-18.023 18.023S14.02 41.77 23.957 41.77m0-3.891c-7.758 0-14.133-6.398-14.133-14.133S16.2 9.613 23.957 9.613c7.734 0 14.133 6.399 14.133 14.133c0 7.735-6.399 14.133-14.133 14.133m1.898-7.195v-5.18h4.735c.96 0 1.781-.82 1.781-1.758c0-.937-.82-1.758-1.781-1.758h-4.735v-5.18c0-1.124-.914-1.804-1.898-1.804s-1.922.68-1.922 1.805v5.18h-4.734c-.961 0-1.758.82-1.758 1.757c0 .938.797 1.758 1.758 1.758h4.734v5.18c0 1.125.938 1.804 1.922 1.804s1.898-.68 1.898-1.804"/></svg>
React
import type { SVGProps } from "react";
export function F7ZoomIn(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M23.957 41.77a18.02 18.02 0 0 0 10.477-3.376l11.109 11.11a2.66 2.66 0 0 0 1.898.773c1.524 0 2.625-1.172 2.625-2.672c0-.703-.234-1.359-.75-1.874L38.277 34.668c2.32-3.047 3.703-6.82 3.703-10.922c0-9.914-8.109-18.023-18.023-18.023c-9.937 0-18.023 8.109-18.023 18.023S14.02 41.77 23.957 41.77m0-3.891c-7.758 0-14.133-6.398-14.133-14.133S16.2 9.613 23.957 9.613c7.734 0 14.133 6.399 14.133 14.133c0 7.735-6.399 14.133-14.133 14.133m1.898-7.195v-5.18h4.735c.96 0 1.781-.82 1.781-1.758c0-.937-.82-1.758-1.781-1.758h-4.735v-5.18c0-1.124-.914-1.804-1.898-1.804s-1.922.68-1.922 1.805v5.18h-4.734c-.961 0-1.758.82-1.758 1.757c0 .938.797 1.758 1.758 1.758h4.734v5.18c0 1.125.938 1.804 1.922 1.804s1.898-.68 1.898-1.804"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M23.957 41.77a18.02 18.02 0 0 0 10.477-3.376l11.109 11.11a2.66 2.66 0 0 0 1.898.773c1.524 0 2.625-1.172 2.625-2.672c0-.703-.234-1.359-.75-1.874L38.277 34.668c2.32-3.047 3.703-6.82 3.703-10.922c0-9.914-8.109-18.023-18.023-18.023c-9.937 0-18.023 8.109-18.023 18.023S14.02 41.77 23.957 41.77m0-3.891c-7.758 0-14.133-6.398-14.133-14.133S16.2 9.613 23.957 9.613c7.734 0 14.133 6.399 14.133 14.133c0 7.735-6.399 14.133-14.133 14.133m1.898-7.195v-5.18h4.735c.96 0 1.781-.82 1.781-1.758c0-.937-.82-1.758-1.781-1.758h-4.735v-5.18c0-1.124-.914-1.804-1.898-1.804s-1.922.68-1.922 1.805v5.18h-4.734c-.961 0-1.758.82-1.758 1.757c0 .938.797 1.758 1.758 1.758h4.734v5.18c0 1.125.938 1.804 1.922 1.804s1.898-.68 1.898-1.804"/></svg> </template>
CSS
.icon-zoom-in {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.957%2041.77a18.02%2018.02%200%200%200%2010.477-3.376l11.109%2011.11a2.66%202.66%200%200%200%201.898.773c1.524%200%202.625-1.172%202.625-2.672c0-.703-.234-1.359-.75-1.874L38.277%2034.668c2.32-3.047%203.703-6.82%203.703-10.922c0-9.914-8.109-18.023-18.023-18.023c-9.937%200-18.023%208.109-18.023%2018.023S14.02%2041.77%2023.957%2041.77m0-3.891c-7.758%200-14.133-6.398-14.133-14.133S16.2%209.613%2023.957%209.613c7.734%200%2014.133%206.399%2014.133%2014.133c0%207.735-6.399%2014.133-14.133%2014.133m1.898-7.195v-5.18h4.735c.96%200%201.781-.82%201.781-1.758c0-.937-.82-1.758-1.781-1.758h-4.735v-5.18c0-1.124-.914-1.804-1.898-1.804s-1.922.68-1.922%201.805v5.18h-4.734c-.961%200-1.758.82-1.758%201.757c0%20.938.797%201.758%201.758%201.758h4.734v5.18c0%201.125.938%201.804%201.922%201.804s1.898-.68%201.898-1.804%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.957%2041.77a18.02%2018.02%200%200%200%2010.477-3.376l11.109%2011.11a2.66%202.66%200%200%200%201.898.773c1.524%200%202.625-1.172%202.625-2.672c0-.703-.234-1.359-.75-1.874L38.277%2034.668c2.32-3.047%203.703-6.82%203.703-10.922c0-9.914-8.109-18.023-18.023-18.023c-9.937%200-18.023%208.109-18.023%2018.023S14.02%2041.77%2023.957%2041.77m0-3.891c-7.758%200-14.133-6.398-14.133-14.133S16.2%209.613%2023.957%209.613c7.734%200%2014.133%206.399%2014.133%2014.133c0%207.735-6.399%2014.133-14.133%2014.133m1.898-7.195v-5.18h4.735c.96%200%201.781-.82%201.781-1.758c0-.937-.82-1.758-1.781-1.758h-4.735v-5.18c0-1.124-.914-1.804-1.898-1.804s-1.922.68-1.922%201.805v5.18h-4.734c-.961%200-1.758.82-1.758%201.757c0%20.938.797%201.758%201.758%201.758h4.734v5.18c0%201.125.938%201.804%201.922%201.804s1.898-.68%201.898-1.804%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/zoom-in.svg?color=%231a73e8&size=48