text font size off icon

text-font-size-off-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
text-font-size-off-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the text font size off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5a.75.75 0 0 1-1.06 1.06L13.94 15h-1.388l-1.58 4.452a.75.75 0 0 1-.355.452l-.092.044a.75.75 0 0 1-.928-.33l-.044-.093L8.557 17H4.443l-.995 2.52a.75.75 0 0 1-.876.454l-.097-.032a.75.75 0 0 1-.454-.876l.032-.096l3.754-9.495c.235-.596 1.042-.63 1.344-.105l.051.105l3.01 7.635l1.528-4.31l-9.52-9.52a.75.75 0 0 1 0-1.06m12.824 1.279c.222-.626 1.068-.663 1.364-.11l.049.11l5.376 15.152l-2.467-2.466l-.42-1.185h-.764l-1.5-1.5h1.732L15.75 5.992l-1.724 4.853l-1.174-1.174zM5.036 15.5h2.928l-1.461-3.708z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextFontSizeOff24Regular(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="M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5a.75.75 0 0 1-1.06 1.06L13.94 15h-1.388l-1.58 4.452a.75.75 0 0 1-.355.452l-.092.044a.75.75 0 0 1-.928-.33l-.044-.093L8.557 17H4.443l-.995 2.52a.75.75 0 0 1-.876.454l-.097-.032a.75.75 0 0 1-.454-.876l.032-.096l3.754-9.495c.235-.596 1.042-.63 1.344-.105l.051.105l3.01 7.635l1.528-4.31l-9.52-9.52a.75.75 0 0 1 0-1.06m12.824 1.279c.222-.626 1.068-.663 1.364-.11l.049.11l5.376 15.152l-2.467-2.466l-.42-1.185h-.764l-1.5-1.5h1.732L15.75 5.992l-1.724 4.853l-1.174-1.174zM5.036 15.5h2.928l-1.461-3.708z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5a.75.75 0 0 1-1.06 1.06L13.94 15h-1.388l-1.58 4.452a.75.75 0 0 1-.355.452l-.092.044a.75.75 0 0 1-.928-.33l-.044-.093L8.557 17H4.443l-.995 2.52a.75.75 0 0 1-.876.454l-.097-.032a.75.75 0 0 1-.454-.876l.032-.096l3.754-9.495c.235-.596 1.042-.63 1.344-.105l.051.105l3.01 7.635l1.528-4.31l-9.52-9.52a.75.75 0 0 1 0-1.06m12.824 1.279c.222-.626 1.068-.663 1.364-.11l.049.11l5.376 15.152l-2.467-2.466l-.42-1.185h-.764l-1.5-1.5h1.732L15.75 5.992l-1.724 4.853l-1.174-1.174zM5.036 15.5h2.928l-1.461-3.708z"/></svg>
</template>

CSS

.icon-text-font-size-off-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%22M2.22%202.22a.75.75%200%200%201%201.06%200l18.5%2018.5a.75.75%200%200%201-1.06%201.06L13.94%2015h-1.388l-1.58%204.452a.75.75%200%200%201-.355.452l-.092.044a.75.75%200%200%201-.928-.33l-.044-.093L8.557%2017H4.443l-.995%202.52a.75.75%200%200%201-.876.454l-.097-.032a.75.75%200%200%201-.454-.876l.032-.096l3.754-9.495c.235-.596%201.042-.63%201.344-.105l.051.105l3.01%207.635l1.528-4.31l-9.52-9.52a.75.75%200%200%201%200-1.06m12.824%201.279c.222-.626%201.068-.663%201.364-.11l.049.11l5.376%2015.152l-2.467-2.466l-.42-1.185h-.764l-1.5-1.5h1.732L15.75%205.992l-1.724%204.853l-1.174-1.174zM5.036%2015.5h2.928l-1.461-3.708z%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%22M2.22%202.22a.75.75%200%200%201%201.06%200l18.5%2018.5a.75.75%200%200%201-1.06%201.06L13.94%2015h-1.388l-1.58%204.452a.75.75%200%200%201-.355.452l-.092.044a.75.75%200%200%201-.928-.33l-.044-.093L8.557%2017H4.443l-.995%202.52a.75.75%200%200%201-.876.454l-.097-.032a.75.75%200%200%201-.454-.876l.032-.096l3.754-9.495c.235-.596%201.042-.63%201.344-.105l.051.105l3.01%207.635l1.528-4.31l-9.52-9.52a.75.75%200%200%201%200-1.06m12.824%201.279c.222-.626%201.068-.663%201.364-.11l.049.11l5.376%2015.152l-2.467-2.466l-.42-1.185h-.764l-1.5-1.5h1.732L15.75%205.992l-1.724%204.853l-1.174-1.174zM5.036%2015.5h2.928l-1.461-3.708z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-font-size-off-24-regular.svg?color=%231a73e8&size=48