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

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

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the auto fit height icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 3a1 1 0 0 0 0 2h12a1 1 0 1 0 0-2zm4.355 10.701l.098.085l.799.8v-1.957l-.002-.026V9.414l-.8.8l-.097.085l-.008.006a1 1 0 0 1-1.399-1.4l.006-.007l.084-.098l2.355-2.357c.179-.273.504-.443.86-.443c.323 0 .619.14.805.368l.005.007l.046.064L15.465 8.8l.085.098l.005.008a1 1 0 0 1 .01 1.177l-.006.008l-.099.117l-.106.091l-.007.006a1 1 0 0 1-1.177.01l-.009-.007l-.11-.093l-.801-.801v1.957l.002.026v3.19l.794-.795a1 1 0 0 1 1.303-.097l.007.006l.098.085l.007.006a1 1 0 0 1 .096 1.302l-.005.008l-.085.098l-2.354 2.356a1.02 1.02 0 0 1-.86.444c-.356 0-.681-.17-.86-.443l-2.348-2.35a1 1 0 0 1 1.302-1.512zM5 20a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1"/></svg>

React

import type { SVGProps } from "react";

export function FluentAutoFitHeight24Filled(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="M6 3a1 1 0 0 0 0 2h12a1 1 0 1 0 0-2zm4.355 10.701l.098.085l.799.8v-1.957l-.002-.026V9.414l-.8.8l-.097.085l-.008.006a1 1 0 0 1-1.399-1.4l.006-.007l.084-.098l2.355-2.357c.179-.273.504-.443.86-.443c.323 0 .619.14.805.368l.005.007l.046.064L15.465 8.8l.085.098l.005.008a1 1 0 0 1 .01 1.177l-.006.008l-.099.117l-.106.091l-.007.006a1 1 0 0 1-1.177.01l-.009-.007l-.11-.093l-.801-.801v1.957l.002.026v3.19l.794-.795a1 1 0 0 1 1.303-.097l.007.006l.098.085l.007.006a1 1 0 0 1 .096 1.302l-.005.008l-.085.098l-2.354 2.356a1.02 1.02 0 0 1-.86.444c-.356 0-.681-.17-.86-.443l-2.348-2.35a1 1 0 0 1 1.302-1.512zM5 20a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 3a1 1 0 0 0 0 2h12a1 1 0 1 0 0-2zm4.355 10.701l.098.085l.799.8v-1.957l-.002-.026V9.414l-.8.8l-.097.085l-.008.006a1 1 0 0 1-1.399-1.4l.006-.007l.084-.098l2.355-2.357c.179-.273.504-.443.86-.443c.323 0 .619.14.805.368l.005.007l.046.064L15.465 8.8l.085.098l.005.008a1 1 0 0 1 .01 1.177l-.006.008l-.099.117l-.106.091l-.007.006a1 1 0 0 1-1.177.01l-.009-.007l-.11-.093l-.801-.801v1.957l.002.026v3.19l.794-.795a1 1 0 0 1 1.303-.097l.007.006l.098.085l.007.006a1 1 0 0 1 .096 1.302l-.005.008l-.085.098l-2.354 2.356a1.02 1.02 0 0 1-.86.444c-.356 0-.681-.17-.86-.443l-2.348-2.35a1 1 0 0 1 1.302-1.512zM5 20a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1"/></svg>
</template>

CSS

.icon-auto-fit-height-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%22M6%203a1%201%200%200%200%200%202h12a1%201%200%201%200%200-2zm4.355%2010.701l.098.085l.799.8v-1.957l-.002-.026V9.414l-.8.8l-.097.085l-.008.006a1%201%200%200%201-1.399-1.4l.006-.007l.084-.098l2.355-2.357c.179-.273.504-.443.86-.443c.323%200%20.619.14.805.368l.005.007l.046.064L15.465%208.8l.085.098l.005.008a1%201%200%200%201%20.01%201.177l-.006.008l-.099.117l-.106.091l-.007.006a1%201%200%200%201-1.177.01l-.009-.007l-.11-.093l-.801-.801v1.957l.002.026v3.19l.794-.795a1%201%200%200%201%201.303-.097l.007.006l.098.085l.007.006a1%201%200%200%201%20.096%201.302l-.005.008l-.085.098l-2.354%202.356a1.02%201.02%200%200%201-.86.444c-.356%200-.681-.17-.86-.443l-2.348-2.35a1%201%200%200%201%201.302-1.512zM5%2020a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1%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%22M6%203a1%201%200%200%200%200%202h12a1%201%200%201%200%200-2zm4.355%2010.701l.098.085l.799.8v-1.957l-.002-.026V9.414l-.8.8l-.097.085l-.008.006a1%201%200%200%201-1.399-1.4l.006-.007l.084-.098l2.355-2.357c.179-.273.504-.443.86-.443c.323%200%20.619.14.805.368l.005.007l.046.064L15.465%208.8l.085.098l.005.008a1%201%200%200%201%20.01%201.177l-.006.008l-.099.117l-.106.091l-.007.006a1%201%200%200%201-1.177.01l-.009-.007l-.11-.093l-.801-.801v1.957l.002.026v3.19l.794-.795a1%201%200%200%201%201.303-.097l.007.006l.098.085l.007.006a1%201%200%200%201%20.096%201.302l-.005.008l-.085.098l-2.354%202.356a1.02%201.02%200%200%201-.86.444c-.356%200-.681-.17-.86-.443l-2.348-2.35a1%201%200%200%201%201.302-1.512zM5%2020a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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