font space tracking in icon

font-space-tracking-in-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
font-space-tracking-in-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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.446 16.147l.085.073l2.25 2.25a.75.75 0 0 1 .072.976l-.072.084l-2.25 2.25a.75.75 0 0 1-1.134-.976l.073-.084l.969-.971H3.75a.75.75 0 0 1-.102-1.492l.102-.007l4.689-.001l-.97-.969a.75.75 0 0 1-.072-.976l.073-.084a.75.75 0 0 1 .976-.073m7.108 0a.75.75 0 0 1 .883-.007l.093.08l.073.084a.75.75 0 0 1 .007.882l-.08.094l-.969.969h4.69a.75.75 0 0 1 .101 1.494l-.102.007l-4.689-.001l.97.97l.072.085a.75.75 0 0 1-1.049 1.049l-.084-.073l-2.25-2.25l-.073-.084a.75.75 0 0 1-.007-.883l.08-.093l2.25-2.25zM8.836 2.279l.062.092l.05.106l4.5 11.5a.75.75 0 0 1-1.353.639l-.043-.093l-1.236-3.156H5.683L4.45 14.523a.75.75 0 0 1-.875.456l-.097-.03a.75.75 0 0 1-.456-.875l.03-.097l4.5-11.5c.22-.561.946-.627 1.285-.198m10.76.106a.75.75 0 0 1 1.383.541l-.03.097l-4.5 11.5l-.05.106a.75.75 0 0 1-1.297 0l-.05-.105l-4.5-11.5l-.03-.098a.75.75 0 0 1 .354-.826l.1-.048l.098-.03a.75.75 0 0 1 .826.354l.049.1l3.801 9.716l3.802-9.715zM8.25 4.808L6.27 9.867h3.96z"/></svg>

React

import type { SVGProps } from "react";

