form textarea icon
form-textarea from Material Design Icons by Pictogrammers · Filled · Form · Apache-2.0 Free for personal and commercial use.
- Name
- form-textarea
- Set
- Material Design Icons
- Style
- Filled
- Category
- Form
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- textarea
More form icons from Material Design Icons
button-cursorbutton-pointercardcheckcheck-circlecheckbox-blankcheckbox-blank-badgecheckbox-blank-circlecheckbox-blank-offcheckbox-intermediatecheckbox-intermediate-variantcheckbox-markedcheckbox-marked-circlecheckbox-marked-circle-auto-outlinecheckbox-marked-circle-minus-outlinecheckbox-marked-circle-plus-outlinecheckbox-multiple-blankcheckbox-multiple-blank-circlecheckbox-multiple-markedcheckbox-multiple-marked-circlecheckbox-multiple-outlinecheckbox-outlinecloseclose-box
Use the form textarea icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 9H4v14H2V7h11m10 2V7h-6V5a1 1 0 0 1 1-1h2V2h-2.5C17 2 16 2.45 16 3c0-.55-.95-1-1.5-1H12v2h2a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-2v2h2.5c.55 0 1.5-.45 1.5-1c0 .55.95 1 1.5 1H20v-2h-2a1 1 0 0 1-1-1V9Z"/></svg>
React
import type { SVGProps } from "react";
export function MdiFormTextarea(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="M13 9H4v14H2V7h11m10 2V7h-6V5a1 1 0 0 1 1-1h2V2h-2.5C17 2 16 2.45 16 3c0-.55-.95-1-1.5-1H12v2h2a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-2v2h2.5c.55 0 1.5-.45 1.5-1c0 .55.95 1 1.5 1H20v-2h-2a1 1 0 0 1-1-1V9Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 9H4v14H2V7h11m10 2V7h-6V5a1 1 0 0 1 1-1h2V2h-2.5C17 2 16 2.45 16 3c0-.55-.95-1-1.5-1H12v2h2a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-2v2h2.5c.55 0 1.5-.45 1.5-1c0 .55.95 1 1.5 1H20v-2h-2a1 1 0 0 1-1-1V9Z"/></svg> </template>
CSS
.icon-form-textarea {
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%22M13%209H4v14H2V7h11m10%202V7h-6V5a1%201%200%200%201%201-1h2V2h-2.5C17%202%2016%202.45%2016%203c0-.55-.95-1-1.5-1H12v2h2a1%201%200%200%201%201%201v14a1%201%200%200%201-1%201h-2v2h2.5c.55%200%201.5-.45%201.5-1c0%20.55.95%201%201.5%201H20v-2h-2a1%201%200%200%201-1-1V9Z%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%22M13%209H4v14H2V7h11m10%202V7h-6V5a1%201%200%200%201%201-1h2V2h-2.5C17%202%2016%202.45%2016%203c0-.55-.95-1-1.5-1H12v2h2a1%201%200%200%201%201%201v14a1%201%200%200%201-1%201h-2v2h2.5c.55%200%201.5-.45%201.5-1c0%20.55.95%201%201.5%201H20v-2h-2a1%201%200%200%201-1-1V9Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/form-textarea.svg?color=%231a73e8&size=48