font space tracking out icon
font-space-tracking-out-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- font-space-tracking-out-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M11.695 8.534a.75.75 0 0 1-1.389 0l-2.25-5.5a.75.75 0 1 1 1.388-.568l1.557 3.804l1.556-3.804a.75.75 0 0 1 1.388.568zM5 2a.75.75 0 0 1 .694.466l2.25 5.5a.75.75 0 0 1-1.388.568L6.133 7.5H3.867l-.423 1.034a.75.75 0 0 1-1.388-.568l2.25-5.5A.75.75 0 0 1 5 2m.52 4L5 4.731l-.519 1.27zm5.95 4.22a.75.75 0 0 1 1.06 0l1.25 1.249a.75.75 0 0 1 0 1.06l-1.25 1.251a.75.75 0 0 1-1.089-1.03H4.56a.75.75 0 0 1-1.089 1.03l-1.25-1.248a.75.75 0 0 1 0-1.06l1.25-1.252a.75.75 0 0 1 1.09 1.03h6.881a.75.75 0 0 1 .029-1.03"/></svg>
React
import type { SVGProps } from "react";
export function FluentFontSpaceTrackingOut16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.695 8.534a.75.75 0 0 1-1.389 0l-2.25-5.5a.75.75 0 1 1 1.388-.568l1.557 3.804l1.556-3.804a.75.75 0 0 1 1.388.568zM5 2a.75.75 0 0 1 .694.466l2.25 5.5a.75.75 0 0 1-1.388.568L6.133 7.5H3.867l-.423 1.034a.75.75 0 0 1-1.388-.568l2.25-5.5A.75.75 0 0 1 5 2m.52 4L5 4.731l-.519 1.27zm5.95 4.22a.75.75 0 0 1 1.06 0l1.25 1.249a.75.75 0 0 1 0 1.06l-1.25 1.251a.75.75 0 0 1-1.089-1.03H4.56a.75.75 0 0 1-1.089 1.03l-1.25-1.248a.75.75 0 0 1 0-1.06l1.25-1.252a.75.75 0 0 1 1.09 1.03h6.881a.75.75 0 0 1 .029-1.03"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.695 8.534a.75.75 0 0 1-1.389 0l-2.25-5.5a.75.75 0 1 1 1.388-.568l1.557 3.804l1.556-3.804a.75.75 0 0 1 1.388.568zM5 2a.75.75 0 0 1 .694.466l2.25 5.5a.75.75 0 0 1-1.388.568L6.133 7.5H3.867l-.423 1.034a.75.75 0 0 1-1.388-.568l2.25-5.5A.75.75 0 0 1 5 2m.52 4L5 4.731l-.519 1.27zm5.95 4.22a.75.75 0 0 1 1.06 0l1.25 1.249a.75.75 0 0 1 0 1.06l-1.25 1.251a.75.75 0 0 1-1.089-1.03H4.56a.75.75 0 0 1-1.089 1.03l-1.25-1.248a.75.75 0 0 1 0-1.06l1.25-1.252a.75.75 0 0 1 1.09 1.03h6.881a.75.75 0 0 1 .029-1.03"/></svg> </template>
CSS
.icon-font-space-tracking-out-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.695%208.534a.75.75%200%200%201-1.389%200l-2.25-5.5a.75.75%200%201%201%201.388-.568l1.557%203.804l1.556-3.804a.75.75%200%200%201%201.388.568zM5%202a.75.75%200%200%201%20.694.466l2.25%205.5a.75.75%200%200%201-1.388.568L6.133%207.5H3.867l-.423%201.034a.75.75%200%200%201-1.388-.568l2.25-5.5A.75.75%200%200%201%205%202m.52%204L5%204.731l-.519%201.27zm5.95%204.22a.75.75%200%200%201%201.06%200l1.25%201.249a.75.75%200%200%201%200%201.06l-1.25%201.251a.75.75%200%200%201-1.089-1.03H4.56a.75.75%200%200%201-1.089%201.03l-1.25-1.248a.75.75%200%200%201%200-1.06l1.25-1.252a.75.75%200%200%201%201.09%201.03h6.881a.75.75%200%200%201%20.029-1.03%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.695%208.534a.75.75%200%200%201-1.389%200l-2.25-5.5a.75.75%200%201%201%201.388-.568l1.557%203.804l1.556-3.804a.75.75%200%200%201%201.388.568zM5%202a.75.75%200%200%201%20.694.466l2.25%205.5a.75.75%200%200%201-1.388.568L6.133%207.5H3.867l-.423%201.034a.75.75%200%200%201-1.388-.568l2.25-5.5A.75.75%200%200%201%205%202m.52%204L5%204.731l-.519%201.27zm5.95%204.22a.75.75%200%200%201%201.06%200l1.25%201.249a.75.75%200%200%201%200%201.06l-1.25%201.251a.75.75%200%200%201-1.089-1.03H4.56a.75.75%200%200%201-1.089%201.03l-1.25-1.248a.75.75%200%200%201%200-1.06l1.25-1.252a.75.75%200%200%201%201.09%201.03h6.881a.75.75%200%200%201%20.029-1.03%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-16-filled.svg?color=%231a73e8&size=48