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

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

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.143 18.857Q5 18.714 5 18.5v-13q0-.213.143-.357T5.5 5t.357.143T6 5.5v13q0 .214-.143.357T5.5 19t-.357-.143m13 0Q18 18.714 18 18.5v-13q0-.213.143-.357T18.5 5t.357.143T19 5.5v13q0 .214-.143.357T18.5 19t-.357-.143m-7.634-2.378l-1.913-1.913q-.242-.243-.242-.566t.242-.565l1.938-1.914q.141-.14.342-.143t.347.143q.14.14.14.345q0 .203-.14.344l-1.29 1.29h2.798q1.056 0 1.778-.722T15.23 11t-.722-1.778T12.73 8.5H8.269q-.213 0-.357-.143T7.77 8t.143-.357t.357-.143h4.462q1.458 0 2.479 1.021Q16.23 9.542 16.23 11t-1.02 2.479t-2.48 1.021H9.934l1.29 1.29q.14.14.14.342t-.14.347q-.146.165-.357.156q-.21-.01-.356-.156"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFormatTextWrapRounded(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.143 18.857Q5 18.714 5 18.5v-13q0-.213.143-.357T5.5 5t.357.143T6 5.5v13q0 .214-.143.357T5.5 19t-.357-.143m13 0Q18 18.714 18 18.5v-13q0-.213.143-.357T18.5 5t.357.143T19 5.5v13q0 .214-.143.357T18.5 19t-.357-.143m-7.634-2.378l-1.913-1.913q-.242-.243-.242-.566t.242-.565l1.938-1.914q.141-.14.342-.143t.347.143q.14.14.14.345q0 .203-.14.344l-1.29 1.29h2.798q1.056 0 1.778-.722T15.23 11t-.722-1.778T12.73 8.5H8.269q-.213 0-.357-.143T7.77 8t.143-.357t.357-.143h4.462q1.458 0 2.479 1.021Q16.23 9.542 16.23 11t-1.02 2.479t-2.48 1.021H9.934l1.29 1.29q.14.14.14.342t-.14.347q-.146.165-.357.156q-.21-.01-.356-.156"/></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.143 18.857Q5 18.714 5 18.5v-13q0-.213.143-.357T5.5 5t.357.143T6 5.5v13q0 .214-.143.357T5.5 19t-.357-.143m13 0Q18 18.714 18 18.5v-13q0-.213.143-.357T18.5 5t.357.143T19 5.5v13q0 .214-.143.357T18.5 19t-.357-.143m-7.634-2.378l-1.913-1.913q-.242-.243-.242-.566t.242-.565l1.938-1.914q.141-.14.342-.143t.347.143q.14.14.14.345q0 .203-.14.344l-1.29 1.29h2.798q1.056 0 1.778-.722T15.23 11t-.722-1.778T12.73 8.5H8.269q-.213 0-.357-.143T7.77 8t.143-.357t.357-.143h4.462q1.458 0 2.479 1.021Q16.23 9.542 16.23 11t-1.02 2.479t-2.48 1.021H9.934l1.29 1.29q.14.14.14.342t-.14.347q-.146.165-.357.156q-.21-.01-.356-.156"/></svg>
</template>

CSS

.icon-format-text-wrap-rounded {
  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.143%2018.857Q5%2018.714%205%2018.5v-13q0-.213.143-.357T5.5%205t.357.143T6%205.5v13q0%20.214-.143.357T5.5%2019t-.357-.143m13%200Q18%2018.714%2018%2018.5v-13q0-.213.143-.357T18.5%205t.357.143T19%205.5v13q0%20.214-.143.357T18.5%2019t-.357-.143m-7.634-2.378l-1.913-1.913q-.242-.243-.242-.566t.242-.565l1.938-1.914q.141-.14.342-.143t.347.143q.14.14.14.345q0%20.203-.14.344l-1.29%201.29h2.798q1.056%200%201.778-.722T15.23%2011t-.722-1.778T12.73%208.5H8.269q-.213%200-.357-.143T7.77%208t.143-.357t.357-.143h4.462q1.458%200%202.479%201.021Q16.23%209.542%2016.23%2011t-1.02%202.479t-2.48%201.021H9.934l1.29%201.29q.14.14.14.342t-.14.347q-.146.165-.357.156q-.21-.01-.356-.156%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.143%2018.857Q5%2018.714%205%2018.5v-13q0-.213.143-.357T5.5%205t.357.143T6%205.5v13q0%20.214-.143.357T5.5%2019t-.357-.143m13%200Q18%2018.714%2018%2018.5v-13q0-.213.143-.357T18.5%205t.357.143T19%205.5v13q0%20.214-.143.357T18.5%2019t-.357-.143m-7.634-2.378l-1.913-1.913q-.242-.243-.242-.566t.242-.565l1.938-1.914q.141-.14.342-.143t.347.143q.14.14.14.345q0%20.203-.14.344l-1.29%201.29h2.798q1.056%200%201.778-.722T15.23%2011t-.722-1.778T12.73%208.5H8.269q-.213%200-.357-.143T7.77%208t.143-.357t.357-.143h4.462q1.458%200%202.479%201.021Q16.23%209.542%2016.23%2011t-1.02%202.479t-2.48%201.021H9.934l1.29%201.29q.14.14.14.342t-.14.347q-.146.165-.357.156q-.21-.01-.356-.156%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-rounded.svg?color=%231a73e8&size=48