fixed width icon
fixed-width-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- fixed-width-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Use the fixed 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.75 4c.414 0 .75.308.75.688V6h6.75V4.688c0-.38.336-.688.75-.688s.75.308.75.688V6h6.75V4.688c0-.38.336-.688.75-.688s.75.308.75.688v4.125c0 .38-.336.687-.75.687s-.75-.308-.75-.687V7.5h-6.75v1.313c0 .38-.336.687-.75.687s-.75-.308-.75-.687V7.5H4.5v1.313c0 .38-.336.687-.75.687S3 9.192 3 8.813V4.687c0-.38.336-.687.75-.687m2 7A2.75 2.75 0 0 0 3 13.75v4a2.75 2.75 0 0 0 2.75 2.75h5.5V11zm12.5 9.5h-5.5V11h5.5A2.75 2.75 0 0 1 21 13.75v4a2.75 2.75 0 0 1-2.75 2.75"/></svg>
React
import type { SVGProps } from "react";
export function FluentFixedWidth24Filled(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.75 4c.414 0 .75.308.75.688V6h6.75V4.688c0-.38.336-.688.75-.688s.75.308.75.688V6h6.75V4.688c0-.38.336-.688.75-.688s.75.308.75.688v4.125c0 .38-.336.687-.75.687s-.75-.308-.75-.687V7.5h-6.75v1.313c0 .38-.336.687-.75.687s-.75-.308-.75-.687V7.5H4.5v1.313c0 .38-.336.687-.75.687S3 9.192 3 8.813V4.687c0-.38.336-.687.75-.687m2 7A2.75 2.75 0 0 0 3 13.75v4a2.75 2.75 0 0 0 2.75 2.75h5.5V11zm12.5 9.5h-5.5V11h5.5A2.75 2.75 0 0 1 21 13.75v4a2.75 2.75 0 0 1-2.75 2.75"/></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.75 4c.414 0 .75.308.75.688V6h6.75V4.688c0-.38.336-.688.75-.688s.75.308.75.688V6h6.75V4.688c0-.38.336-.688.75-.688s.75.308.75.688v4.125c0 .38-.336.687-.75.687s-.75-.308-.75-.687V7.5h-6.75v1.313c0 .38-.336.687-.75.687s-.75-.308-.75-.687V7.5H4.5v1.313c0 .38-.336.687-.75.687S3 9.192 3 8.813V4.687c0-.38.336-.687.75-.687m2 7A2.75 2.75 0 0 0 3 13.75v4a2.75 2.75 0 0 0 2.75 2.75h5.5V11zm12.5 9.5h-5.5V11h5.5A2.75 2.75 0 0 1 21 13.75v4a2.75 2.75 0 0 1-2.75 2.75"/></svg> </template>
CSS
.icon-fixed-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.75%204c.414%200%20.75.308.75.688V6h6.75V4.688c0-.38.336-.688.75-.688s.75.308.75.688V6h6.75V4.688c0-.38.336-.688.75-.688s.75.308.75.688v4.125c0%20.38-.336.687-.75.687s-.75-.308-.75-.687V7.5h-6.75v1.313c0%20.38-.336.687-.75.687s-.75-.308-.75-.687V7.5H4.5v1.313c0%20.38-.336.687-.75.687S3%209.192%203%208.813V4.687c0-.38.336-.687.75-.687m2%207A2.75%202.75%200%200%200%203%2013.75v4a2.75%202.75%200%200%200%202.75%202.75h5.5V11zm12.5%209.5h-5.5V11h5.5A2.75%202.75%200%200%201%2021%2013.75v4a2.75%202.75%200%200%201-2.75%202.75%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.75%204c.414%200%20.75.308.75.688V6h6.75V4.688c0-.38.336-.688.75-.688s.75.308.75.688V6h6.75V4.688c0-.38.336-.688.75-.688s.75.308.75.688v4.125c0%20.38-.336.687-.75.687s-.75-.308-.75-.687V7.5h-6.75v1.313c0%20.38-.336.687-.75.687s-.75-.308-.75-.687V7.5H4.5v1.313c0%20.38-.336.687-.75.687S3%209.192%203%208.813V4.687c0-.38.336-.687.75-.687m2%207A2.75%202.75%200%200%200%203%2013.75v4a2.75%202.75%200%200%200%202.75%202.75h5.5V11zm12.5%209.5h-5.5V11h5.5A2.75%202.75%200%200%201%2021%2013.75v4a2.75%202.75%200%200%201-2.75%202.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/fixed-width-24-filled.svg?color=%231a73e8&size=48