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

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

1 other variant in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the text fields icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.11 18.82q-.187-.179-.187-.435V6.25H3.635q-.265 0-.45-.184T3 5.619t.18-.441T3.615 5h9.846q.265 0 .45.18t.185.438t-.18.444t-.435.188H9.173v12.116q0 .264-.18.449T8.556 19t-.445-.18m8.875 0q-.178-.179-.178-.436v-7.23H14.48q-.265 0-.45-.184t-.185-.447t.18-.441t.436-.178h5.904q.264 0 .449.18t.185.438t-.18.444t-.435.188h-2.346v7.23q0 .257-.18.436q-.18.18-.438.18q-.257 0-.435-.18"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTextFieldsRounded(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="M8.11 18.82q-.187-.179-.187-.435V6.25H3.635q-.265 0-.45-.184T3 5.619t.18-.441T3.615 5h9.846q.265 0 .45.18t.185.438t-.18.444t-.435.188H9.173v12.116q0 .264-.18.449T8.556 19t-.445-.18m8.875 0q-.178-.179-.178-.436v-7.23H14.48q-.265 0-.45-.184t-.185-.447t.18-.441t.436-.178h5.904q.264 0 .449.18t.185.438t-.18.444t-.435.188h-2.346v7.23q0 .257-.18.436q-.18.18-.438.18q-.257 0-.435-.18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.11 18.82q-.187-.179-.187-.435V6.25H3.635q-.265 0-.45-.184T3 5.619t.18-.441T3.615 5h9.846q.265 0 .45.18t.185.438t-.18.444t-.435.188H9.173v12.116q0 .264-.18.449T8.556 19t-.445-.18m8.875 0q-.178-.179-.178-.436v-7.23H14.48q-.265 0-.45-.184t-.185-.447t.18-.441t.436-.178h5.904q.264 0 .449.18t.185.438t-.18.444t-.435.188h-2.346v7.23q0 .257-.18.436q-.18.18-.438.18q-.257 0-.435-.18"/></svg>
</template>

CSS

.icon-text-fields-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%22M8.11%2018.82q-.187-.179-.187-.435V6.25H3.635q-.265%200-.45-.184T3%205.619t.18-.441T3.615%205h9.846q.265%200%20.45.18t.185.438t-.18.444t-.435.188H9.173v12.116q0%20.264-.18.449T8.556%2019t-.445-.18m8.875%200q-.178-.179-.178-.436v-7.23H14.48q-.265%200-.45-.184t-.185-.447t.18-.441t.436-.178h5.904q.264%200%20.449.18t.185.438t-.18.444t-.435.188h-2.346v7.23q0%20.257-.18.436q-.18.18-.438.18q-.257%200-.435-.18%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%22M8.11%2018.82q-.187-.179-.187-.435V6.25H3.635q-.265%200-.45-.184T3%205.619t.18-.441T3.615%205h9.846q.265%200%20.45.18t.185.438t-.18.444t-.435.188H9.173v12.116q0%20.264-.18.449T8.556%2019t-.445-.18m8.875%200q-.178-.179-.178-.436v-7.23H14.48q-.265%200-.45-.184t-.185-.447t.18-.441t.436-.178h5.904q.264%200%20.449.18t.185.438t-.18.444t-.435.188h-2.346v7.23q0%20.257-.18.436q-.18.18-.438.18q-.257%200-.435-.18%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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