format-text from Material Design Icons by Pictogrammers · Filled · Text / Content / Format · Apache-2.0 Free for personal and commercial use.

Name
format-text
Set
Material Design Icons
Style
Filled
Category
Text / Content / Format
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More text / content / format icons from Material Design Icons

Use the format text icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.5 4l1.16 4.35l-.96.26c-.45-.87-.91-1.74-1.44-2.18C16.73 6 16.11 6 15.5 6H13v10.5c0 .5 0 1 .33 1.25c.34.25 1 .25 1.67.25v1H9v-1c.67 0 1.33 0 1.67-.25c.33-.25.33-.75.33-1.25V6H8.5c-.61 0-1.23 0-1.76.43c-.53.44-.99 1.31-1.44 2.18l-.96-.26L5.5 4z"/></svg>

React

import type { SVGProps } from "react";

export function MdiFormatText(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.5 4l1.16 4.35l-.96.26c-.45-.87-.91-1.74-1.44-2.18C16.73 6 16.11 6 15.5 6H13v10.5c0 .5 0 1 .33 1.25c.34.25 1 .25 1.67.25v1H9v-1c.67 0 1.33 0 1.67-.25c.33-.25.33-.75.33-1.25V6H8.5c-.61 0-1.23 0-1.76.43c-.53.44-.99 1.31-1.44 2.18l-.96-.26L5.5 4z"/></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.5 4l1.16 4.35l-.96.26c-.45-.87-.91-1.74-1.44-2.18C16.73 6 16.11 6 15.5 6H13v10.5c0 .5 0 1 .33 1.25c.34.25 1 .25 1.67.25v1H9v-1c.67 0 1.33 0 1.67-.25c.33-.25.33-.75.33-1.25V6H8.5c-.61 0-1.23 0-1.76.43c-.53.44-.99 1.31-1.44 2.18l-.96-.26L5.5 4z"/></svg>
</template>

CSS

.icon-format-text {
  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.5%204l1.16%204.35l-.96.26c-.45-.87-.91-1.74-1.44-2.18C16.73%206%2016.11%206%2015.5%206H13v10.5c0%20.5%200%201%20.33%201.25c.34.25%201%20.25%201.67.25v1H9v-1c.67%200%201.33%200%201.67-.25c.33-.25.33-.75.33-1.25V6H8.5c-.61%200-1.23%200-1.76.43c-.53.44-.99%201.31-1.44%202.18l-.96-.26L5.5%204z%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.5%204l1.16%204.35l-.96.26c-.45-.87-.91-1.74-1.44-2.18C16.73%206%2016.11%206%2015.5%206H13v10.5c0%20.5%200%201%20.33%201.25c.34.25%201%20.25%201.67.25v1H9v-1c.67%200%201.33%200%201.67-.25c.33-.25.33-.75.33-1.25V6H8.5c-.61%200-1.23%200-1.76.43c-.53.44-.99%201.31-1.44%202.18l-.96-.26L5.5%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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