insert-text-outline from Material Symbols Light by Google · Outline · Text · Apache-2.0 Free for personal and commercial use.

Name
insert-text-outline
Set
Material Symbols Light
Style
Outline
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
insert-text-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the insert text icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 16V9h-3V8h7v1h-3v7zm-9.115 5.616v-4.232H4V6.616H2.385V2.385h4.23V4h10.77V2.385h4.23v4.23H20v10.77h1.616v4.23h-4.232V20H6.616v1.616zM6.615 19h10.77v-1.616H19V6.616h-1.616V5H6.616v1.616H5v10.769h1.616zM3.386 5.616h2.23V3.385h-2.23zm15 0h2.23V3.385h-2.23zm0 15h2.23v-2.231h-2.23zm-15 0h2.23v-2.231h-2.23zm2.23-2.231"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightInsertTextOutline(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="M11.5 16V9h-3V8h7v1h-3v7zm-9.115 5.616v-4.232H4V6.616H2.385V2.385h4.23V4h10.77V2.385h4.23v4.23H20v10.77h1.616v4.23h-4.232V20H6.616v1.616zM6.615 19h10.77v-1.616H19V6.616h-1.616V5H6.616v1.616H5v10.769h1.616zM3.386 5.616h2.23V3.385h-2.23zm15 0h2.23V3.385h-2.23zm0 15h2.23v-2.231h-2.23zm-15 0h2.23v-2.231h-2.23zm2.23-2.231"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 16V9h-3V8h7v1h-3v7zm-9.115 5.616v-4.232H4V6.616H2.385V2.385h4.23V4h10.77V2.385h4.23v4.23H20v10.77h1.616v4.23h-4.232V20H6.616v1.616zM6.615 19h10.77v-1.616H19V6.616h-1.616V5H6.616v1.616H5v10.769h1.616zM3.386 5.616h2.23V3.385h-2.23zm15 0h2.23V3.385h-2.23zm0 15h2.23v-2.231h-2.23zm-15 0h2.23v-2.231h-2.23zm2.23-2.231"/></svg>
</template>

CSS

.icon-insert-text-outline {
  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%22M11.5%2016V9h-3V8h7v1h-3v7zm-9.115%205.616v-4.232H4V6.616H2.385V2.385h4.23V4h10.77V2.385h4.23v4.23H20v10.77h1.616v4.23h-4.232V20H6.616v1.616zM6.615%2019h10.77v-1.616H19V6.616h-1.616V5H6.616v1.616H5v10.769h1.616zM3.386%205.616h2.23V3.385h-2.23zm15%200h2.23V3.385h-2.23zm0%2015h2.23v-2.231h-2.23zm-15%200h2.23v-2.231h-2.23zm2.23-2.231%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%22M11.5%2016V9h-3V8h7v1h-3v7zm-9.115%205.616v-4.232H4V6.616H2.385V2.385h4.23V4h10.77V2.385h4.23v4.23H20v10.77h1.616v4.23h-4.232V20H6.616v1.616zM6.615%2019h10.77v-1.616H19V6.616h-1.616V5H6.616v1.616H5v10.769h1.616zM3.386%205.616h2.23V3.385h-2.23zm15%200h2.23V3.385h-2.23zm0%2015h2.23v-2.231h-2.23zm-15%200h2.23v-2.231h-2.23zm2.23-2.231%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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