zoom-fit-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
zoom-fit-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the zoom fit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.52 2.709a.75.75 0 0 0-1.03-.002L9.264 4.801A.75.75 0 0 1 8.237 3.71l2.224-2.095a2.25 2.25 0 0 1 3.09.005l2.207 2.091A.75.75 0 1 1 14.726 4.8zM4.771 8.203a.75.75 0 0 1 .031 1.06L2.71 11.487a.75.75 0 0 0 .001 1.03l2.092 2.207a.75.75 0 0 1-1.089 1.032L1.622 13.55a2.25 2.25 0 0 1-.005-3.09l2.094-2.224a.75.75 0 0 1 1.06-.032m14.456.012a.75.75 0 0 1 1.06.028l2.099 2.213a2.25 2.25 0 0 1 0 3.097l-2.099 2.213a.75.75 0 0 1-1.088-1.032l2.098-2.213a.75.75 0 0 0 0-1.033L19.2 9.275a.75.75 0 0 1 .028-1.06m-3.434 11.013a.75.75 0 0 1-.028 1.06l-2.212 2.098a2.25 2.25 0 0 1-3.095 0l-2.216-2.098A.75.75 0 0 1 9.275 19.2l2.215 2.098a.75.75 0 0 0 1.032 0l2.212-2.097a.75.75 0 0 1 1.06.028M9.75 7A2.75 2.75 0 0 0 7 9.75v4.5A2.75 2.75 0 0 0 9.75 17h4.5A2.75 2.75 0 0 0 17 14.25v-4.5A2.75 2.75 0 0 0 14.25 7z"/></svg>

React

import type { SVGProps } from "react";

export function FluentZoomFit24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.52 2.709a.75.75 0 0 0-1.03-.002L9.264 4.801A.75.75 0 0 1 8.237 3.71l2.224-2.095a2.25 2.25 0 0 1 3.09.005l2.207 2.091A.75.75 0 1 1 14.726 4.8zM4.771 8.203a.75.75 0 0 1 .031 1.06L2.71 11.487a.75.75 0 0 0 .001 1.03l2.092 2.207a.75.75 0 0 1-1.089 1.032L1.622 13.55a2.25 2.25 0 0 1-.005-3.09l2.094-2.224a.75.75 0 0 1 1.06-.032m14.456.012a.75.75 0 0 1 1.06.028l2.099 2.213a2.25 2.25 0 0 1 0 3.097l-2.099 2.213a.75.75 0 0 1-1.088-1.032l2.098-2.213a.75.75 0 0 0 0-1.033L19.2 9.275a.75.75 0 0 1 .028-1.06m-3.434 11.013a.75.75 0 0 1-.028 1.06l-2.212 2.098a2.25 2.25 0 0 1-3.095 0l-2.216-2.098A.75.75 0 0 1 9.275 19.2l2.215 2.098a.75.75 0 0 0 1.032 0l2.212-2.097a.75.75 0 0 1 1.06.028M9.75 7A2.75 2.75 0 0 0 7 9.75v4.5A2.75 2.75 0 0 0 9.75 17h4.5A2.75 2.75 0 0 0 17 14.25v-4.5A2.75 2.75 0 0 0 14.25 7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.52 2.709a.75.75 0 0 0-1.03-.002L9.264 4.801A.75.75 0 0 1 8.237 3.71l2.224-2.095a2.25 2.25 0 0 1 3.09.005l2.207 2.091A.75.75 0 1 1 14.726 4.8zM4.771 8.203a.75.75 0 0 1 .031 1.06L2.71 11.487a.75.75 0 0 0 .001 1.03l2.092 2.207a.75.75 0 0 1-1.089 1.032L1.622 13.55a2.25 2.25 0 0 1-.005-3.09l2.094-2.224a.75.75 0 0 1 1.06-.032m14.456.012a.75.75 0 0 1 1.06.028l2.099 2.213a2.25 2.25 0 0 1 0 3.097l-2.099 2.213a.75.75 0 0 1-1.088-1.032l2.098-2.213a.75.75 0 0 0 0-1.033L19.2 9.275a.75.75 0 0 1 .028-1.06m-3.434 11.013a.75.75 0 0 1-.028 1.06l-2.212 2.098a2.25 2.25 0 0 1-3.095 0l-2.216-2.098A.75.75 0 0 1 9.275 19.2l2.215 2.098a.75.75 0 0 0 1.032 0l2.212-2.097a.75.75 0 0 1 1.06.028M9.75 7A2.75 2.75 0 0 0 7 9.75v4.5A2.75 2.75 0 0 0 9.75 17h4.5A2.75 2.75 0 0 0 17 14.25v-4.5A2.75 2.75 0 0 0 14.25 7z"/></svg>
</template>

