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

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

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the wrap text icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 12.5q-.425 0-.712-.288T4 11.5t.288-.712T5 10.5h12.25q1.575 0 2.663 1.088T21 14.25t-1.088 2.663T17.25 18h-2.4l.55.55q.3.3.288.7t-.288.7q-.3.3-.712.313t-.713-.288L11.7 17.7q-.15-.15-.212-.325T11.425 17t.063-.375t.212-.325l2.275-2.275q.3-.3.713-.3t.712.3q.275.3.288.713t-.288.712l-.55.55h2.4q.725 0 1.238-.513T19 14.25t-.513-1.237t-1.237-.513zM5 18q-.425 0-.712-.288T4 17t.288-.712T5 16h3q.425 0 .713.288T9 17t-.288.713T8 18zM5 7q-.425 0-.712-.288T4 6t.288-.712T5 5h14q.425 0 .713.288T20 6t-.288.713T19 7z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWrapTextRounded(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 12.5q-.425 0-.712-.288T4 11.5t.288-.712T5 10.5h12.25q1.575 0 2.663 1.088T21 14.25t-1.088 2.663T17.25 18h-2.4l.55.55q.3.3.288.7t-.288.7q-.3.3-.712.313t-.713-.288L11.7 17.7q-.15-.15-.212-.325T11.425 17t.063-.375t.212-.325l2.275-2.275q.3-.3.713-.3t.712.3q.275.3.288.713t-.288.712l-.55.55h2.4q.725 0 1.238-.513T19 14.25t-.513-1.237t-1.237-.513zM5 18q-.425 0-.712-.288T4 17t.288-.712T5 16h3q.425 0 .713.288T9 17t-.288.713T8 18zM5 7q-.425 0-.712-.288T4 6t.288-.712T5 5h14q.425 0 .713.288T20 6t-.288.713T19 7z"/></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 12.5q-.425 0-.712-.288T4 11.5t.288-.712T5 10.5h12.25q1.575 0 2.663 1.088T21 14.25t-1.088 2.663T17.25 18h-2.4l.55.55q.3.3.288.7t-.288.7q-.3.3-.712.313t-.713-.288L11.7 17.7q-.15-.15-.212-.325T11.425 17t.063-.375t.212-.325l2.275-2.275q.3-.3.713-.3t.712.3q.275.3.288.713t-.288.712l-.55.55h2.4q.725 0 1.238-.513T19 14.25t-.513-1.237t-1.237-.513zM5 18q-.425 0-.712-.288T4 17t.288-.712T5 16h3q.425 0 .713.288T9 17t-.288.713T8 18zM5 7q-.425 0-.712-.288T4 6t.288-.712T5 5h14q.425 0 .713.288T20 6t-.288.713T19 7z"/></svg>
</template>

CSS

.icon-wrap-text-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%2012.5q-.425%200-.712-.288T4%2011.5t.288-.712T5%2010.5h12.25q1.575%200%202.663%201.088T21%2014.25t-1.088%202.663T17.25%2018h-2.4l.55.55q.3.3.288.7t-.288.7q-.3.3-.712.313t-.713-.288L11.7%2017.7q-.15-.15-.212-.325T11.425%2017t.063-.375t.212-.325l2.275-2.275q.3-.3.713-.3t.712.3q.275.3.288.713t-.288.712l-.55.55h2.4q.725%200%201.238-.513T19%2014.25t-.513-1.237t-1.237-.513zM5%2018q-.425%200-.712-.288T4%2017t.288-.712T5%2016h3q.425%200%20.713.288T9%2017t-.288.713T8%2018zM5%207q-.425%200-.712-.288T4%206t.288-.712T5%205h14q.425%200%20.713.288T20%206t-.288.713T19%207z%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%2012.5q-.425%200-.712-.288T4%2011.5t.288-.712T5%2010.5h12.25q1.575%200%202.663%201.088T21%2014.25t-1.088%202.663T17.25%2018h-2.4l.55.55q.3.3.288.7t-.288.7q-.3.3-.712.313t-.713-.288L11.7%2017.7q-.15-.15-.212-.325T11.425%2017t.063-.375t.212-.325l2.275-2.275q.3-.3.713-.3t.712.3q.275.3.288.713t-.288.712l-.55.55h2.4q.725%200%201.238-.513T19%2014.25t-.513-1.237t-1.237-.513zM5%2018q-.425%200-.712-.288T4%2017t.288-.712T5%2016h3q.425%200%20.713.288T9%2017t-.288.713T8%2018zM5%207q-.425%200-.712-.288T4%206t.288-.712T5%205h14q.425%200%20.713.288T20%206t-.288.713T19%207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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