font space tracking out icon
font-space-tracking-out-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- font-space-tracking-out-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the font space tracking out icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 2a.75.75 0 0 1 .7.482l3.25 8.495a.75.75 0 0 1-1.401.536l-.772-2.018H4.222l-.772 2.018a.75.75 0 0 1-1.401-.536l3.25-8.495A.75.75 0 0 1 6 2M4.796 7.995h2.407L6 4.849zm9.886 5.261a.75.75 0 0 1 1.058-.07l2 1.748a.75.75 0 0 1 0 1.129l-2 1.751a.75.75 0 1 1-.988-1.128l.498-.436H4.744l.498.435a.75.75 0 1 1-.988 1.13l-2-1.749a.75.75 0 0 1 0-1.129l2-1.751a.75.75 0 0 1 .988 1.128l-.497.436H15.25l-.498-.435a.75.75 0 0 1-.071-1.059m.018-1.738a.75.75 0 0 1-1.401 0l-3.25-8.495a.75.75 0 1 1 1.401-.536L14 9.15l2.55-6.664a.75.75 0 1 1 1.4.536z"/></svg>
React
import type { SVGProps } from "react";
export function FluentFontSpaceTrackingOut20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 2a.75.75 0 0 1 .7.482l3.25 8.495a.75.75 0 0 1-1.401.536l-.772-2.018H4.222l-.772 2.018a.75.75 0 0 1-1.401-.536l3.25-8.495A.75.75 0 0 1 6 2M4.796 7.995h2.407L6 4.849zm9.886 5.261a.75.75 0 0 1 1.058-.07l2 1.748a.75.75 0 0 1 0 1.129l-2 1.751a.75.75 0 1 1-.988-1.128l.498-.436H4.744l.498.435a.75.75 0 1 1-.988 1.13l-2-1.749a.75.75 0 0 1 0-1.129l2-1.751a.75.75 0 0 1 .988 1.128l-.497.436H15.25l-.498-.435a.75.75 0 0 1-.071-1.059m.018-1.738a.75.75 0 0 1-1.401 0l-3.25-8.495a.75.75 0 1 1 1.401-.536L14 9.15l2.55-6.664a.75.75 0 1 1 1.4.536z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 2a.75.75 0 0 1 .7.482l3.25 8.495a.75.75 0 0 1-1.401.536l-.772-2.018H4.222l-.772 2.018a.75.75 0 0 1-1.401-.536l3.25-8.495A.75.75 0 0 1 6 2M4.796 7.995h2.407L6 4.849zm9.886 5.261a.75.75 0 0 1 1.058-.07l2 1.748a.75.75 0 0 1 0 1.129l-2 1.751a.75.75 0 1 1-.988-1.128l.498-.436H4.744l.498.435a.75.75 0 1 1-.988 1.13l-2-1.749a.75.75 0 0 1 0-1.129l2-1.751a.75.75 0 0 1 .988 1.128l-.497.436H15.25l-.498-.435a.75.75 0 0 1-.071-1.059m.018-1.738a.75.75 0 0 1-1.401 0l-3.25-8.495a.75.75 0 1 1 1.401-.536L14 9.15l2.55-6.664a.75.75 0 1 1 1.4.536z"/></svg> </template>
CSS
.icon-font-space-tracking-out-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%202a.75.75%200%200%201%20.7.482l3.25%208.495a.75.75%200%200%201-1.401.536l-.772-2.018H4.222l-.772%202.018a.75.75%200%200%201-1.401-.536l3.25-8.495A.75.75%200%200%201%206%202M4.796%207.995h2.407L6%204.849zm9.886%205.261a.75.75%200%200%201%201.058-.07l2%201.748a.75.75%200%200%201%200%201.129l-2%201.751a.75.75%200%201%201-.988-1.128l.498-.436H4.744l.498.435a.75.75%200%201%201-.988%201.13l-2-1.749a.75.75%200%200%201%200-1.129l2-1.751a.75.75%200%200%201%20.988%201.128l-.497.436H15.25l-.498-.435a.75.75%200%200%201-.071-1.059m.018-1.738a.75.75%200%200%201-1.401%200l-3.25-8.495a.75.75%200%201%201%201.401-.536L14%209.15l2.55-6.664a.75.75%200%201%201%201.4.536z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%202a.75.75%200%200%201%20.7.482l3.25%208.495a.75.75%200%200%201-1.401.536l-.772-2.018H4.222l-.772%202.018a.75.75%200%200%201-1.401-.536l3.25-8.495A.75.75%200%200%201%206%202M4.796%207.995h2.407L6%204.849zm9.886%205.261a.75.75%200%200%201%201.058-.07l2%201.748a.75.75%200%200%201%200%201.129l-2%201.751a.75.75%200%201%201-.988-1.128l.498-.436H4.744l.498.435a.75.75%200%201%201-.988%201.13l-2-1.749a.75.75%200%200%201%200-1.129l2-1.751a.75.75%200%200%201%20.988%201.128l-.497.436H15.25l-.498-.435a.75.75%200%200%201-.071-1.059m.018-1.738a.75.75%200%200%201-1.401%200l-3.25-8.495a.75.75%200%201%201%201.401-.536L14%209.15l2.55-6.664a.75.75%200%201%201%201.4.536z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/font-space-tracking-out-20-filled.svg?color=%231a73e8&size=48