text font size off icon

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

Name
text-font-size-off-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M1.146 1.146a.5.5 0 0 1 .707 0l13 13a.5.5 0 1 1-.707.707L9.293 10h-.988L6.97 13.67a.501.501 0 0 1-.931.022L5.334 12H2.668l-.706 1.692a.502.502 0 0 1-.923-.384l2.5-6a.501.501 0 0 1 .923 0l2.006 4.815l1.319-3.629l-6.64-6.64a.5.5 0 0 1 0-.708M10.501 2a.5.5 0 0 1 .47.33l3.725 10.245l-1.672-1.672l-.328-.903h-.575l-1-1h1.212L10.5 3.962l-1.18 3.24l-.78-.781l1.49-4.092l.032-.071A.5.5 0 0 1 10.501 2m-7.416 9h1.832L4 8.8z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextFontSizeOff16Regular(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="M1.146 1.146a.5.5 0 0 1 .707 0l13 13a.5.5 0 1 1-.707.707L9.293 10h-.988L6.97 13.67a.501.501 0 0 1-.931.022L5.334 12H2.668l-.706 1.692a.502.502 0 0 1-.923-.384l2.5-6a.501.501 0 0 1 .923 0l2.006 4.815l1.319-3.629l-6.64-6.64a.5.5 0 0 1 0-.708M10.501 2a.5.5 0 0 1 .47.33l3.725 10.245l-1.672-1.672l-.328-.903h-.575l-1-1h1.212L10.5 3.962l-1.18 3.24l-.78-.781l1.49-4.092l.032-.071A.5.5 0 0 1 10.501 2m-7.416 9h1.832L4 8.8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1.146 1.146a.5.5 0 0 1 .707 0l13 13a.5.5 0 1 1-.707.707L9.293 10h-.988L6.97 13.67a.501.501 0 0 1-.931.022L5.334 12H2.668l-.706 1.692a.502.502 0 0 1-.923-.384l2.5-6a.501.501 0 0 1 .923 0l2.006 4.815l1.319-3.629l-6.64-6.64a.5.5 0 0 1 0-.708M10.501 2a.5.5 0 0 1 .47.33l3.725 10.245l-1.672-1.672l-.328-.903h-.575l-1-1h1.212L10.5 3.962l-1.18 3.24l-.78-.781l1.49-4.092l.032-.071A.5.5 0 0 1 10.501 2m-7.416 9h1.832L4 8.8z"/></svg>
</template>

CSS

.icon-text-font-size-off-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.146%201.146a.5.5%200%200%201%20.707%200l13%2013a.5.5%200%201%201-.707.707L9.293%2010h-.988L6.97%2013.67a.501.501%200%200%201-.931.022L5.334%2012H2.668l-.706%201.692a.502.502%200%200%201-.923-.384l2.5-6a.501.501%200%200%201%20.923%200l2.006%204.815l1.319-3.629l-6.64-6.64a.5.5%200%200%201%200-.708M10.501%202a.5.5%200%200%201%20.47.33l3.725%2010.245l-1.672-1.672l-.328-.903h-.575l-1-1h1.212L10.5%203.962l-1.18%203.24l-.78-.781l1.49-4.092l.032-.071A.5.5%200%200%201%2010.501%202m-7.416%209h1.832L4%208.8z%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%22M1.146%201.146a.5.5%200%200%201%20.707%200l13%2013a.5.5%200%201%201-.707.707L9.293%2010h-.988L6.97%2013.67a.501.501%200%200%201-.931.022L5.334%2012H2.668l-.706%201.692a.502.502%200%200%201-.923-.384l2.5-6a.501.501%200%200%201%20.923%200l2.006%204.815l1.319-3.629l-6.64-6.64a.5.5%200%200%201%200-.708M10.501%202a.5.5%200%200%201%20.47.33l3.725%2010.245l-1.672-1.672l-.328-.903h-.575l-1-1h1.212L10.5%203.962l-1.18%203.24l-.78-.781l1.49-4.092l.032-.071A.5.5%200%200%201%2010.501%202m-7.416%209h1.832L4%208.8z%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-16-regular.svg?color=%231a73e8&size=48