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

Name
text-font-size-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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.212 17.11L15.043 3.5c.223-.627 1.07-.664 1.365-.111l.049.11l5.5 15.5a.75.75 0 0 1-1.373.596l-.04-.094L18.945 15h-6.394l-1.58 4.452a.75.75 0 0 1-.354.452l-.093.044a.75.75 0 0 1-.929-.33l-.044-.092L8.556 17H4.443l-.995 2.52a.75.75 0 0 1-.876.454l-.098-.031a.75.75 0 0 1-.452-.876l.03-.098l3.754-9.495a.75.75 0 0 1 1.345-.104l.05.105zL15.043 3.5zm-3.71-5.318L5.037 15.5h2.928zm9.248-5.8L13.084 13.5h5.33z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextFontSize24Regular(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="M10.212 17.11L15.043 3.5c.223-.627 1.07-.664 1.365-.111l.049.11l5.5 15.5a.75.75 0 0 1-1.373.596l-.04-.094L18.945 15h-6.394l-1.58 4.452a.75.75 0 0 1-.354.452l-.093.044a.75.75 0 0 1-.929-.33l-.044-.092L8.556 17H4.443l-.995 2.52a.75.75 0 0 1-.876.454l-.098-.031a.75.75 0 0 1-.452-.876l.03-.098l3.754-9.495a.75.75 0 0 1 1.345-.104l.05.105zL15.043 3.5zm-3.71-5.318L5.037 15.5h2.928zm9.248-5.8L13.084 13.5h5.33z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.212 17.11L15.043 3.5c.223-.627 1.07-.664 1.365-.111l.049.11l5.5 15.5a.75.75 0 0 1-1.373.596l-.04-.094L18.945 15h-6.394l-1.58 4.452a.75.75 0 0 1-.354.452l-.093.044a.75.75 0 0 1-.929-.33l-.044-.092L8.556 17H4.443l-.995 2.52a.75.75 0 0 1-.876.454l-.098-.031a.75.75 0 0 1-.452-.876l.03-.098l3.754-9.495a.75.75 0 0 1 1.345-.104l.05.105zL15.043 3.5zm-3.71-5.318L5.037 15.5h2.928zm9.248-5.8L13.084 13.5h5.33z"/></svg>
</template>

CSS

.icon-text-font-size-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%22M10.212%2017.11L15.043%203.5c.223-.627%201.07-.664%201.365-.111l.049.11l5.5%2015.5a.75.75%200%200%201-1.373.596l-.04-.094L18.945%2015h-6.394l-1.58%204.452a.75.75%200%200%201-.354.452l-.093.044a.75.75%200%200%201-.929-.33l-.044-.092L8.556%2017H4.443l-.995%202.52a.75.75%200%200%201-.876.454l-.098-.031a.75.75%200%200%201-.452-.876l.03-.098l3.754-9.495a.75.75%200%200%201%201.345-.104l.05.105zL15.043%203.5zm-3.71-5.318L5.037%2015.5h2.928zm9.248-5.8L13.084%2013.5h5.33z%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%22M10.212%2017.11L15.043%203.5c.223-.627%201.07-.664%201.365-.111l.049.11l5.5%2015.5a.75.75%200%200%201-1.373.596l-.04-.094L18.945%2015h-6.394l-1.58%204.452a.75.75%200%200%201-.354.452l-.093.044a.75.75%200%200%201-.929-.33l-.044-.092L8.556%2017H4.443l-.995%202.52a.75.75%200%200%201-.876.454l-.098-.031a.75.75%200%200%201-.452-.876l.03-.098l3.754-9.495a.75.75%200%200%201%201.345-.104l.05.105zL15.043%203.5zm-3.71-5.318L5.037%2015.5h2.928zm9.248-5.8L13.084%2013.5h5.33z%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-24-regular.svg?color=%231a73e8&size=48