zoom-out-solid from Dither Icons by Vijay K Singh · Solid · MIT Free for personal and commercial use.

Name
zoom-out-solid
Set
Dither Icons
Style
Solid
Viewbox
24×24
License
MIT

2 other variants in Dither Icons

The same icon in other sets

All zoom out icons →

Use the zoom out icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M14.8314 13.59143 21.2 19.61a1.08 1.08 0 0 1-1.59 1.59l-6.01857-6.3686a6.3 6.3 0 1 1 1.23997-1.23997ZM9.8 5.15a4.65 4.65 0 1 1 0 9.3a4.65 4.65 0 1 1 0-9.3Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" d="M7.7 9.8h4.2"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M7.05 7.95v-.9h.9M11.65 7.05h.9v.9M12.55 11.65v.9h-.9M7.95 12.55h-.9v-.9" opacity="0"/><circle cx="9.8" cy="6" r=".43" opacity="0"/><circle cx="13.6" cy="9.8" r=".43" opacity="0"/><circle cx="9.8" cy="13.6" r=".43" opacity="0"/><circle cx="6" cy="9.8" r=".43" opacity="0"/></g></svg>

React

import type { SVGProps } from "react";

export function DitherZoomOutSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M14.8314 13.59143 21.2 19.61a1.08 1.08 0 0 1-1.59 1.59l-6.01857-6.3686a6.3 6.3 0 1 1 1.23997-1.23997ZM9.8 5.15a4.65 4.65 0 1 1 0 9.3a4.65 4.65 0 1 1 0-9.3Z"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.25" d="M7.7 9.8h4.2"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M7.05 7.95v-.9h.9M11.65 7.05h.9v.9M12.55 11.65v.9h-.9M7.95 12.55h-.9v-.9" opacity="0"/><circle cx="9.8" cy="6" r=".43" opacity="0"/><circle cx="13.6" cy="9.8" r=".43" opacity="0"/><circle cx="9.8" cy="13.6" r=".43" opacity="0"/><circle cx="6" cy="9.8" r=".43" opacity="0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M14.8314 13.59143 21.2 19.61a1.08 1.08 0 0 1-1.59 1.59l-6.01857-6.3686a6.3 6.3 0 1 1 1.23997-1.23997ZM9.8 5.15a4.65 4.65 0 1 1 0 9.3a4.65 4.65 0 1 1 0-9.3Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" d="M7.7 9.8h4.2"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M7.05 7.95v-.9h.9M11.65 7.05h.9v.9M12.55 11.65v.9h-.9M7.95 12.55h-.9v-.9" opacity="0"/><circle cx="9.8" cy="6" r=".43" opacity="0"/><circle cx="13.6" cy="9.8" r=".43" opacity="0"/><circle cx="9.8" cy="13.6" r=".43" opacity="0"/><circle cx="6" cy="9.8" r=".43" opacity="0"/></g></svg>
</template>

CSS

.icon-zoom-out-solid {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.8314%2013.59143%2021.2%2019.61a1.08%201.08%200%200%201-1.59%201.59l-6.01857-6.3686a6.3%206.3%200%201%201%201.23997-1.23997ZM9.8%205.15a4.65%204.65%200%201%201%200%209.3a4.65%204.65%200%201%201%200-9.3Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.25%22%20d%3D%22M7.7%209.8h4.2%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M7.05%207.95v-.9h.9M11.65%207.05h.9v.9M12.55%2011.65v.9h-.9M7.95%2012.55h-.9v-.9%22%20opacity%3D%220%22%2F%3E%3Ccircle%20cx%3D%229.8%22%20cy%3D%226%22%20r%3D%22.43%22%20opacity%3D%220%22%2F%3E%3Ccircle%20cx%3D%2213.6%22%20cy%3D%229.8%22%20r%3D%22.43%22%20opacity%3D%220%22%2F%3E%3Ccircle%20cx%3D%229.8%22%20cy%3D%2213.6%22%20r%3D%22.43%22%20opacity%3D%220%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%229.8%22%20r%3D%22.43%22%20opacity%3D%220%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.8314%2013.59143%2021.2%2019.61a1.08%201.08%200%200%201-1.59%201.59l-6.01857-6.3686a6.3%206.3%200%201%201%201.23997-1.23997ZM9.8%205.15a4.65%204.65%200%201%201%200%209.3a4.65%204.65%200%201%201%200-9.3Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.25%22%20d%3D%22M7.7%209.8h4.2%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M7.05%207.95v-.9h.9M11.65%207.05h.9v.9M12.55%2011.65v.9h-.9M7.95%2012.55h-.9v-.9%22%20opacity%3D%220%22%2F%3E%3Ccircle%20cx%3D%229.8%22%20cy%3D%226%22%20r%3D%22.43%22%20opacity%3D%220%22%2F%3E%3Ccircle%20cx%3D%2213.6%22%20cy%3D%229.8%22%20r%3D%22.43%22%20opacity%3D%220%22%2F%3E%3Ccircle%20cx%3D%229.8%22%20cy%3D%2213.6%22%20r%3D%22.43%22%20opacity%3D%220%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%229.8%22%20r%3D%22.43%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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