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

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

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the text color icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.75 15A2.25 2.25 0 0 1 21 17.25v2.5A2.25 2.25 0 0 1 18.75 22H5.25A2.25 2.25 0 0 1 3 19.75v-2.5A2.25 2.25 0 0 1 5.25 15zm-13.5 1.5a.75.75 0 0 0-.75.75v2.5c0 .414.336.75.75.75h13.5a.75.75 0 0 0 .75-.75v-2.5a.75.75 0 0 0-.75-.75zM12 2a.75.75 0 0 1 .697.475l3.75 9.5a.75.75 0 0 1-1.394.55l-.998-2.528L14 10h-4q-.028 0-.056-.003l-.997 2.528a.75.75 0 1 1-1.394-.55l3.75-9.5l.05-.103A.75.75 0 0 1 12 2m-1.464 6.5h2.928L12 4.791z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextColor24Regular(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="M18.75 15A2.25 2.25 0 0 1 21 17.25v2.5A2.25 2.25 0 0 1 18.75 22H5.25A2.25 2.25 0 0 1 3 19.75v-2.5A2.25 2.25 0 0 1 5.25 15zm-13.5 1.5a.75.75 0 0 0-.75.75v2.5c0 .414.336.75.75.75h13.5a.75.75 0 0 0 .75-.75v-2.5a.75.75 0 0 0-.75-.75zM12 2a.75.75 0 0 1 .697.475l3.75 9.5a.75.75 0 0 1-1.394.55l-.998-2.528L14 10h-4q-.028 0-.056-.003l-.997 2.528a.75.75 0 1 1-1.394-.55l3.75-9.5l.05-.103A.75.75 0 0 1 12 2m-1.464 6.5h2.928L12 4.791z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.75 15A2.25 2.25 0 0 1 21 17.25v2.5A2.25 2.25 0 0 1 18.75 22H5.25A2.25 2.25 0 0 1 3 19.75v-2.5A2.25 2.25 0 0 1 5.25 15zm-13.5 1.5a.75.75 0 0 0-.75.75v2.5c0 .414.336.75.75.75h13.5a.75.75 0 0 0 .75-.75v-2.5a.75.75 0 0 0-.75-.75zM12 2a.75.75 0 0 1 .697.475l3.75 9.5a.75.75 0 0 1-1.394.55l-.998-2.528L14 10h-4q-.028 0-.056-.003l-.997 2.528a.75.75 0 1 1-1.394-.55l3.75-9.5l.05-.103A.75.75 0 0 1 12 2m-1.464 6.5h2.928L12 4.791z"/></svg>
</template>

CSS

.icon-text-color-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%22M18.75%2015A2.25%202.25%200%200%201%2021%2017.25v2.5A2.25%202.25%200%200%201%2018.75%2022H5.25A2.25%202.25%200%200%201%203%2019.75v-2.5A2.25%202.25%200%200%201%205.25%2015zm-13.5%201.5a.75.75%200%200%200-.75.75v2.5c0%20.414.336.75.75.75h13.5a.75.75%200%200%200%20.75-.75v-2.5a.75.75%200%200%200-.75-.75zM12%202a.75.75%200%200%201%20.697.475l3.75%209.5a.75.75%200%200%201-1.394.55l-.998-2.528L14%2010h-4q-.028%200-.056-.003l-.997%202.528a.75.75%200%201%201-1.394-.55l3.75-9.5l.05-.103A.75.75%200%200%201%2012%202m-1.464%206.5h2.928L12%204.791z%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%22M18.75%2015A2.25%202.25%200%200%201%2021%2017.25v2.5A2.25%202.25%200%200%201%2018.75%2022H5.25A2.25%202.25%200%200%201%203%2019.75v-2.5A2.25%202.25%200%200%201%205.25%2015zm-13.5%201.5a.75.75%200%200%200-.75.75v2.5c0%20.414.336.75.75.75h13.5a.75.75%200%200%200%20.75-.75v-2.5a.75.75%200%200%200-.75-.75zM12%202a.75.75%200%200%201%20.697.475l3.75%209.5a.75.75%200%200%201-1.394.55l-.998-2.528L14%2010h-4q-.028%200-.056-.003l-.997%202.528a.75.75%200%201%201-1.394-.55l3.75-9.5l.05-.103A.75.75%200%200%201%2012%202m-1.464%206.5h2.928L12%204.791z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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