font space tracking in icon
font-space-tracking-in-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- font-space-tracking-in-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the font space tracking in icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.613 16.21l.094.083l2 2a1 1 0 0 1 .084 1.32l-.084.094l-2 2a1 1 0 0 1-1.497-1.32l.083-.094l.293-.294L4 20a1 1 0 0 1-.116-1.993L4 18l3.585-.001l-.292-.292a1 1 0 0 1-.083-1.32l.083-.094a1 1 0 0 1 1.32-.083m6.774 0a1 1 0 0 1 1.226 0l.094.083l.084.094a1 1 0 0 1 0 1.226l-.084.094l-.292.292L20 18a1 1 0 0 1 .117 1.993L20 20l-3.586-.001l.293.294l.084.094a1 1 0 0 1-1.404 1.403l-.094-.083l-2-2l-.083-.094a1 1 0 0 1 0-1.226l.083-.094l2-2zM9.12 2.446l.064.104l.053.115l4.304 11a1 1 0 0 1-1.813.835l-.05-.106l-1.11-2.84H6.041l-1.11 2.84a1 1 0 0 1-1.185.603l-.111-.036a1 1 0 0 1-.603-1.185l.036-.11l4.304-11c.3-.768 1.31-.84 1.746-.22m10.022.084a1 1 0 0 1 1.85.724l-.036.11l-4.305 11l-.053.116c-.371.694-1.385.694-1.756 0l-.053-.115l-4.305-11l-.036-.111a1 1 0 0 1 .497-1.136l.106-.049l.111-.036a1 1 0 0 1 1.136.497l.049.106l3.372 8.62l3.374-8.62zM8.304 5.773L6.825 9.554h2.958z"/></svg>
React
import type { SVGProps } from "react";
export function FluentFontSpaceTrackingIn24Filled(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="m8.613 16.21l.094.083l2 2a1 1 0 0 1 .084 1.32l-.084.094l-2 2a1 1 0 0 1-1.497-1.32l.083-.094l.293-.294L4 20a1 1 0 0 1-.116-1.993L4 18l3.585-.001l-.292-.292a1 1 0 0 1-.083-1.32l.083-.094a1 1 0 0 1 1.32-.083m6.774 0a1 1 0 0 1 1.226 0l.094.083l.084.094a1 1 0 0 1 0 1.226l-.084.094l-.292.292L20 18a1 1 0 0 1 .117 1.993L20 20l-3.586-.001l.293.294l.084.094a1 1 0 0 1-1.404 1.403l-.094-.083l-2-2l-.083-.094a1 1 0 0 1 0-1.226l.083-.094l2-2zM9.12 2.446l.064.104l.053.115l4.304 11a1 1 0 0 1-1.813.835l-.05-.106l-1.11-2.84H6.041l-1.11 2.84a1 1 0 0 1-1.185.603l-.111-.036a1 1 0 0 1-.603-1.185l.036-.11l4.304-11c.3-.768 1.31-.84 1.746-.22m10.022.084a1 1 0 0 1 1.85.724l-.036.11l-4.305 11l-.053.116c-.371.694-1.385.694-1.756 0l-.053-.115l-4.305-11l-.036-.111a1 1 0 0 1 .497-1.136l.106-.049l.111-.036a1 1 0 0 1 1.136.497l.049.106l3.372 8.62l3.374-8.62zM8.304 5.773L6.825 9.554h2.958z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.613 16.21l.094.083l2 2a1 1 0 0 1 .084 1.32l-.084.094l-2 2a1 1 0 0 1-1.497-1.32l.083-.094l.293-.294L4 20a1 1 0 0 1-.116-1.993L4 18l3.585-.001l-.292-.292a1 1 0 0 1-.083-1.32l.083-.094a1 1 0 0 1 1.32-.083m6.774 0a1 1 0 0 1 1.226 0l.094.083l.084.094a1 1 0 0 1 0 1.226l-.084.094l-.292.292L20 18a1 1 0 0 1 .117 1.993L20 20l-3.586-.001l.293.294l.084.094a1 1 0 0 1-1.404 1.403l-.094-.083l-2-2l-.083-.094a1 1 0 0 1 0-1.226l.083-.094l2-2zM9.12 2.446l.064.104l.053.115l4.304 11a1 1 0 0 1-1.813.835l-.05-.106l-1.11-2.84H6.041l-1.11 2.84a1 1 0 0 1-1.185.603l-.111-.036a1 1 0 0 1-.603-1.185l.036-.11l4.304-11c.3-.768 1.31-.84 1.746-.22m10.022.084a1 1 0 0 1 1.85.724l-.036.11l-4.305 11l-.053.116c-.371.694-1.385.694-1.756 0l-.053-.115l-4.305-11l-.036-.111a1 1 0 0 1 .497-1.136l.106-.049l.111-.036a1 1 0 0 1 1.136.497l.049.106l3.372 8.62l3.374-8.62zM8.304 5.773L6.825 9.554h2.958z"/></svg> </template>
CSS
.icon-font-space-tracking-in-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%22m8.613%2016.21l.094.083l2%202a1%201%200%200%201%20.084%201.32l-.084.094l-2%202a1%201%200%200%201-1.497-1.32l.083-.094l.293-.294L4%2020a1%201%200%200%201-.116-1.993L4%2018l3.585-.001l-.292-.292a1%201%200%200%201-.083-1.32l.083-.094a1%201%200%200%201%201.32-.083m6.774%200a1%201%200%200%201%201.226%200l.094.083l.084.094a1%201%200%200%201%200%201.226l-.084.094l-.292.292L20%2018a1%201%200%200%201%20.117%201.993L20%2020l-3.586-.001l.293.294l.084.094a1%201%200%200%201-1.404%201.403l-.094-.083l-2-2l-.083-.094a1%201%200%200%201%200-1.226l.083-.094l2-2zM9.12%202.446l.064.104l.053.115l4.304%2011a1%201%200%200%201-1.813.835l-.05-.106l-1.11-2.84H6.041l-1.11%202.84a1%201%200%200%201-1.185.603l-.111-.036a1%201%200%200%201-.603-1.185l.036-.11l4.304-11c.3-.768%201.31-.84%201.746-.22m10.022.084a1%201%200%200%201%201.85.724l-.036.11l-4.305%2011l-.053.116c-.371.694-1.385.694-1.756%200l-.053-.115l-4.305-11l-.036-.111a1%201%200%200%201%20.497-1.136l.106-.049l.111-.036a1%201%200%200%201%201.136.497l.049.106l3.372%208.62l3.374-8.62zM8.304%205.773L6.825%209.554h2.958z%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%22m8.613%2016.21l.094.083l2%202a1%201%200%200%201%20.084%201.32l-.084.094l-2%202a1%201%200%200%201-1.497-1.32l.083-.094l.293-.294L4%2020a1%201%200%200%201-.116-1.993L4%2018l3.585-.001l-.292-.292a1%201%200%200%201-.083-1.32l.083-.094a1%201%200%200%201%201.32-.083m6.774%200a1%201%200%200%201%201.226%200l.094.083l.084.094a1%201%200%200%201%200%201.226l-.084.094l-.292.292L20%2018a1%201%200%200%201%20.117%201.993L20%2020l-3.586-.001l.293.294l.084.094a1%201%200%200%201-1.404%201.403l-.094-.083l-2-2l-.083-.094a1%201%200%200%201%200-1.226l.083-.094l2-2zM9.12%202.446l.064.104l.053.115l4.304%2011a1%201%200%200%201-1.813.835l-.05-.106l-1.11-2.84H6.041l-1.11%202.84a1%201%200%200%201-1.185.603l-.111-.036a1%201%200%200%201-.603-1.185l.036-.11l4.304-11c.3-.768%201.31-.84%201.746-.22m10.022.084a1%201%200%200%201%201.85.724l-.036.11l-4.305%2011l-.053.116c-.371.694-1.385.694-1.756%200l-.053-.115l-4.305-11l-.036-.111a1%201%200%200%201%20.497-1.136l.106-.049l.111-.036a1%201%200%200%201%201.136.497l.049.106l3.372%208.62l3.374-8.62zM8.304%205.773L6.825%209.554h2.958z%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-in-24-filled.svg?color=%231a73e8&size=48