docs add on icon
docs-add-on-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- docs-add-on-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- docs-add-on-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More text icons from Material Symbols
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the docs add on icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.288 20.688Q16 20.4 16 19.975v-2h-2q-.425 0-.712-.288T13 16.976t.288-.712t.712-.288h2v-2q0-.425.288-.712t.712-.288t.713.288t.287.712v2h2q.425 0 .713.288t.287.712t-.288.713t-.712.287h-2v2q0 .425-.288.713t-.712.287t-.712-.288M5 18q-.425 0-.712-.288T4 17t.288-.712T5 16h6.075q-.075.525-.062 1t.087 1zm0-4q-.425 0-.712-.288T4 13t.288-.712T5 12h8.65q-.575.4-1.037.9T11.8 14zm0-4q-.425 0-.712-.288T4 9t.288-.712T5 8h13q.425 0 .713.288T19 9t-.288.713T18 10zm0-4q-.425 0-.712-.288T4 5t.288-.712T5 4h13q.425 0 .713.288T19 5t-.288.713T18 6z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDocsAddOnRounded(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="M16.288 20.688Q16 20.4 16 19.975v-2h-2q-.425 0-.712-.288T13 16.976t.288-.712t.712-.288h2v-2q0-.425.288-.712t.712-.288t.713.288t.287.712v2h2q.425 0 .713.288t.287.712t-.288.713t-.712.287h-2v2q0 .425-.288.713t-.712.287t-.712-.288M5 18q-.425 0-.712-.288T4 17t.288-.712T5 16h6.075q-.075.525-.062 1t.087 1zm0-4q-.425 0-.712-.288T4 13t.288-.712T5 12h8.65q-.575.4-1.037.9T11.8 14zm0-4q-.425 0-.712-.288T4 9t.288-.712T5 8h13q.425 0 .713.288T19 9t-.288.713T18 10zm0-4q-.425 0-.712-.288T4 5t.288-.712T5 4h13q.425 0 .713.288T19 5t-.288.713T18 6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.288 20.688Q16 20.4 16 19.975v-2h-2q-.425 0-.712-.288T13 16.976t.288-.712t.712-.288h2v-2q0-.425.288-.712t.712-.288t.713.288t.287.712v2h2q.425 0 .713.288t.287.712t-.288.713t-.712.287h-2v2q0 .425-.288.713t-.712.287t-.712-.288M5 18q-.425 0-.712-.288T4 17t.288-.712T5 16h6.075q-.075.525-.062 1t.087 1zm0-4q-.425 0-.712-.288T4 13t.288-.712T5 12h8.65q-.575.4-1.037.9T11.8 14zm0-4q-.425 0-.712-.288T4 9t.288-.712T5 8h13q.425 0 .713.288T19 9t-.288.713T18 10zm0-4q-.425 0-.712-.288T4 5t.288-.712T5 4h13q.425 0 .713.288T19 5t-.288.713T18 6z"/></svg> </template>
CSS
.icon-docs-add-on-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%22M16.288%2020.688Q16%2020.4%2016%2019.975v-2h-2q-.425%200-.712-.288T13%2016.976t.288-.712t.712-.288h2v-2q0-.425.288-.712t.712-.288t.713.288t.287.712v2h2q.425%200%20.713.288t.287.712t-.288.713t-.712.287h-2v2q0%20.425-.288.713t-.712.287t-.712-.288M5%2018q-.425%200-.712-.288T4%2017t.288-.712T5%2016h6.075q-.075.525-.062%201t.087%201zm0-4q-.425%200-.712-.288T4%2013t.288-.712T5%2012h8.65q-.575.4-1.037.9T11.8%2014zm0-4q-.425%200-.712-.288T4%209t.288-.712T5%208h13q.425%200%20.713.288T19%209t-.288.713T18%2010zm0-4q-.425%200-.712-.288T4%205t.288-.712T5%204h13q.425%200%20.713.288T19%205t-.288.713T18%206z%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%22M16.288%2020.688Q16%2020.4%2016%2019.975v-2h-2q-.425%200-.712-.288T13%2016.976t.288-.712t.712-.288h2v-2q0-.425.288-.712t.712-.288t.713.288t.287.712v2h2q.425%200%20.713.288t.287.712t-.288.713t-.712.287h-2v2q0%20.425-.288.713t-.712.287t-.712-.288M5%2018q-.425%200-.712-.288T4%2017t.288-.712T5%2016h6.075q-.075.525-.062%201t.087%201zm0-4q-.425%200-.712-.288T4%2013t.288-.712T5%2012h8.65q-.575.4-1.037.9T11.8%2014zm0-4q-.425%200-.712-.288T4%209t.288-.712T5%208h13q.425%200%20.713.288T19%209t-.288.713T18%2010zm0-4q-.425%200-.712-.288T4%205t.288-.712T5%204h13q.425%200%20.713.288T19%205t-.288.713T18%206z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/docs-add-on-rounded.svg?color=%231a73e8&size=48