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

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

1 other variant in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

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.5 12.25q-.213 0-.356-.144T5 11.749t.144-.356t.356-.143h11.423q1.293 0 2.185.915q.892.914.892 2.2t-.892 2.211t-2.185.924h-3.304l1.3 1.358q.147.165.14.362q-.006.198-.14.346q-.165.165-.366.168q-.201.002-.347-.163l-1.967-2.006q-.112-.13-.165-.27q-.053-.139-.053-.298t.063-.295t.174-.267l1.948-1.987q.146-.165.347-.165t.37.165q.156.166.149.357q-.006.191-.153.357l-1.3 1.338h3.304q.879 0 1.478-.624T19 14.369t-.599-1.5t-1.478-.619zm0 5.25q-.213 0-.356-.144T5 16.999t.144-.356t.356-.143h2.808q.212 0 .356.144t.144.357t-.144.356t-.356.143zM5.5 7q-.213 0-.356-.144T5 6.499t.144-.356T5.5 6h13.058q.212 0 .356.144t.144.357t-.144.356t-.356.143z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWrapTextRounded(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.5 12.25q-.213 0-.356-.144T5 11.749t.144-.356t.356-.143h11.423q1.293 0 2.185.915q.892.914.892 2.2t-.892 2.211t-2.185.924h-3.304l1.3 1.358q.147.165.14.362q-.006.198-.14.346q-.165.165-.366.168q-.201.002-.347-.163l-1.967-2.006q-.112-.13-.165-.27q-.053-.139-.053-.298t.063-.295t.174-.267l1.948-1.987q.146-.165.347-.165t.37.165q.156.166.149.357q-.006.191-.153.357l-1.3 1.338h3.304q.879 0 1.478-.624T19 14.369t-.599-1.5t-1.478-.619zm0 5.25q-.213 0-.356-.144T5 16.999t.144-.356t.356-.143h2.808q.212 0 .356.144t.144.357t-.144.356t-.356.143zM5.5 7q-.213 0-.356-.144T5 6.499t.144-.356T5.5 6h13.058q.212 0 .356.144t.144.357t-.144.356t-.356.143z"/></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.5 12.25q-.213 0-.356-.144T5 11.749t.144-.356t.356-.143h11.423q1.293 0 2.185.915q.892.914.892 2.2t-.892 2.211t-2.185.924h-3.304l1.3 1.358q.147.165.14.362q-.006.198-.14.346q-.165.165-.366.168q-.201.002-.347-.163l-1.967-2.006q-.112-.13-.165-.27q-.053-.139-.053-.298t.063-.295t.174-.267l1.948-1.987q.146-.165.347-.165t.37.165q.156.166.149.357q-.006.191-.153.357l-1.3 1.338h3.304q.879 0 1.478-.624T19 14.369t-.599-1.5t-1.478-.619zm0 5.25q-.213 0-.356-.144T5 16.999t.144-.356t.356-.143h2.808q.212 0 .356.144t.144.357t-.144.356t-.356.143zM5.5 7q-.213 0-.356-.144T5 6.499t.144-.356T5.5 6h13.058q.212 0 .356.144t.144.357t-.144.356t-.356.143z"/></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.5%2012.25q-.213%200-.356-.144T5%2011.749t.144-.356t.356-.143h11.423q1.293%200%202.185.915q.892.914.892%202.2t-.892%202.211t-2.185.924h-3.304l1.3%201.358q.147.165.14.362q-.006.198-.14.346q-.165.165-.366.168q-.201.002-.347-.163l-1.967-2.006q-.112-.13-.165-.27q-.053-.139-.053-.298t.063-.295t.174-.267l1.948-1.987q.146-.165.347-.165t.37.165q.156.166.149.357q-.006.191-.153.357l-1.3%201.338h3.304q.879%200%201.478-.624T19%2014.369t-.599-1.5t-1.478-.619zm0%205.25q-.213%200-.356-.144T5%2016.999t.144-.356t.356-.143h2.808q.212%200%20.356.144t.144.357t-.144.356t-.356.143zM5.5%207q-.213%200-.356-.144T5%206.499t.144-.356T5.5%206h13.058q.212%200%20.356.144t.144.357t-.144.356t-.356.143z%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.5%2012.25q-.213%200-.356-.144T5%2011.749t.144-.356t.356-.143h11.423q1.293%200%202.185.915q.892.914.892%202.2t-.892%202.211t-2.185.924h-3.304l1.3%201.358q.147.165.14.362q-.006.198-.14.346q-.165.165-.366.168q-.201.002-.347-.163l-1.967-2.006q-.112-.13-.165-.27q-.053-.139-.053-.298t.063-.295t.174-.267l1.948-1.987q.146-.165.347-.165t.37.165q.156.166.149.357q-.006.191-.153.357l-1.3%201.338h3.304q.879%200%201.478-.624T19%2014.369t-.599-1.5t-1.478-.619zm0%205.25q-.213%200-.356-.144T5%2016.999t.144-.356t.356-.143h2.808q.212%200%20.356.144t.144.357t-.144.356t-.356.143zM5.5%207q-.213%200-.356-.144T5%206.499t.144-.356T5.5%206h13.058q.212%200%20.356.144t.144.357t-.144.356t-.356.143z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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