text fields alt icon

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

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

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the text fields alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 19h18q.425 0 .713.288T22 20t-.288.713T21 21H3q-.425 0-.712-.288T2 20t.288-.712T3 19m16-2.75V3.75q0-.325.213-.537T19.75 3t.538.213t.212.537v12.5q0 .325-.213.538T19.75 17t-.537-.213T19 16.25M7.7 13.4l-1.025 2.875q-.125.35-.413.538T5.625 17q-.575 0-.913-.488t-.137-1.037l4.4-11.725Q9.1 3.4 9.4 3.2t.65-.2h.9q.375 0 .663.2t.412.55L16.45 15.5q.2.55-.137 1.025T15.4 17q-.35 0-.65-.2t-.425-.55l-.975-2.85zm.7-2h4.2l-2.05-5.8h-.1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTextFieldsAltRounded(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="M3 19h18q.425 0 .713.288T22 20t-.288.713T21 21H3q-.425 0-.712-.288T2 20t.288-.712T3 19m16-2.75V3.75q0-.325.213-.537T19.75 3t.538.213t.212.537v12.5q0 .325-.213.538T19.75 17t-.537-.213T19 16.25M7.7 13.4l-1.025 2.875q-.125.35-.413.538T5.625 17q-.575 0-.913-.488t-.137-1.037l4.4-11.725Q9.1 3.4 9.4 3.2t.65-.2h.9q.375 0 .663.2t.412.55L16.45 15.5q.2.55-.137 1.025T15.4 17q-.35 0-.65-.2t-.425-.55l-.975-2.85zm.7-2h4.2l-2.05-5.8h-.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="M3 19h18q.425 0 .713.288T22 20t-.288.713T21 21H3q-.425 0-.712-.288T2 20t.288-.712T3 19m16-2.75V3.75q0-.325.213-.537T19.75 3t.538.213t.212.537v12.5q0 .325-.213.538T19.75 17t-.537-.213T19 16.25M7.7 13.4l-1.025 2.875q-.125.35-.413.538T5.625 17q-.575 0-.913-.488t-.137-1.037l4.4-11.725Q9.1 3.4 9.4 3.2t.65-.2h.9q.375 0 .663.2t.412.55L16.45 15.5q.2.55-.137 1.025T15.4 17q-.35 0-.65-.2t-.425-.55l-.975-2.85zm.7-2h4.2l-2.05-5.8h-.1z"/></svg>
</template>

CSS

.icon-text-fields-alt-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%22M3%2019h18q.425%200%20.713.288T22%2020t-.288.713T21%2021H3q-.425%200-.712-.288T2%2020t.288-.712T3%2019m16-2.75V3.75q0-.325.213-.537T19.75%203t.538.213t.212.537v12.5q0%20.325-.213.538T19.75%2017t-.537-.213T19%2016.25M7.7%2013.4l-1.025%202.875q-.125.35-.413.538T5.625%2017q-.575%200-.913-.488t-.137-1.037l4.4-11.725Q9.1%203.4%209.4%203.2t.65-.2h.9q.375%200%20.663.2t.412.55L16.45%2015.5q.2.55-.137%201.025T15.4%2017q-.35%200-.65-.2t-.425-.55l-.975-2.85zm.7-2h4.2l-2.05-5.8h-.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%22M3%2019h18q.425%200%20.713.288T22%2020t-.288.713T21%2021H3q-.425%200-.712-.288T2%2020t.288-.712T3%2019m16-2.75V3.75q0-.325.213-.537T19.75%203t.538.213t.212.537v12.5q0%20.325-.213.538T19.75%2017t-.537-.213T19%2016.25M7.7%2013.4l-1.025%202.875q-.125.35-.413.538T5.625%2017q-.575%200-.913-.488t-.137-1.037l4.4-11.725Q9.1%203.4%209.4%203.2t.65-.2h.9q.375%200%20.663.2t.412.55L16.45%2015.5q.2.55-.137%201.025T15.4%2017q-.35%200-.65-.2t-.425-.55l-.975-2.85zm.7-2h4.2l-2.05-5.8h-.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-fields-alt-rounded.svg?color=%231a73e8&size=48