edit document icon
edit-document-outline-rounded from Material Symbols Light by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- edit-document-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
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 edit document icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.654 20.192V19.12q0-.161.056-.3q.055-.14.186-.271l5.09-5.065q.148-.13.308-.19q.16-.062.32-.062q.165 0 .334.064q.17.065.298.194l.925.944q.123.148.188.308q.064.159.064.319t-.061.322t-.19.31l-5.066 5.066q-.131.13-.27.186q-.14.056-.302.056h-1.073q-.348 0-.577-.23q-.23-.23-.23-.578m6.884-5.132l-.925-.945zm-6 5.056h.95l3.468-3.474l-.925-.963l-3.493 3.487zM6.616 21q-.691 0-1.153-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3h7.213q.323 0 .628.13t.522.349L18.52 7.02q.217.218.348.522t.131.628v1.675q0 .214-.143.357q-.144.143-.357.143t-.357-.143T18 9.846V8h-3.192q-.349 0-.578-.23T14 7.192V4H6.616q-.231 0-.424.192T6 4.615v14.77q0 .23.192.423t.423.192h4.154q.214 0 .357.143t.143.357t-.143.357t-.357.143zM6 20V4zm12.506-3.852l-.475-.47l.925.964z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEditDocumentOutlineRounded(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.654 20.192V19.12q0-.161.056-.3q.055-.14.186-.271l5.09-5.065q.148-.13.308-.19q.16-.062.32-.062q.165 0 .334.064q.17.065.298.194l.925.944q.123.148.188.308q.064.159.064.319t-.061.322t-.19.31l-5.066 5.066q-.131.13-.27.186q-.14.056-.302.056h-1.073q-.348 0-.577-.23q-.23-.23-.23-.578m6.884-5.132l-.925-.945zm-6 5.056h.95l3.468-3.474l-.925-.963l-3.493 3.487zM6.616 21q-.691 0-1.153-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3h7.213q.323 0 .628.13t.522.349L18.52 7.02q.217.218.348.522t.131.628v1.675q0 .214-.143.357q-.144.143-.357.143t-.357-.143T18 9.846V8h-3.192q-.349 0-.578-.23T14 7.192V4H6.616q-.231 0-.424.192T6 4.615v14.77q0 .23.192.423t.423.192h4.154q.214 0 .357.143t.143.357t-.143.357t-.357.143zM6 20V4zm12.506-3.852l-.475-.47l.925.964z"/></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.654 20.192V19.12q0-.161.056-.3q.055-.14.186-.271l5.09-5.065q.148-.13.308-.19q.16-.062.32-.062q.165 0 .334.064q.17.065.298.194l.925.944q.123.148.188.308q.064.159.064.319t-.061.322t-.19.31l-5.066 5.066q-.131.13-.27.186q-.14.056-.302.056h-1.073q-.348 0-.577-.23q-.23-.23-.23-.578m6.884-5.132l-.925-.945zm-6 5.056h.95l3.468-3.474l-.925-.963l-3.493 3.487zM6.616 21q-.691 0-1.153-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3h7.213q.323 0 .628.13t.522.349L18.52 7.02q.217.218.348.522t.131.628v1.675q0 .214-.143.357q-.144.143-.357.143t-.357-.143T18 9.846V8h-3.192q-.349 0-.578-.23T14 7.192V4H6.616q-.231 0-.424.192T6 4.615v14.77q0 .23.192.423t.423.192h4.154q.214 0 .357.143t.143.357t-.143.357t-.357.143zM6 20V4zm12.506-3.852l-.475-.47l.925.964z"/></svg> </template>
CSS
.icon-edit-document-outline-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%22M13.654%2020.192V19.12q0-.161.056-.3q.055-.14.186-.271l5.09-5.065q.148-.13.308-.19q.16-.062.32-.062q.165%200%20.334.064q.17.065.298.194l.925.944q.123.148.188.308q.064.159.064.319t-.061.322t-.19.31l-5.066%205.066q-.131.13-.27.186q-.14.056-.302.056h-1.073q-.348%200-.577-.23q-.23-.23-.23-.578m6.884-5.132l-.925-.945zm-6%205.056h.95l3.468-3.474l-.925-.963l-3.493%203.487zM6.616%2021q-.691%200-1.153-.462T5%2019.385V4.615q0-.69.463-1.152T6.616%203h7.213q.323%200%20.628.13t.522.349L18.52%207.02q.217.218.348.522t.131.628v1.675q0%20.214-.143.357q-.144.143-.357.143t-.357-.143T18%209.846V8h-3.192q-.349%200-.578-.23T14%207.192V4H6.616q-.231%200-.424.192T6%204.615v14.77q0%20.23.192.423t.423.192h4.154q.214%200%20.357.143t.143.357t-.143.357t-.357.143zM6%2020V4zm12.506-3.852l-.475-.47l.925.964z%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.654%2020.192V19.12q0-.161.056-.3q.055-.14.186-.271l5.09-5.065q.148-.13.308-.19q.16-.062.32-.062q.165%200%20.334.064q.17.065.298.194l.925.944q.123.148.188.308q.064.159.064.319t-.061.322t-.19.31l-5.066%205.066q-.131.13-.27.186q-.14.056-.302.056h-1.073q-.348%200-.577-.23q-.23-.23-.23-.578m6.884-5.132l-.925-.945zm-6%205.056h.95l3.468-3.474l-.925-.963l-3.493%203.487zM6.616%2021q-.691%200-1.153-.462T5%2019.385V4.615q0-.69.463-1.152T6.616%203h7.213q.323%200%20.628.13t.522.349L18.52%207.02q.217.218.348.522t.131.628v1.675q0%20.214-.143.357q-.144.143-.357.143t-.357-.143T18%209.846V8h-3.192q-.349%200-.578-.23T14%207.192V4H6.616q-.231%200-.424.192T6%204.615v14.77q0%20.23.192.423t.423.192h4.154q.214%200%20.357.143t.143.357t-.143.357t-.357.143zM6%2020V4zm12.506-3.852l-.475-.47l.925.964z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/edit-document-outline-rounded.svg?color=%231a73e8&size=48