auto fit width icon
auto-fit-width-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- auto-fit-width-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- arrow-fit-width-24-regular
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 18.25a.75.75 0 0 0 1.5 0V5.75a.75.75 0 0 0-1.5 0zm16.5 0a.75.75 0 0 0 1.5 0V5.75a.75.75 0 0 0-1.5 0zm-5.354-4.196a.75.75 0 0 0 1.133.976l2.37-2.367a.77.77 0 0 0 .351-.664a.77.77 0 0 0-.35-.664l-2.37-2.367l-.085-.073a.75.75 0 0 0-.976.073l-.073.084a.75.75 0 0 0 .073.976l1.221 1.222h-3.784l-.025.002H8.56l1.221-1.222l.08-.094a.75.75 0 0 0-.007-.882L9.78 8.97l-.094-.08a.75.75 0 0 0-.882.007l-.085.073l-2.37 2.367l-.074.053A.79.79 0 0 0 6 12a.77.77 0 0 0 .35.665l2.37 2.367l.085.073a.75.75 0 0 0 1.049-1.05l-.073-.084l-1.221-1.22h3.784l.025-.001h3.071l-1.221 1.22z"/></svg>
React
import type { SVGProps } from "react";
export function FluentAutoFitWidth24Regular(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 18.25a.75.75 0 0 0 1.5 0V5.75a.75.75 0 0 0-1.5 0zm16.5 0a.75.75 0 0 0 1.5 0V5.75a.75.75 0 0 0-1.5 0zm-5.354-4.196a.75.75 0 0 0 1.133.976l2.37-2.367a.77.77 0 0 0 .351-.664a.77.77 0 0 0-.35-.664l-2.37-2.367l-.085-.073a.75.75 0 0 0-.976.073l-.073.084a.75.75 0 0 0 .073.976l1.221 1.222h-3.784l-.025.002H8.56l1.221-1.222l.08-.094a.75.75 0 0 0-.007-.882L9.78 8.97l-.094-.08a.75.75 0 0 0-.882.007l-.085.073l-2.37 2.367l-.074.053A.79.79 0 0 0 6 12a.77.77 0 0 0 .35.665l2.37 2.367l.085.073a.75.75 0 0 0 1.049-1.05l-.073-.084l-1.221-1.22h3.784l.025-.001h3.071l-1.221 1.22z"/></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 18.25a.75.75 0 0 0 1.5 0V5.75a.75.75 0 0 0-1.5 0zm16.5 0a.75.75 0 0 0 1.5 0V5.75a.75.75 0 0 0-1.5 0zm-5.354-4.196a.75.75 0 0 0 1.133.976l2.37-2.367a.77.77 0 0 0 .351-.664a.77.77 0 0 0-.35-.664l-2.37-2.367l-.085-.073a.75.75 0 0 0-.976.073l-.073.084a.75.75 0 0 0 .073.976l1.221 1.222h-3.784l-.025.002H8.56l1.221-1.222l.08-.094a.75.75 0 0 0-.007-.882L9.78 8.97l-.094-.08a.75.75 0 0 0-.882.007l-.085.073l-2.37 2.367l-.074.053A.79.79 0 0 0 6 12a.77.77 0 0 0 .35.665l2.37 2.367l.085.073a.75.75 0 0 0 1.049-1.05l-.073-.084l-1.221-1.22h3.784l.025-.001h3.071l-1.221 1.22z"/></svg> </template>
CSS
.icon-auto-fit-width-24-regular {
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%2018.25a.75.75%200%200%200%201.5%200V5.75a.75.75%200%200%200-1.5%200zm16.5%200a.75.75%200%200%200%201.5%200V5.75a.75.75%200%200%200-1.5%200zm-5.354-4.196a.75.75%200%200%200%201.133.976l2.37-2.367a.77.77%200%200%200%20.351-.664a.77.77%200%200%200-.35-.664l-2.37-2.367l-.085-.073a.75.75%200%200%200-.976.073l-.073.084a.75.75%200%200%200%20.073.976l1.221%201.222h-3.784l-.025.002H8.56l1.221-1.222l.08-.094a.75.75%200%200%200-.007-.882L9.78%208.97l-.094-.08a.75.75%200%200%200-.882.007l-.085.073l-2.37%202.367l-.074.053A.79.79%200%200%200%206%2012a.77.77%200%200%200%20.35.665l2.37%202.367l.085.073a.75.75%200%200%200%201.049-1.05l-.073-.084l-1.221-1.22h3.784l.025-.001h3.071l-1.221%201.22z%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%2018.25a.75.75%200%200%200%201.5%200V5.75a.75.75%200%200%200-1.5%200zm16.5%200a.75.75%200%200%200%201.5%200V5.75a.75.75%200%200%200-1.5%200zm-5.354-4.196a.75.75%200%200%200%201.133.976l2.37-2.367a.77.77%200%200%200%20.351-.664a.77.77%200%200%200-.35-.664l-2.37-2.367l-.085-.073a.75.75%200%200%200-.976.073l-.073.084a.75.75%200%200%200%20.073.976l1.221%201.222h-3.784l-.025.002H8.56l1.221-1.222l.08-.094a.75.75%200%200%200-.007-.882L9.78%208.97l-.094-.08a.75.75%200%200%200-.882.007l-.085.073l-2.37%202.367l-.074.053A.79.79%200%200%200%206%2012a.77.77%200%200%200%20.35.665l2.37%202.367l.085.073a.75.75%200%200%200%201.049-1.05l-.073-.084l-1.221-1.22h3.784l.025-.001h3.071l-1.221%201.22z%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-regular.svg?color=%231a73e8&size=48