format text variant icon

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

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

1 other variant in Material Design Icons

More text / content / format icons from Material Design Icons

Use the format text variant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 3c-.82 0-1.56.5-1.86 1.27l-5.5 14C3.12 19.58 4.09 21 5.5 21h2.25c.84 0 1.58-.5 1.87-1.3l.64-1.7h3.48l.64 1.7c.29.8 1.04 1.3 1.87 1.3h2.25c1.41 0 2.38-1.42 1.86-2.73l-5.5-14C14.56 3.5 13.82 3 13 3m-2 2h2l5.5 14h-2.25l-1.13-3H8.87l-1.12 3H5.5M12 7.67L9.62 14h4.75Z"/></svg>

React

import type { SVGProps } from "react";

export function MdiFormatTextVariantOutline(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="M11 3c-.82 0-1.56.5-1.86 1.27l-5.5 14C3.12 19.58 4.09 21 5.5 21h2.25c.84 0 1.58-.5 1.87-1.3l.64-1.7h3.48l.64 1.7c.29.8 1.04 1.3 1.87 1.3h2.25c1.41 0 2.38-1.42 1.86-2.73l-5.5-14C14.56 3.5 13.82 3 13 3m-2 2h2l5.5 14h-2.25l-1.13-3H8.87l-1.12 3H5.5M12 7.67L9.62 14h4.75Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 3c-.82 0-1.56.5-1.86 1.27l-5.5 14C3.12 19.58 4.09 21 5.5 21h2.25c.84 0 1.58-.5 1.87-1.3l.64-1.7h3.48l.64 1.7c.29.8 1.04 1.3 1.87 1.3h2.25c1.41 0 2.38-1.42 1.86-2.73l-5.5-14C14.56 3.5 13.82 3 13 3m-2 2h2l5.5 14h-2.25l-1.13-3H8.87l-1.12 3H5.5M12 7.67L9.62 14h4.75Z"/></svg>
</template>

CSS

.icon-format-text-variant-outline {
  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%22M11%203c-.82%200-1.56.5-1.86%201.27l-5.5%2014C3.12%2019.58%204.09%2021%205.5%2021h2.25c.84%200%201.58-.5%201.87-1.3l.64-1.7h3.48l.64%201.7c.29.8%201.04%201.3%201.87%201.3h2.25c1.41%200%202.38-1.42%201.86-2.73l-5.5-14C14.56%203.5%2013.82%203%2013%203m-2%202h2l5.5%2014h-2.25l-1.13-3H8.87l-1.12%203H5.5M12%207.67L9.62%2014h4.75Z%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%22M11%203c-.82%200-1.56.5-1.86%201.27l-5.5%2014C3.12%2019.58%204.09%2021%205.5%2021h2.25c.84%200%201.58-.5%201.87-1.3l.64-1.7h3.48l.64%201.7c.29.8%201.04%201.3%201.87%201.3h2.25c1.41%200%202.38-1.42%201.86-2.73l-5.5-14C14.56%203.5%2013.82%203%2013%203m-2%202h2l5.5%2014h-2.25l-1.13-3H8.87l-1.12%203H5.5M12%207.67L9.62%2014h4.75Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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