font space tracking out icon

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

Name
font-space-tracking-out-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M20.19 16.544a.75.75 0 0 1-1.38 0l-5.75-13.5a.75.75 0 1 1 1.38-.588l5.06 11.88l5.06-11.88a.75.75 0 1 1 1.38.588zM8.496 2c.3 0 .572.18.69.456l3.798 8.916a.8.8 0 0 1 .074.174l1.878 4.41a.75.75 0 0 1-1.38.588L11.834 12.5H5.159l-1.723 4.044a.75.75 0 1 1-1.38-.588l1.91-4.484l.013-.031l3.827-8.985A.75.75 0 0 1 8.496 2m-2.698 9h5.397L8.496 4.664zm16.172 8.22a.75.75 0 0 1 1.06 0l2.748 2.75a.75.75 0 0 1 0 1.06l-2.747 2.75a.75.75 0 1 1-1.061-1.06l1.468-1.47H4.564l1.468 1.47a.75.75 0 0 1-1.061 1.06l-2.747-2.75a.75.75 0 0 1 0-1.06l2.747-2.75a.75.75 0 1 1 1.061 1.06l-1.468 1.47h18.874l-1.468-1.47a.75.75 0 0 1 0-1.06"/></svg>

React

import type { SVGProps } from "react";

export function FluentFontSpaceTrackingOut28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M20.19 16.544a.75.75 0 0 1-1.38 0l-5.75-13.5a.75.75 0 1 1 1.38-.588l5.06 11.88l5.06-11.88a.75.75 0 1 1 1.38.588zM8.496 2c.3 0 .572.18.69.456l3.798 8.916a.8.8 0 0 1 .074.174l1.878 4.41a.75.75 0 0 1-1.38.588L11.834 12.5H5.159l-1.723 4.044a.75.75 0 1 1-1.38-.588l1.91-4.484l.013-.031l3.827-8.985A.75.75 0 0 1 8.496 2m-2.698 9h5.397L8.496 4.664zm16.172 8.22a.75.75 0 0 1 1.06 0l2.748 2.75a.75.75 0 0 1 0 1.06l-2.747 2.75a.75.75 0 1 1-1.061-1.06l1.468-1.47H4.564l1.468 1.47a.75.75 0 0 1-1.061 1.06l-2.747-2.75a.75.75 0 0 1 0-1.06l2.747-2.75a.75.75 0 1 1 1.061 1.06l-1.468 1.47h18.874l-1.468-1.47a.75.75 0 0 1 0-1.06"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M20.19 16.544a.75.75 0 0 1-1.38 0l-5.75-13.5a.75.75 0 1 1 1.38-.588l5.06 11.88l5.06-11.88a.75.75 0 1 1 1.38.588zM8.496 2c.3 0 .572.18.69.456l3.798 8.916a.8.8 0 0 1 .074.174l1.878 4.41a.75.75 0 0 1-1.38.588L11.834 12.5H5.159l-1.723 4.044a.75.75 0 1 1-1.38-.588l1.91-4.484l.013-.031l3.827-8.985A.75.75 0 0 1 8.496 2m-2.698 9h5.397L8.496 4.664zm16.172 8.22a.75.75 0 0 1 1.06 0l2.748 2.75a.75.75 0 0 1 0 1.06l-2.747 2.75a.75.75 0 1 1-1.061-1.06l1.468-1.47H4.564l1.468 1.47a.75.75 0 0 1-1.061 1.06l-2.747-2.75a.75.75 0 0 1 0-1.06l2.747-2.75a.75.75 0 1 1 1.061 1.06l-1.468 1.47h18.874l-1.468-1.47a.75.75 0 0 1 0-1.06"/></svg>
</template>

CSS

.icon-font-space-tracking-out-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.19%2016.544a.75.75%200%200%201-1.38%200l-5.75-13.5a.75.75%200%201%201%201.38-.588l5.06%2011.88l5.06-11.88a.75.75%200%201%201%201.38.588zM8.496%202c.3%200%20.572.18.69.456l3.798%208.916a.8.8%200%200%201%20.074.174l1.878%204.41a.75.75%200%200%201-1.38.588L11.834%2012.5H5.159l-1.723%204.044a.75.75%200%201%201-1.38-.588l1.91-4.484l.013-.031l3.827-8.985A.75.75%200%200%201%208.496%202m-2.698%209h5.397L8.496%204.664zm16.172%208.22a.75.75%200%200%201%201.06%200l2.748%202.75a.75.75%200%200%201%200%201.06l-2.747%202.75a.75.75%200%201%201-1.061-1.06l1.468-1.47H4.564l1.468%201.47a.75.75%200%200%201-1.061%201.06l-2.747-2.75a.75.75%200%200%201%200-1.06l2.747-2.75a.75.75%200%201%201%201.061%201.06l-1.468%201.47h18.874l-1.468-1.47a.75.75%200%200%201%200-1.06%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.19%2016.544a.75.75%200%200%201-1.38%200l-5.75-13.5a.75.75%200%201%201%201.38-.588l5.06%2011.88l5.06-11.88a.75.75%200%201%201%201.38.588zM8.496%202c.3%200%20.572.18.69.456l3.798%208.916a.8.8%200%200%201%20.074.174l1.878%204.41a.75.75%200%200%201-1.38.588L11.834%2012.5H5.159l-1.723%204.044a.75.75%200%201%201-1.38-.588l1.91-4.484l.013-.031l3.827-8.985A.75.75%200%200%201%208.496%202m-2.698%209h5.397L8.496%204.664zm16.172%208.22a.75.75%200%200%201%201.06%200l2.748%202.75a.75.75%200%200%201%200%201.06l-2.747%202.75a.75.75%200%201%201-1.061-1.06l1.468-1.47H4.564l1.468%201.47a.75.75%200%200%201-1.061%201.06l-2.747-2.75a.75.75%200%200%201%200-1.06l2.747-2.75a.75.75%200%201%201%201.061%201.06l-1.468%201.47h18.874l-1.468-1.47a.75.75%200%200%201%200-1.06%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-28-regular.svg?color=%231a73e8&size=48