text annotation toggle icon
text-annotation-toggle from Carbon by IBM · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- text-annotation-toggle
- Set
- Carbon
- Style
- Outline
- Viewbox
- 32×32
- License
- Apache 2.0
Related icons in Carbon
text-align-centertext-align-justifytext-align-lefttext-align-mixedtext-align-righttext-all-capstext-boldtext-clear-formattext-colortext-creationtext-filltext-fonttext-footnotetext-highlighttext-indenttext-indent-lesstext-indent-moretext-italictext-kerningtext-leadingtext-line-spacingtext-linktext-link-analysistext-long-paragraph
Use the text annotation toggle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M29.537 13.76l-3.297-3.297a1.586 1.586 0 0 0-2.24 0L10 24.467V30h5.533l14.004-14a1.586 1.586 0 0 0 0-2.24zM14.704 28H12v-2.704l9.44-9.441l2.705 2.704zM25.56 17.145l-2.704-2.704l2.267-2.267l2.704 2.704z" fill="currentColor"/><path d="M11 17h2v-7h3V8H8v2h3v7z" fill="currentColor"/><path d="M8 20H4V4h16v4h2V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h4z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function CarbonTextAnnotationToggle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M29.537 13.76l-3.297-3.297a1.586 1.586 0 0 0-2.24 0L10 24.467V30h5.533l14.004-14a1.586 1.586 0 0 0 0-2.24zM14.704 28H12v-2.704l9.44-9.441l2.705 2.704zM25.56 17.145l-2.704-2.704l2.267-2.267l2.704 2.704z" fill="currentColor"/><path d="M11 17h2v-7h3V8H8v2h3v7z" fill="currentColor"/><path d="M8 20H4V4h16v4h2V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h4z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M29.537 13.76l-3.297-3.297a1.586 1.586 0 0 0-2.24 0L10 24.467V30h5.533l14.004-14a1.586 1.586 0 0 0 0-2.24zM14.704 28H12v-2.704l9.44-9.441l2.705 2.704zM25.56 17.145l-2.704-2.704l2.267-2.267l2.704 2.704z" fill="currentColor"/><path d="M11 17h2v-7h3V8H8v2h3v7z" fill="currentColor"/><path d="M8 20H4V4h16v4h2V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h4z" fill="currentColor"/></svg> </template>
CSS
.icon-text-annotation-toggle {
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%2032%2032%22%3E%3Cpath%20d%3D%22M29.537%2013.76l-3.297-3.297a1.586%201.586%200%200%200-2.24%200L10%2024.467V30h5.533l14.004-14a1.586%201.586%200%200%200%200-2.24zM14.704%2028H12v-2.704l9.44-9.441l2.705%202.704zM25.56%2017.145l-2.704-2.704l2.267-2.267l2.704%202.704z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M11%2017h2v-7h3V8H8v2h3v7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M8%2020H4V4h16v4h2V4a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202h4z%22%20fill%3D%22currentColor%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%2032%2032%22%3E%3Cpath%20d%3D%22M29.537%2013.76l-3.297-3.297a1.586%201.586%200%200%200-2.24%200L10%2024.467V30h5.533l14.004-14a1.586%201.586%200%200%200%200-2.24zM14.704%2028H12v-2.704l9.44-9.441l2.705%202.704zM25.56%2017.145l-2.704-2.704l2.267-2.267l2.704%202.704z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M11%2017h2v-7h3V8H8v2h3v7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M8%2020H4V4h16v4h2V4a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202h4z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/text-annotation-toggle.svg?color=%231a73e8&size=48