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

Name
auto-fit-width-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT
Aliases
arrow-fit-width-24-filled

8 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the auto fit width icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 18a1 1 0 1 0 2 0V6a1 1 0 0 0-2 0zm16 0a1 1 0 1 0 2 0V6a1 1 0 1 0-2 0zm-5.214-4.2l-.085.097l-.006.008a1 1 0 0 0 1.511 1.302l2.35-2.348c.274-.179.444-.504.444-.86s-.17-.681-.444-.86L15.2 8.785l-.098-.085l-.008-.005a1 1 0 0 0-1.302.096l-.006.007l-.085.098l-.006.007a1 1 0 0 0 .097 1.302l.794.795h-3.19l-.022.002h-1.96l.801-.802l.093-.11l.006-.008a1 1 0 0 0-.01-1.177l-.005-.008l-.091-.105l-.117-.1l-.008-.005a1 1 0 0 0-1.177.01l-.008.005l-.098.084l-2.36 2.359l-.065.045l-.007.006A1.03 1.03 0 0 0 6 12c0 .356.17.681.443.86L8.8 15.215l.098.085l.008.005a1 1 0 0 0 1.399-1.399l-.006-.007l-.085-.098l-.8-.8h3.19l.022-.001h1.96z"/></svg>

React

import type { SVGProps } from "react";

export function FluentAutoFitWidth24Filled(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="M3 18a1 1 0 1 0 2 0V6a1 1 0 0 0-2 0zm16 0a1 1 0 1 0 2 0V6a1 1 0 1 0-2 0zm-5.214-4.2l-.085.097l-.006.008a1 1 0 0 0 1.511 1.302l2.35-2.348c.274-.179.444-.504.444-.86s-.17-.681-.444-.86L15.2 8.785l-.098-.085l-.008-.005a1 1 0 0 0-1.302.096l-.006.007l-.085.098l-.006.007a1 1 0 0 0 .097 1.302l.794.795h-3.19l-.022.002h-1.96l.801-.802l.093-.11l.006-.008a1 1 0 0 0-.01-1.177l-.005-.008l-.091-.105l-.117-.1l-.008-.005a1 1 0 0 0-1.177.01l-.008.005l-.098.084l-2.36 2.359l-.065.045l-.007.006A1.03 1.03 0 0 0 6 12c0 .356.17.681.443.86L8.8 15.215l.098.085l.008.005a1 1 0 0 0 1.399-1.399l-.006-.007l-.085-.098l-.8-.8h3.19l.022-.001h1.96z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 18a1 1 0 1 0 2 0V6a1 1 0 0 0-2 0zm16 0a1 1 0 1 0 2 0V6a1 1 0 1 0-2 0zm-5.214-4.2l-.085.097l-.006.008a1 1 0 0 0 1.511 1.302l2.35-2.348c.274-.179.444-.504.444-.86s-.17-.681-.444-.86L15.2 8.785l-.098-.085l-.008-.005a1 1 0 0 0-1.302.096l-.006.007l-.085.098l-.006.007a1 1 0 0 0 .097 1.302l.794.795h-3.19l-.022.002h-1.96l.801-.802l.093-.11l.006-.008a1 1 0 0 0-.01-1.177l-.005-.008l-.091-.105l-.117-.1l-.008-.005a1 1 0 0 0-1.177.01l-.008.005l-.098.084l-2.36 2.359l-.065.045l-.007.006A1.03 1.03 0 0 0 6 12c0 .356.17.681.443.86L8.8 15.215l.098.085l.008.005a1 1 0 0 0 1.399-1.399l-.006-.007l-.085-.098l-.8-.8h3.19l.022-.001h1.96z"/></svg>
</template>

CSS

.icon-auto-fit-width-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%22M3%2018a1%201%200%201%200%202%200V6a1%201%200%200%200-2%200zm16%200a1%201%200%201%200%202%200V6a1%201%200%201%200-2%200zm-5.214-4.2l-.085.097l-.006.008a1%201%200%200%200%201.511%201.302l2.35-2.348c.274-.179.444-.504.444-.86s-.17-.681-.444-.86L15.2%208.785l-.098-.085l-.008-.005a1%201%200%200%200-1.302.096l-.006.007l-.085.098l-.006.007a1%201%200%200%200%20.097%201.302l.794.795h-3.19l-.022.002h-1.96l.801-.802l.093-.11l.006-.008a1%201%200%200%200-.01-1.177l-.005-.008l-.091-.105l-.117-.1l-.008-.005a1%201%200%200%200-1.177.01l-.008.005l-.098.084l-2.36%202.359l-.065.045l-.007.006A1.03%201.03%200%200%200%206%2012c0%20.356.17.681.443.86L8.8%2015.215l.098.085l.008.005a1%201%200%200%200%201.399-1.399l-.006-.007l-.085-.098l-.8-.8h3.19l.022-.001h1.96z%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%22M3%2018a1%201%200%201%200%202%200V6a1%201%200%200%200-2%200zm16%200a1%201%200%201%200%202%200V6a1%201%200%201%200-2%200zm-5.214-4.2l-.085.097l-.006.008a1%201%200%200%200%201.511%201.302l2.35-2.348c.274-.179.444-.504.444-.86s-.17-.681-.444-.86L15.2%208.785l-.098-.085l-.008-.005a1%201%200%200%200-1.302.096l-.006.007l-.085.098l-.006.007a1%201%200%200%200%20.097%201.302l.794.795h-3.19l-.022.002h-1.96l.801-.802l.093-.11l.006-.008a1%201%200%200%200-.01-1.177l-.005-.008l-.091-.105l-.117-.1l-.008-.005a1%201%200%200%200-1.177.01l-.008.005l-.098.084l-2.36%202.359l-.065.045l-.007.006A1.03%201.03%200%200%200%206%2012c0%20.356.17.681.443.86L8.8%2015.215l.098.085l.008.005a1%201%200%200%200%201.399-1.399l-.006-.007l-.085-.098l-.8-.8h3.19l.022-.001h1.96z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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