zoom in area icon
zoom-in-area-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- zoom-in-area-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
Related icons in Tabler Icons
Use the zoom in area icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 9a6 6 0 0 1 4.891 9.476l2.816 2.817a1 1 0 0 1-1.32 1.497l-.094-.083l-2.817-2.816a6 6 0 0 1-9.472-4.666L9 15l.004-.225A6 6 0 0 1 15 9m0 3a1 1 0 0 0-.993.883L14 13v1h-1l-.117.007a1 1 0 0 0 0 1.986L13 16h1v1l.007.117a1 1 0 0 0 1.986 0L16 17v-1h1l.117-.007a1 1 0 0 0 0-1.986L17 14h-1v-1l-.007-.117A1 1 0 0 0 15 12M3 14a1 1 0 0 1 .993.883L4 15v1a1 1 0 0 0 .883.993L5 17h1a1 1 0 0 1 .117 1.993L6 19H5a3 3 0 0 1-2.995-2.824L2 16v-1a1 1 0 0 1 1-1m0-5a1 1 0 0 1 .993.883L4 10v1a1 1 0 0 1-1.993.117L2 11v-1a1 1 0 0 1 1-1m3-7a1 1 0 0 1 .117 1.993L6 4H5a1 1 0 0 0-.993.883L4 5v1a1 1 0 0 1-1.993.117L2 6V5a3 3 0 0 1 2.824-2.995L5 2zm5 0a1 1 0 0 1 .117 1.993L11 4h-1a1 1 0 0 1-.117-1.993L10 2zm5 0a3 3 0 0 1 2.995 2.824L19 5v1a1 1 0 0 1-1.993.117L17 6V5a1 1 0 0 0-.883-.993L16 4h-1a1 1 0 0 1-.117-1.993L15 2z"/></svg>
React
import type { SVGProps } from "react";
export function TablerZoomInAreaFilled(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="M15 9a6 6 0 0 1 4.891 9.476l2.816 2.817a1 1 0 0 1-1.32 1.497l-.094-.083l-2.817-2.816a6 6 0 0 1-9.472-4.666L9 15l.004-.225A6 6 0 0 1 15 9m0 3a1 1 0 0 0-.993.883L14 13v1h-1l-.117.007a1 1 0 0 0 0 1.986L13 16h1v1l.007.117a1 1 0 0 0 1.986 0L16 17v-1h1l.117-.007a1 1 0 0 0 0-1.986L17 14h-1v-1l-.007-.117A1 1 0 0 0 15 12M3 14a1 1 0 0 1 .993.883L4 15v1a1 1 0 0 0 .883.993L5 17h1a1 1 0 0 1 .117 1.993L6 19H5a3 3 0 0 1-2.995-2.824L2 16v-1a1 1 0 0 1 1-1m0-5a1 1 0 0 1 .993.883L4 10v1a1 1 0 0 1-1.993.117L2 11v-1a1 1 0 0 1 1-1m3-7a1 1 0 0 1 .117 1.993L6 4H5a1 1 0 0 0-.993.883L4 5v1a1 1 0 0 1-1.993.117L2 6V5a3 3 0 0 1 2.824-2.995L5 2zm5 0a1 1 0 0 1 .117 1.993L11 4h-1a1 1 0 0 1-.117-1.993L10 2zm5 0a3 3 0 0 1 2.995 2.824L19 5v1a1 1 0 0 1-1.993.117L17 6V5a1 1 0 0 0-.883-.993L16 4h-1a1 1 0 0 1-.117-1.993L15 2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 9a6 6 0 0 1 4.891 9.476l2.816 2.817a1 1 0 0 1-1.32 1.497l-.094-.083l-2.817-2.816a6 6 0 0 1-9.472-4.666L9 15l.004-.225A6 6 0 0 1 15 9m0 3a1 1 0 0 0-.993.883L14 13v1h-1l-.117.007a1 1 0 0 0 0 1.986L13 16h1v1l.007.117a1 1 0 0 0 1.986 0L16 17v-1h1l.117-.007a1 1 0 0 0 0-1.986L17 14h-1v-1l-.007-.117A1 1 0 0 0 15 12M3 14a1 1 0 0 1 .993.883L4 15v1a1 1 0 0 0 .883.993L5 17h1a1 1 0 0 1 .117 1.993L6 19H5a3 3 0 0 1-2.995-2.824L2 16v-1a1 1 0 0 1 1-1m0-5a1 1 0 0 1 .993.883L4 10v1a1 1 0 0 1-1.993.117L2 11v-1a1 1 0 0 1 1-1m3-7a1 1 0 0 1 .117 1.993L6 4H5a1 1 0 0 0-.993.883L4 5v1a1 1 0 0 1-1.993.117L2 6V5a3 3 0 0 1 2.824-2.995L5 2zm5 0a1 1 0 0 1 .117 1.993L11 4h-1a1 1 0 0 1-.117-1.993L10 2zm5 0a3 3 0 0 1 2.995 2.824L19 5v1a1 1 0 0 1-1.993.117L17 6V5a1 1 0 0 0-.883-.993L16 4h-1a1 1 0 0 1-.117-1.993L15 2z"/></svg> </template>
CSS
.icon-zoom-in-area-filled {
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%22M15%209a6%206%200%200%201%204.891%209.476l2.816%202.817a1%201%200%200%201-1.32%201.497l-.094-.083l-2.817-2.816a6%206%200%200%201-9.472-4.666L9%2015l.004-.225A6%206%200%200%201%2015%209m0%203a1%201%200%200%200-.993.883L14%2013v1h-1l-.117.007a1%201%200%200%200%200%201.986L13%2016h1v1l.007.117a1%201%200%200%200%201.986%200L16%2017v-1h1l.117-.007a1%201%200%200%200%200-1.986L17%2014h-1v-1l-.007-.117A1%201%200%200%200%2015%2012M3%2014a1%201%200%200%201%20.993.883L4%2015v1a1%201%200%200%200%20.883.993L5%2017h1a1%201%200%200%201%20.117%201.993L6%2019H5a3%203%200%200%201-2.995-2.824L2%2016v-1a1%201%200%200%201%201-1m0-5a1%201%200%200%201%20.993.883L4%2010v1a1%201%200%200%201-1.993.117L2%2011v-1a1%201%200%200%201%201-1m3-7a1%201%200%200%201%20.117%201.993L6%204H5a1%201%200%200%200-.993.883L4%205v1a1%201%200%200%201-1.993.117L2%206V5a3%203%200%200%201%202.824-2.995L5%202zm5%200a1%201%200%200%201%20.117%201.993L11%204h-1a1%201%200%200%201-.117-1.993L10%202zm5%200a3%203%200%200%201%202.995%202.824L19%205v1a1%201%200%200%201-1.993.117L17%206V5a1%201%200%200%200-.883-.993L16%204h-1a1%201%200%200%201-.117-1.993L15%202z%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%22M15%209a6%206%200%200%201%204.891%209.476l2.816%202.817a1%201%200%200%201-1.32%201.497l-.094-.083l-2.817-2.816a6%206%200%200%201-9.472-4.666L9%2015l.004-.225A6%206%200%200%201%2015%209m0%203a1%201%200%200%200-.993.883L14%2013v1h-1l-.117.007a1%201%200%200%200%200%201.986L13%2016h1v1l.007.117a1%201%200%200%200%201.986%200L16%2017v-1h1l.117-.007a1%201%200%200%200%200-1.986L17%2014h-1v-1l-.007-.117A1%201%200%200%200%2015%2012M3%2014a1%201%200%200%201%20.993.883L4%2015v1a1%201%200%200%200%20.883.993L5%2017h1a1%201%200%200%201%20.117%201.993L6%2019H5a3%203%200%200%201-2.995-2.824L2%2016v-1a1%201%200%200%201%201-1m0-5a1%201%200%200%201%20.993.883L4%2010v1a1%201%200%200%201-1.993.117L2%2011v-1a1%201%200%200%201%201-1m3-7a1%201%200%200%201%20.117%201.993L6%204H5a1%201%200%200%200-.993.883L4%205v1a1%201%200%200%201-1.993.117L2%206V5a3%203%200%200%201%202.824-2.995L5%202zm5%200a1%201%200%200%201%20.117%201.993L11%204h-1a1%201%200%200%201-.117-1.993L10%202zm5%200a3%203%200%200%201%202.995%202.824L19%205v1a1%201%200%200%201-1.993.117L17%206V5a1%201%200%200%200-.883-.993L16%204h-1a1%201%200%200%201-.117-1.993L15%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/zoom-in-area-filled.svg?color=%231a73e8&size=48