zoom out icon
zoom-out from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.
- Name
- zoom-out
- Set
- Radix Icons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
The same icon in other sets
zoom-outAkar Iconszoom-out-outlinedAnt Design Iconszoom-outBootstrap Iconszoom-outBoxIcons v2zoom-outBoxIcons v2 Solidzoom-outCarbonzoom-outCodiconszoom-outElement Pluszoom-outFramework7 Iconszoom-outFeather Iconszoom-out-outlineFlowbite Iconszoom-out-16-filledFluent UI System Iconszoom-outcss.ggzoom-outHuge Iconszoom-outHumbleiconszoom-outIconParkzoom-outIconPark Outlinezoom-outIconPark Solidzoom-outIconPark TwoTonezoom-outIconoirzoom-outLucidezoom-outMage Iconszoom-outMajesticonszoom-outMaterial Symbols
Related icons in Radix Icons
Use the zoom out icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M6.5 2a4.5 4.5 0 0 1 3.515 7.308l2.839 2.839l.064.078a.5.5 0 0 1-.693.693l-.079-.064l-2.838-2.84A4.5 4.5 0 1 1 6.5 2m0 1a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m1.85 3.01a.5.5 0 0 1 0 .98l-.1.01h-3.5a.5.5 0 0 1 0-1h3.5z"/></svg>
React
import type { SVGProps } from "react";
export function RadixIconsZoomOut(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M6.5 2a4.5 4.5 0 0 1 3.515 7.308l2.839 2.839l.064.078a.5.5 0 0 1-.693.693l-.079-.064l-2.838-2.84A4.5 4.5 0 1 1 6.5 2m0 1a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m1.85 3.01a.5.5 0 0 1 0 .98l-.1.01h-3.5a.5.5 0 0 1 0-1h3.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M6.5 2a4.5 4.5 0 0 1 3.515 7.308l2.839 2.839l.064.078a.5.5 0 0 1-.693.693l-.079-.064l-2.838-2.84A4.5 4.5 0 1 1 6.5 2m0 1a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m1.85 3.01a.5.5 0 0 1 0 .98l-.1.01h-3.5a.5.5 0 0 1 0-1h3.5z"/></svg> </template>
CSS
.icon-zoom-out {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%202a4.5%204.5%200%200%201%203.515%207.308l2.839%202.839l.064.078a.5.5%200%200%201-.693.693l-.079-.064l-2.838-2.84A4.5%204.5%200%201%201%206.5%202m0%201a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7m1.85%203.01a.5.5%200%200%201%200%20.98l-.1.01h-3.5a.5.5%200%200%201%200-1h3.5z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%202a4.5%204.5%200%200%201%203.515%207.308l2.839%202.839l.064.078a.5.5%200%200%201-.693.693l-.079-.064l-2.838-2.84A4.5%204.5%200%201%201%206.5%202m0%201a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7m1.85%203.01a.5.5%200%200%201%200%20.98l-.1.01h-3.5a.5.5%200%200%201%200-1h3.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/radix-icons/zoom-out.svg?color=%231a73e8&size=48