format-text-wrap from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
format-text-wrap
Set
Material Symbols Light
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
format-text-wrap-outline, format-text-wrap-outline-sharp, format-text-wrap-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the format text wrap icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 19V5h1v14zm13 0V5h1v14zm-7.13-2.161L8.03 14l2.84-2.814l.688.689L9.933 13.5h2.798q1.056 0 1.778-.722T15.23 11t-.722-1.778T12.73 8.5H7.769v-1h4.962q1.458 0 2.479 1.021Q16.23 9.542 16.23 11t-1.02 2.479t-2.48 1.021H9.934l1.625 1.625z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFormatTextWrap(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 19V5h1v14zm13 0V5h1v14zm-7.13-2.161L8.03 14l2.84-2.814l.688.689L9.933 13.5h2.798q1.056 0 1.778-.722T15.23 11t-.722-1.778T12.73 8.5H7.769v-1h4.962q1.458 0 2.479 1.021Q16.23 9.542 16.23 11t-1.02 2.479t-2.48 1.021H9.934l1.625 1.625z"/></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 19V5h1v14zm13 0V5h1v14zm-7.13-2.161L8.03 14l2.84-2.814l.688.689L9.933 13.5h2.798q1.056 0 1.778-.722T15.23 11t-.722-1.778T12.73 8.5H7.769v-1h4.962q1.458 0 2.479 1.021Q16.23 9.542 16.23 11t-1.02 2.479t-2.48 1.021H9.934l1.625 1.625z"/></svg>
</template>

CSS

.icon-format-text-wrap {
  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%2019V5h1v14zm13%200V5h1v14zm-7.13-2.161L8.03%2014l2.84-2.814l.688.689L9.933%2013.5h2.798q1.056%200%201.778-.722T15.23%2011t-.722-1.778T12.73%208.5H7.769v-1h4.962q1.458%200%202.479%201.021Q16.23%209.542%2016.23%2011t-1.02%202.479t-2.48%201.021H9.934l1.625%201.625z%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%2019V5h1v14zm13%200V5h1v14zm-7.13-2.161L8.03%2014l2.84-2.814l.688.689L9.933%2013.5h2.798q1.056%200%201.778-.722T15.23%2011t-.722-1.778T12.73%208.5H7.769v-1h4.962q1.458%200%202.479%201.021Q16.23%209.542%2016.23%2011t-1.02%202.479t-2.48%201.021H9.934l1.625%201.625z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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