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

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

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the text up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19q-.425 0-.712-.288T11 18t.288-.712T12 17h8q.425 0 .713.288T21 18t-.288.713T20 19zm3.288-4.288Q15 14.425 15 14V8.8l-.9.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l2.6-2.6q.3-.3.7-.3t.7.3l2.6 2.6q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-.9-.9V14q0 .425-.287.713T16 15t-.712-.288M4.075 15q-.4 0-.612-.325t-.088-.7l2.85-7.5q.075-.225.275-.35T6.925 6h.55q.225 0 .425.125t.275.35l2.85 7.575q.125.35-.075.65t-.575.3q-.225 0-.425-.137t-.275-.363l-.625-1.8H5.4l-.625 1.825q-.075.225-.275.35T4.075 15m1.775-3.6h2.7l-1.3-3.75h-.1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTextUpRounded(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="M12 19q-.425 0-.712-.288T11 18t.288-.712T12 17h8q.425 0 .713.288T21 18t-.288.713T20 19zm3.288-4.288Q15 14.425 15 14V8.8l-.9.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l2.6-2.6q.3-.3.7-.3t.7.3l2.6 2.6q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-.9-.9V14q0 .425-.287.713T16 15t-.712-.288M4.075 15q-.4 0-.612-.325t-.088-.7l2.85-7.5q.075-.225.275-.35T6.925 6h.55q.225 0 .425.125t.275.35l2.85 7.575q.125.35-.075.65t-.575.3q-.225 0-.425-.137t-.275-.363l-.625-1.8H5.4l-.625 1.825q-.075.225-.275.35T4.075 15m1.775-3.6h2.7l-1.3-3.75h-.1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19q-.425 0-.712-.288T11 18t.288-.712T12 17h8q.425 0 .713.288T21 18t-.288.713T20 19zm3.288-4.288Q15 14.425 15 14V8.8l-.9.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l2.6-2.6q.3-.3.7-.3t.7.3l2.6 2.6q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-.9-.9V14q0 .425-.287.713T16 15t-.712-.288M4.075 15q-.4 0-.612-.325t-.088-.7l2.85-7.5q.075-.225.275-.35T6.925 6h.55q.225 0 .425.125t.275.35l2.85 7.575q.125.35-.075.65t-.575.3q-.225 0-.425-.137t-.275-.363l-.625-1.8H5.4l-.625 1.825q-.075.225-.275.35T4.075 15m1.775-3.6h2.7l-1.3-3.75h-.1z"/></svg>
</template>

CSS

.icon-text-up-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%22M12%2019q-.425%200-.712-.288T11%2018t.288-.712T12%2017h8q.425%200%20.713.288T21%2018t-.288.713T20%2019zm3.288-4.288Q15%2014.425%2015%2014V8.8l-.9.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l2.6-2.6q.3-.3.7-.3t.7.3l2.6%202.6q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-.9-.9V14q0%20.425-.287.713T16%2015t-.712-.288M4.075%2015q-.4%200-.612-.325t-.088-.7l2.85-7.5q.075-.225.275-.35T6.925%206h.55q.225%200%20.425.125t.275.35l2.85%207.575q.125.35-.075.65t-.575.3q-.225%200-.425-.137t-.275-.363l-.625-1.8H5.4l-.625%201.825q-.075.225-.275.35T4.075%2015m1.775-3.6h2.7l-1.3-3.75h-.1z%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%22M12%2019q-.425%200-.712-.288T11%2018t.288-.712T12%2017h8q.425%200%20.713.288T21%2018t-.288.713T20%2019zm3.288-4.288Q15%2014.425%2015%2014V8.8l-.9.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l2.6-2.6q.3-.3.7-.3t.7.3l2.6%202.6q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-.9-.9V14q0%20.425-.287.713T16%2015t-.712-.288M4.075%2015q-.4%200-.612-.325t-.088-.7l2.85-7.5q.075-.225.275-.35T6.925%206h.55q.225%200%20.425.125t.275.35l2.85%207.575q.125.35-.075.65t-.575.3q-.225%200-.425-.137t-.275-.363l-.625-1.8H5.4l-.625%201.825q-.075.225-.275.35T4.075%2015m1.775-3.6h2.7l-1.3-3.75h-.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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