CSS

.icon-zoom-fit-24-filled {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.52%202.709a.75.75%200%200%200-1.03-.002L9.264%204.801A.75.75%200%200%201%208.237%203.71l2.224-2.095a2.25%202.25%200%200%201%203.09.005l2.207%202.091A.75.75%200%201%201%2014.726%204.8zM4.771%208.203a.75.75%200%200%201%20.031%201.06L2.71%2011.487a.75.75%200%200%200%20.001%201.03l2.092%202.207a.75.75%200%200%201-1.089%201.032L1.622%2013.55a2.25%202.25%200%200%201-.005-3.09l2.094-2.224a.75.75%200%200%201%201.06-.032m14.456.012a.75.75%200%200%201%201.06.028l2.099%202.213a2.25%202.25%200%200%201%200%203.097l-2.099%202.213a.75.75%200%200%201-1.088-1.032l2.098-2.213a.75.75%200%200%200%200-1.033L19.2%209.275a.75.75%200%200%201%20.028-1.06m-3.434%2011.013a.75.75%200%200%201-.028%201.06l-2.212%202.098a2.25%202.25%200%200%201-3.095%200l-2.216-2.098A.75.75%200%200%201%209.275%2019.2l2.215%202.098a.75.75%200%200%200%201.032%200l2.212-2.097a.75.75%200%200%201%201.06.028M9.75%207A2.75%202.75%200%200%200%207%209.75v4.5A2.75%202.75%200%200%200%209.75%2017h4.5A2.75%202.75%200%200%200%2017%2014.25v-4.5A2.75%202.75%200%200%200%2014.25%207z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.52%202.709a.75.75%200%200%200-1.03-.002L9.264%204.801A.75.75%200%200%201%208.237%203.71l2.224-2.095a2.25%202.25%200%200%201%203.09.005l2.207%202.091A.75.75%200%201%201%2014.726%204.8zM4.771%208.203a.75.75%200%200%201%20.031%201.06L2.71%2011.487a.75.75%200%200%200%20.001%201.03l2.092%202.207a.75.75%200%200%201-1.089%201.032L1.622%2013.55a2.25%202.25%200%200%201-.005-3.09l2.094-2.224a.75.75%200%200%201%201.06-.032m14.456.012a.75.75%200%200%201%201.06.028l2.099%202.213a2.25%202.25%200%200%201%200%203.097l-2.099%202.213a.75.75%200%200%201-1.088-1.032l2.098-2.213a.75.75%200%200%200%200-1.033L19.2%209.275a.75.75%200%200%201%20.028-1.06m-3.434%2011.013a.75.75%200%200%201-.028%201.06l-2.212%202.098a2.25%202.25%200%200%201-3.095%200l-2.216-2.098A.75.75%200%200%201%209.275%2019.2l2.215%202.098a.75.75%200%200%200%201.032%200l2.212-2.097a.75.75%200%200%201%201.06.028M9.75%207A2.75%202.75%200%200%200%207%209.75v4.5A2.75%202.75%200%200%200%209.75%2017h4.5A2.75%202.75%200%200%200%2017%2014.25v-4.5A2.75%202.75%200%200%200%2014.25%207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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