export function FluentFontSpaceTrackingIn24Regular(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.446 16.147l.085.073l2.25 2.25a.75.75 0 0 1 .072.976l-.072.084l-2.25 2.25a.75.75 0 0 1-1.134-.976l.073-.084l.969-.971H3.75a.75.75 0 0 1-.102-1.492l.102-.007l4.689-.001l-.97-.969a.75.75 0 0 1-.072-.976l.073-.084a.75.75 0 0 1 .976-.073m7.108 0a.75.75 0 0 1 .883-.007l.093.08l.073.084a.75.75 0 0 1 .007.882l-.08.094l-.969.969h4.69a.75.75 0 0 1 .101 1.494l-.102.007l-4.689-.001l.97.97l.072.085a.75.75 0 0 1-1.049 1.049l-.084-.073l-2.25-2.25l-.073-.084a.75.75 0 0 1-.007-.883l.08-.093l2.25-2.25zM8.836 2.279l.062.092l.05.106l4.5 11.5a.75.75 0 0 1-1.353.639l-.043-.093l-1.236-3.156H5.683L4.45 14.523a.75.75 0 0 1-.875.456l-.097-.03a.75.75 0 0 1-.456-.875l.03-.097l4.5-11.5c.22-.561.946-.627 1.285-.198m10.76.106a.75.75 0 0 1 1.383.541l-.03.097l-4.5 11.5l-.05.106a.75.75 0 0 1-1.297 0l-.05-.105l-4.5-11.5l-.03-.098a.75.75 0 0 1 .354-.826l.1-.048l.098-.03a.75.75 0 0 1 .826.354l.049.1l3.801 9.716l3.802-9.715zM8.25 4.808L6.27 9.867h3.96z"/></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.446 16.147l.085.073l2.25 2.25a.75.75 0 0 1 .072.976l-.072.084l-2.25 2.25a.75.75 0 0 1-1.134-.976l.073-.084l.969-.971H3.75a.75.75 0 0 1-.102-1.492l.102-.007l4.689-.001l-.97-.969a.75.75 0 0 1-.072-.976l.073-.084a.75.75 0 0 1 .976-.073m7.108 0a.75.75 0 0 1 .883-.007l.093.08l.073.084a.75.75 0 0 1 .007.882l-.08.094l-.969.969h4.69a.75.75 0 0 1 .101 1.494l-.102.007l-4.689-.001l.97.97l.072.085a.75.75 0 0 1-1.049 1.049l-.084-.073l-2.25-2.25l-.073-.084a.75.75 0 0 1-.007-.883l.08-.093l2.25-2.25zM8.836 2.279l.062.092l.05.106l4.5 11.5a.75.75 0 0 1-1.353.639l-.043-.093l-1.236-3.156H5.683L4.45 14.523a.75.75 0 0 1-.875.456l-.097-.03a.75.75 0 0 1-.456-.875l.03-.097l4.5-11.5c.22-.561.946-.627 1.285-.198m10.76.106a.75.75 0 0 1 1.383.541l-.03.097l-4.5 11.5l-.05.106a.75.75 0 0 1-1.297 0l-.05-.105l-4.5-11.5l-.03-.098a.75.75 0 0 1 .354-.826l.1-.048l.098-.03a.75.75 0 0 1 .826.354l.049.1l3.801 9.716l3.802-9.715zM8.25 4.808L6.27 9.867h3.96z"/></svg>
</template>

CSS

.icon-font-space-tracking-in-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%22m8.446%2016.147l.085.073l2.25%202.25a.75.75%200%200%201%20.072.976l-.072.084l-2.25%202.25a.75.75%200%200%201-1.134-.976l.073-.084l.969-.971H3.75a.75.75%200%200%201-.102-1.492l.102-.007l4.689-.001l-.97-.969a.75.75%200%200%201-.072-.976l.073-.084a.75.75%200%200%201%20.976-.073m7.108%200a.75.75%200%200%201%20.883-.007l.093.08l.073.084a.75.75%200%200%201%20.007.882l-.08.094l-.969.969h4.69a.75.75%200%200%201%20.101%201.494l-.102.007l-4.689-.001l.97.97l.072.085a.75.75%200%200%201-1.049%201.049l-.084-.073l-2.25-2.25l-.073-.084a.75.75%200%200%201-.007-.883l.08-.093l2.25-2.25zM8.836%202.279l.062.092l.05.106l4.5%2011.5a.75.75%200%200%201-1.353.639l-.043-.093l-1.236-3.156H5.683L4.45%2014.523a.75.75%200%200%201-.875.456l-.097-.03a.75.75%200%200%201-.456-.875l.03-.097l4.5-11.5c.22-.561.946-.627%201.285-.198m10.76.106a.75.75%200%200%201%201.383.541l-.03.097l-4.5%2011.5l-.05.106a.75.75%200%200%201-1.297%200l-.05-.105l-4.5-11.5l-.03-.098a.75.75%200%200%201%20.354-.826l.1-.048l.098-.03a.75.75%200%200%201%20.826.354l.049.1l3.801%209.716l3.802-9.715zM8.25%204.808L6.27%209.867h3.96z%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.446%2016.147l.085.073l2.25%202.25a.75.75%200%200%201%20.072.976l-.072.084l-2.25%202.25a.75.75%200%200%201-1.134-.976l.073-.084l.969-.971H3.75a.75.75%200%200%201-.102-1.492l.102-.007l4.689-.001l-.97-.969a.75.75%200%200%201-.072-.976l.073-.084a.75.75%200%200%201%20.976-.073m7.108%200a.75.75%200%200%201%20.883-.007l.093.08l.073.084a.75.75%200%200%201%20.007.882l-.08.094l-.969.969h4.69a.75.75%200%200%201%20.101%201.494l-.102.007l-4.689-.001l.97.97l.072.085a.75.75%200%200%201-1.049%201.049l-.084-.073l-2.25-2.25l-.073-.084a.75.75%200%200%201-.007-.883l.08-.093l2.25-2.25zM8.836%202.279l.062.092l.05.106l4.5%2011.5a.75.75%200%200%201-1.353.639l-.043-.093l-1.236-3.156H5.683L4.45%2014.523a.75.75%200%200%201-.875.456l-.097-.03a.75.75%200%200%201-.456-.875l.03-.097l4.5-11.5c.22-.561.946-.627%201.285-.198m10.76.106a.75.75%200%200%201%201.383.541l-.03.097l-4.5%2011.5l-.05.106a.75.75%200%200%201-1.297%200l-.05-.105l-4.5-11.5l-.03-.098a.75.75%200%200%201%20.354-.826l.1-.048l.098-.03a.75.75%200%200%201%20.826.354l.049.1l3.801%209.716l3.802-9.715zM8.25%204.808L6.27%209.867h3.96z%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-regular.svg?color=%231a73e8&size=48