edit note icon
edit-note-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- edit-note-rounded
- Set
- Material Symbols Light
- Style
- 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 note icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.5 14q-.213 0-.356-.144T5 13.499t.144-.356T5.5 13h6q.213 0 .356.144t.144.357t-.144.356T11.5 14zm0-4q-.213 0-.356-.144T5 9.499t.144-.356T5.5 9h10q.213 0 .356.144t.144.357t-.144.356T15.5 10zm0-4q-.213 0-.356-.144T5 5.499t.144-.356T5.5 5h10q.213 0 .356.144t.144.357t-.144.356T15.5 6zm7.73 12.192V17.12q0-.153.057-.296q.055-.144.186-.275l5.09-5.065q.149-.13.306-.19t.315-.062q.172 0 .338.064q.166.065.301.194l.925.944q.123.148.188.308q.064.159.064.319t-.052.322t-.2.31l-5.065 5.066q-.131.13-.275.186q-.143.056-.297.056h-1.073q-.343 0-.575-.232t-.232-.576m5.96-4.177l.925-.956l-.925-.944l-.95.95zm-5.075 4.1h.95l3.467-3.473l-.47-.475l-.455-.488l-3.492 3.486zm0 0v-.95l3.492-3.486l.925.963l-3.467 3.473z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEditNoteRounded(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="M5.5 14q-.213 0-.356-.144T5 13.499t.144-.356T5.5 13h6q.213 0 .356.144t.144.357t-.144.356T11.5 14zm0-4q-.213 0-.356-.144T5 9.499t.144-.356T5.5 9h10q.213 0 .356.144t.144.357t-.144.356T15.5 10zm0-4q-.213 0-.356-.144T5 5.499t.144-.356T5.5 5h10q.213 0 .356.144t.144.357t-.144.356T15.5 6zm7.73 12.192V17.12q0-.153.057-.296q.055-.144.186-.275l5.09-5.065q.149-.13.306-.19t.315-.062q.172 0 .338.064q.166.065.301.194l.925.944q.123.148.188.308q.064.159.064.319t-.052.322t-.2.31l-5.065 5.066q-.131.13-.275.186q-.143.056-.297.056h-1.073q-.343 0-.575-.232t-.232-.576m5.96-4.177l.925-.956l-.925-.944l-.95.95zm-5.075 4.1h.95l3.467-3.473l-.47-.475l-.455-.488l-3.492 3.486zm0 0v-.95l3.492-3.486l.925.963l-3.467 3.473z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.5 14q-.213 0-.356-.144T5 13.499t.144-.356T5.5 13h6q.213 0 .356.144t.144.357t-.144.356T11.5 14zm0-4q-.213 0-.356-.144T5 9.499t.144-.356T5.5 9h10q.213 0 .356.144t.144.357t-.144.356T15.5 10zm0-4q-.213 0-.356-.144T5 5.499t.144-.356T5.5 5h10q.213 0 .356.144t.144.357t-.144.356T15.5 6zm7.73 12.192V17.12q0-.153.057-.296q.055-.144.186-.275l5.09-5.065q.149-.13.306-.19t.315-.062q.172 0 .338.064q.166.065.301.194l.925.944q.123.148.188.308q.064.159.064.319t-.052.322t-.2.31l-5.065 5.066q-.131.13-.275.186q-.143.056-.297.056h-1.073q-.343 0-.575-.232t-.232-.576m5.96-4.177l.925-.956l-.925-.944l-.95.95zm-5.075 4.1h.95l3.467-3.473l-.47-.475l-.455-.488l-3.492 3.486zm0 0v-.95l3.492-3.486l.925.963l-3.467 3.473z"/></svg> </template>
CSS
.icon-edit-note-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%22M5.5%2014q-.213%200-.356-.144T5%2013.499t.144-.356T5.5%2013h6q.213%200%20.356.144t.144.357t-.144.356T11.5%2014zm0-4q-.213%200-.356-.144T5%209.499t.144-.356T5.5%209h10q.213%200%20.356.144t.144.357t-.144.356T15.5%2010zm0-4q-.213%200-.356-.144T5%205.499t.144-.356T5.5%205h10q.213%200%20.356.144t.144.357t-.144.356T15.5%206zm7.73%2012.192V17.12q0-.153.057-.296q.055-.144.186-.275l5.09-5.065q.149-.13.306-.19t.315-.062q.172%200%20.338.064q.166.065.301.194l.925.944q.123.148.188.308q.064.159.064.319t-.052.322t-.2.31l-5.065%205.066q-.131.13-.275.186q-.143.056-.297.056h-1.073q-.343%200-.575-.232t-.232-.576m5.96-4.177l.925-.956l-.925-.944l-.95.95zm-5.075%204.1h.95l3.467-3.473l-.47-.475l-.455-.488l-3.492%203.486zm0%200v-.95l3.492-3.486l.925.963l-3.467%203.473z%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%22M5.5%2014q-.213%200-.356-.144T5%2013.499t.144-.356T5.5%2013h6q.213%200%20.356.144t.144.357t-.144.356T11.5%2014zm0-4q-.213%200-.356-.144T5%209.499t.144-.356T5.5%209h10q.213%200%20.356.144t.144.357t-.144.356T15.5%2010zm0-4q-.213%200-.356-.144T5%205.499t.144-.356T5.5%205h10q.213%200%20.356.144t.144.357t-.144.356T15.5%206zm7.73%2012.192V17.12q0-.153.057-.296q.055-.144.186-.275l5.09-5.065q.149-.13.306-.19t.315-.062q.172%200%20.338.064q.166.065.301.194l.925.944q.123.148.188.308q.064.159.064.319t-.052.322t-.2.31l-5.065%205.066q-.131.13-.275.186q-.143.056-.297.056h-1.073q-.343%200-.575-.232t-.232-.576m5.96-4.177l.925-.956l-.925-.944l-.95.95zm-5.075%204.1h.95l3.467-3.473l-.47-.475l-.455-.488l-3.492%203.486zm0%200v-.95l3.492-3.486l.925.963l-3.467%203.473z%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-note-rounded.svg?color=%231a73e8&size=48