zoom-out-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
zoom-out-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
zoom-out, zoom-out-outline

The same icon in other sets

Related icons in Ant Design Icons

Use the zoom out icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M637 443H325c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h312c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8m284 424L775 721c122.1-148.9 113.6-369.5-26-509c-148-148.1-388.4-148.1-537 0c-148.1 148.6-148.1 389 0 537c139.5 139.6 360.1 148.1 509 26l146 146c3.2 2.8 8.3 2.8 11 0l43-43c2.8-2.7 2.8-7.8 0-11M696 696c-118.8 118.7-311.2 118.7-430 0c-118.7-118.8-118.7-311.2 0-430c118.8-118.7 311.2-118.7 430 0c118.7 118.8 118.7 311.2 0 430"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignZoomOutOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M637 443H325c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h312c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8m284 424L775 721c122.1-148.9 113.6-369.5-26-509c-148-148.1-388.4-148.1-537 0c-148.1 148.6-148.1 389 0 537c139.5 139.6 360.1 148.1 509 26l146 146c3.2 2.8 8.3 2.8 11 0l43-43c2.8-2.7 2.8-7.8 0-11M696 696c-118.8 118.7-311.2 118.7-430 0c-118.7-118.8-118.7-311.2 0-430c118.8-118.7 311.2-118.7 430 0c118.7 118.8 118.7 311.2 0 430"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M637 443H325c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h312c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8m284 424L775 721c122.1-148.9 113.6-369.5-26-509c-148-148.1-388.4-148.1-537 0c-148.1 148.6-148.1 389 0 537c139.5 139.6 360.1 148.1 509 26l146 146c3.2 2.8 8.3 2.8 11 0l43-43c2.8-2.7 2.8-7.8 0-11M696 696c-118.8 118.7-311.2 118.7-430 0c-118.7-118.8-118.7-311.2 0-430c118.8-118.7 311.2-118.7 430 0c118.7 118.8 118.7 311.2 0 430"/></svg>
</template>

CSS

.icon-zoom-out-outlined {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M637%20443H325c-4.4%200-8%203.6-8%208v60c0%204.4%203.6%208%208%208h312c4.4%200%208-3.6%208-8v-60c0-4.4-3.6-8-8-8m284%20424L775%20721c122.1-148.9%20113.6-369.5-26-509c-148-148.1-388.4-148.1-537%200c-148.1%20148.6-148.1%20389%200%20537c139.5%20139.6%20360.1%20148.1%20509%2026l146%20146c3.2%202.8%208.3%202.8%2011%200l43-43c2.8-2.7%202.8-7.8%200-11M696%20696c-118.8%20118.7-311.2%20118.7-430%200c-118.7-118.8-118.7-311.2%200-430c118.8-118.7%20311.2-118.7%20430%200c118.7%20118.8%20118.7%20311.2%200%20430%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M637%20443H325c-4.4%200-8%203.6-8%208v60c0%204.4%203.6%208%208%208h312c4.4%200%208-3.6%208-8v-60c0-4.4-3.6-8-8-8m284%20424L775%20721c122.1-148.9%20113.6-369.5-26-509c-148-148.1-388.4-148.1-537%200c-148.1%20148.6-148.1%20389%200%20537c139.5%20139.6%20360.1%20148.1%20509%2026l146%20146c3.2%202.8%208.3%202.8%2011%200l43-43c2.8-2.7%202.8-7.8%200-11M696%20696c-118.8%20118.7-311.2%20118.7-430%200c-118.7-118.8-118.7-311.2%200-430c118.8-118.7%20311.2-118.7%20430%200c118.7%20118.8%20118.7%20311.2%200%20430%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/zoom-out-outlined.svg?color=%231a73e8&size=48