round text format icon

round-text-format from Google Material Icons by Material Design Authors · Baseline · Content · Apache-2.0 Free for personal and commercial use.

Name
round-text-format
Set
Google Material Icons
Style
Baseline
Category
Content
Viewbox
24×24
License
Apache 2.0

More content icons from Google Material Icons

Use the round text format icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 18c0 .55.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1m4.5-5.2h5l.66 1.6c.15.36.5.6.89.6c.69 0 1.15-.71.88-1.34l-3.88-8.97C12.87 4.27 12.46 4 12 4s-.87.27-1.05.69l-3.88 8.97c-.27.63.2 1.34.89 1.34c.39 0 .74-.24.89-.6zM12 5.98L13.87 11h-3.74z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundTextFormat(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="M5 18c0 .55.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1m4.5-5.2h5l.66 1.6c.15.36.5.6.89.6c.69 0 1.15-.71.88-1.34l-3.88-8.97C12.87 4.27 12.46 4 12 4s-.87.27-1.05.69l-3.88 8.97c-.27.63.2 1.34.89 1.34c.39 0 .74-.24.89-.6zM12 5.98L13.87 11h-3.74z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 18c0 .55.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1m4.5-5.2h5l.66 1.6c.15.36.5.6.89.6c.69 0 1.15-.71.88-1.34l-3.88-8.97C12.87 4.27 12.46 4 12 4s-.87.27-1.05.69l-3.88 8.97c-.27.63.2 1.34.89 1.34c.39 0 .74-.24.89-.6zM12 5.98L13.87 11h-3.74z"/></svg>
</template>

CSS

.icon-round-text-format {
  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%22M5%2018c0%20.55.45%201%201%201h12c.55%200%201-.45%201-1s-.45-1-1-1H6c-.55%200-1%20.45-1%201m4.5-5.2h5l.66%201.6c.15.36.5.6.89.6c.69%200%201.15-.71.88-1.34l-3.88-8.97C12.87%204.27%2012.46%204%2012%204s-.87.27-1.05.69l-3.88%208.97c-.27.63.2%201.34.89%201.34c.39%200%20.74-.24.89-.6zM12%205.98L13.87%2011h-3.74z%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%22M5%2018c0%20.55.45%201%201%201h12c.55%200%201-.45%201-1s-.45-1-1-1H6c-.55%200-1%20.45-1%201m4.5-5.2h5l.66%201.6c.15.36.5.6.89.6c.69%200%201.15-.71.88-1.34l-3.88-8.97C12.87%204.27%2012.46%204%2012%204s-.87.27-1.05.69l-3.88%208.97c-.27.63.2%201.34.89%201.34c.39%200%20.74-.24.89-.6zM12%205.98L13.87%2011h-3.74z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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