zoom pan icon
zoom-pan from Carbon by IBM · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- zoom-pan
- Set
- Carbon
- Style
- Outline
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
Related icons in Carbon
Use the zoom pan icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M27.01 12l-1.41 1.41L28.18 16l-2.59 2.59L27.01 20l4-4l-4-4z" fill="currentColor"/><path d="M6.41 13.42L5 12l-4 4l4 4l1.42-1.41L3.83 16l2.58-2.58z" fill="currentColor"/><path d="M16 28.17l-2.59-2.59L12 27l4 4l4-4l-1.41-1.41L16 28.17z" fill="currentColor"/><path d="M16 3.83l2.58 2.58L20 5l-4-4l-4 4l1.41 1.42L16 3.83z" fill="currentColor"/><path d="M22 16a6 6 0 1 0-2.53 4.89l3.82 3.82l1.42-1.42l-3.82-3.82A6 6 0 0 0 22 16zm-6 4a4 4 0 1 1 4-4a4 4 0 0 1-4 4z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function CarbonZoomPan(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M27.01 12l-1.41 1.41L28.18 16l-2.59 2.59L27.01 20l4-4l-4-4z" fill="currentColor"/><path d="M6.41 13.42L5 12l-4 4l4 4l1.42-1.41L3.83 16l2.58-2.58z" fill="currentColor"/><path d="M16 28.17l-2.59-2.59L12 27l4 4l4-4l-1.41-1.41L16 28.17z" fill="currentColor"/><path d="M16 3.83l2.58 2.58L20 5l-4-4l-4 4l1.41 1.42L16 3.83z" fill="currentColor"/><path d="M22 16a6 6 0 1 0-2.53 4.89l3.82 3.82l1.42-1.42l-3.82-3.82A6 6 0 0 0 22 16zm-6 4a4 4 0 1 1 4-4a4 4 0 0 1-4 4z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M27.01 12l-1.41 1.41L28.18 16l-2.59 2.59L27.01 20l4-4l-4-4z" fill="currentColor"/><path d="M6.41 13.42L5 12l-4 4l4 4l1.42-1.41L3.83 16l2.58-2.58z" fill="currentColor"/><path d="M16 28.17l-2.59-2.59L12 27l4 4l4-4l-1.41-1.41L16 28.17z" fill="currentColor"/><path d="M16 3.83l2.58 2.58L20 5l-4-4l-4 4l1.41 1.42L16 3.83z" fill="currentColor"/><path d="M22 16a6 6 0 1 0-2.53 4.89l3.82 3.82l1.42-1.42l-3.82-3.82A6 6 0 0 0 22 16zm-6 4a4 4 0 1 1 4-4a4 4 0 0 1-4 4z" fill="currentColor"/></svg> </template>
CSS
.icon-zoom-pan {
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%20d%3D%22M27.01%2012l-1.41%201.41L28.18%2016l-2.59%202.59L27.01%2020l4-4l-4-4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M6.41%2013.42L5%2012l-4%204l4%204l1.42-1.41L3.83%2016l2.58-2.58z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M16%2028.17l-2.59-2.59L12%2027l4%204l4-4l-1.41-1.41L16%2028.17z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M16%203.83l2.58%202.58L20%205l-4-4l-4%204l1.41%201.42L16%203.83z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M22%2016a6%206%200%201%200-2.53%204.89l3.82%203.82l1.42-1.42l-3.82-3.82A6%206%200%200%200%2022%2016zm-6%204a4%204%200%201%201%204-4a4%204%200%200%201-4%204z%22%20fill%3D%22currentColor%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%20d%3D%22M27.01%2012l-1.41%201.41L28.18%2016l-2.59%202.59L27.01%2020l4-4l-4-4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M6.41%2013.42L5%2012l-4%204l4%204l1.42-1.41L3.83%2016l2.58-2.58z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M16%2028.17l-2.59-2.59L12%2027l4%204l4-4l-1.41-1.41L16%2028.17z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M16%203.83l2.58%202.58L20%205l-4-4l-4%204l1.41%201.42L16%203.83z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M22%2016a6%206%200%201%200-2.53%204.89l3.82%203.82l1.42-1.42l-3.82-3.82A6%206%200%200%200%2022%2016zm-6%204a4%204%200%201%201%204-4a4%204%200%200%201-4%204z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/zoom-pan.svg?color=%231a73e8&size=48