zoom icon
zoom from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- zoom
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the zoom icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2 10V8c0-.943 0-1.414.293-1.707S3.057 6 4 6h3c3.771 0 5.657 0 6.828 1.172S15 10.229 15 14v2c0 .943 0 1.414-.293 1.707S13.943 18 13 18h-3c-3.771 0-5.657 0-6.828-1.172S2 13.771 2 10m15.9-.93l.7-.675c1.45-1.398 2.174-2.097 2.787-1.844S22 7.803 22 9.8v4.4c0 1.997 0 2.996-.613 3.249s-1.338-.446-2.787-1.844l-.7-.675c-.888-.856-.9-.885-.9-2.107v-1.646c0-1.222.012-1.25.9-2.107"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsZoom(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M2 10V8c0-.943 0-1.414.293-1.707S3.057 6 4 6h3c3.771 0 5.657 0 6.828 1.172S15 10.229 15 14v2c0 .943 0 1.414-.293 1.707S13.943 18 13 18h-3c-3.771 0-5.657 0-6.828-1.172S2 13.771 2 10m15.9-.93l.7-.675c1.45-1.398 2.174-2.097 2.787-1.844S22 7.803 22 9.8v4.4c0 1.997 0 2.996-.613 3.249s-1.338-.446-2.787-1.844l-.7-.675c-.888-.856-.9-.885-.9-2.107v-1.646c0-1.222.012-1.25.9-2.107"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2 10V8c0-.943 0-1.414.293-1.707S3.057 6 4 6h3c3.771 0 5.657 0 6.828 1.172S15 10.229 15 14v2c0 .943 0 1.414-.293 1.707S13.943 18 13 18h-3c-3.771 0-5.657 0-6.828-1.172S2 13.771 2 10m15.9-.93l.7-.675c1.45-1.398 2.174-2.097 2.787-1.844S22 7.803 22 9.8v4.4c0 1.997 0 2.996-.613 3.249s-1.338-.446-2.787-1.844l-.7-.675c-.888-.856-.9-.885-.9-2.107v-1.646c0-1.222.012-1.25.9-2.107"/></svg> </template>
CSS
.icon-zoom {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2%2010V8c0-.943%200-1.414.293-1.707S3.057%206%204%206h3c3.771%200%205.657%200%206.828%201.172S15%2010.229%2015%2014v2c0%20.943%200%201.414-.293%201.707S13.943%2018%2013%2018h-3c-3.771%200-5.657%200-6.828-1.172S2%2013.771%202%2010m15.9-.93l.7-.675c1.45-1.398%202.174-2.097%202.787-1.844S22%207.803%2022%209.8v4.4c0%201.997%200%202.996-.613%203.249s-1.338-.446-2.787-1.844l-.7-.675c-.888-.856-.9-.885-.9-2.107v-1.646c0-1.222.012-1.25.9-2.107%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2%2010V8c0-.943%200-1.414.293-1.707S3.057%206%204%206h3c3.771%200%205.657%200%206.828%201.172S15%2010.229%2015%2014v2c0%20.943%200%201.414-.293%201.707S13.943%2018%2013%2018h-3c-3.771%200-5.657%200-6.828-1.172S2%2013.771%202%2010m15.9-.93l.7-.675c1.45-1.398%202.174-2.097%202.787-1.844S22%207.803%2022%209.8v4.4c0%201.997%200%202.996-.613%203.249s-1.338-.446-2.787-1.844l-.7-.675c-.888-.856-.9-.885-.9-2.107v-1.646c0-1.222.012-1.25.9-2.107%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/zoom.svg?color=%231a73e8&size=48