zoom-out from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
zoom-out
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

The same icon in other sets

Related icons in Framework7 Icons

Use the zoom out icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M23.957 41.77a18.02 18.02 0 0 0 10.477-3.376l11.109 11.11a2.66 2.66 0 0 0 1.898.773c1.524 0 2.625-1.172 2.625-2.672c0-.703-.234-1.359-.75-1.874L38.277 34.668c2.32-3.047 3.703-6.82 3.703-10.922c0-9.914-8.109-18.023-18.023-18.023c-9.937 0-18.023 8.109-18.023 18.023S14.02 41.77 23.957 41.77m0-3.891c-7.758 0-14.133-6.398-14.133-14.133S16.2 9.613 23.957 9.613c7.734 0 14.133 6.399 14.133 14.133c0 7.735-6.399 14.133-14.133 14.133m-6.656-12.375H30.59c.96 0 1.781-.82 1.781-1.758c0-.937-.82-1.758-1.781-1.758H17.3c-.96 0-1.757.82-1.757 1.758s.797 1.758 1.758 1.758"/></svg>

React

import type { SVGProps } from "react";

export function F7ZoomOut(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M23.957 41.77a18.02 18.02 0 0 0 10.477-3.376l11.109 11.11a2.66 2.66 0 0 0 1.898.773c1.524 0 2.625-1.172 2.625-2.672c0-.703-.234-1.359-.75-1.874L38.277 34.668c2.32-3.047 3.703-6.82 3.703-10.922c0-9.914-8.109-18.023-18.023-18.023c-9.937 0-18.023 8.109-18.023 18.023S14.02 41.77 23.957 41.77m0-3.891c-7.758 0-14.133-6.398-14.133-14.133S16.2 9.613 23.957 9.613c7.734 0 14.133 6.399 14.133 14.133c0 7.735-6.399 14.133-14.133 14.133m-6.656-12.375H30.59c.96 0 1.781-.82 1.781-1.758c0-.937-.82-1.758-1.781-1.758H17.3c-.96 0-1.757.82-1.757 1.758s.797 1.758 1.758 1.758"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M23.957 41.77a18.02 18.02 0 0 0 10.477-3.376l11.109 11.11a2.66 2.66 0 0 0 1.898.773c1.524 0 2.625-1.172 2.625-2.672c0-.703-.234-1.359-.75-1.874L38.277 34.668c2.32-3.047 3.703-6.82 3.703-10.922c0-9.914-8.109-18.023-18.023-18.023c-9.937 0-18.023 8.109-18.023 18.023S14.02 41.77 23.957 41.77m0-3.891c-7.758 0-14.133-6.398-14.133-14.133S16.2 9.613 23.957 9.613c7.734 0 14.133 6.399 14.133 14.133c0 7.735-6.399 14.133-14.133 14.133m-6.656-12.375H30.59c.96 0 1.781-.82 1.781-1.758c0-.937-.82-1.758-1.781-1.758H17.3c-.96 0-1.757.82-1.757 1.758s.797 1.758 1.758 1.758"/></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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.957%2041.77a18.02%2018.02%200%200%200%2010.477-3.376l11.109%2011.11a2.66%202.66%200%200%200%201.898.773c1.524%200%202.625-1.172%202.625-2.672c0-.703-.234-1.359-.75-1.874L38.277%2034.668c2.32-3.047%203.703-6.82%203.703-10.922c0-9.914-8.109-18.023-18.023-18.023c-9.937%200-18.023%208.109-18.023%2018.023S14.02%2041.77%2023.957%2041.77m0-3.891c-7.758%200-14.133-6.398-14.133-14.133S16.2%209.613%2023.957%209.613c7.734%200%2014.133%206.399%2014.133%2014.133c0%207.735-6.399%2014.133-14.133%2014.133m-6.656-12.375H30.59c.96%200%201.781-.82%201.781-1.758c0-.937-.82-1.758-1.781-1.758H17.3c-.96%200-1.757.82-1.757%201.758s.797%201.758%201.758%201.758%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.957%2041.77a18.02%2018.02%200%200%200%2010.477-3.376l11.109%2011.11a2.66%202.66%200%200%200%201.898.773c1.524%200%202.625-1.172%202.625-2.672c0-.703-.234-1.359-.75-1.874L38.277%2034.668c2.32-3.047%203.703-6.82%203.703-10.922c0-9.914-8.109-18.023-18.023-18.023c-9.937%200-18.023%208.109-18.023%2018.023S14.02%2041.77%2023.957%2041.77m0-3.891c-7.758%200-14.133-6.398-14.133-14.133S16.2%209.613%2023.957%209.613c7.734%200%2014.133%206.399%2014.133%2014.133c0%207.735-6.399%2014.133-14.133%2014.133m-6.656-12.375H30.59c.96%200%201.781-.82%201.781-1.758c0-.937-.82-1.758-1.781-1.758H17.3c-.96%200-1.757.82-1.757%201.758s.797%201.758%201.758%201.758%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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