reset image icon
reset-image-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- reset-image-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- reset-image-outline-rounded
2 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 reset image icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.27 9.77H4.807q-.348 0-.578-.23T4 8.962V5.5q0-.213.143-.357T4.5 5t.357.143T5 5.5v2.735q1-1.896 2.851-3.066T12 4q2.514 0 4.488 1.383t2.866 3.563q.085.177.016.365t-.245.274t-.378.016q-.2-.068-.286-.245q-.77-1.929-2.509-3.142T12 5Q9.979 5 8.36 6.044T5.909 8.77H8.27q.214 0 .357.143t.143.357t-.143.357t-.357.143m.039 7.731h7.538q.243 0 .354-.217t-.03-.43l-2.02-2.713q-.13-.161-.323-.161q-.192 0-.323.162l-2.292 2.898l-1.427-1.725q-.131-.143-.314-.143q-.182 0-.313.162l-1.154 1.52q-.162.213-.05.43t.354.217M5.616 21q-.672 0-1.144-.472T4 19.385v-6.27q0-.213.143-.356t.357-.143t.357.143t.143.357v6.269q0 .269.173.442t.443.173h12.769q.269 0 .442-.173t.173-.442v-6.27q0-.213.143-.356t.357-.143t.357.143t.143.357v6.269q0 .67-.472 1.143q-.472.472-1.143.472z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightResetImageRounded(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="M8.27 9.77H4.807q-.348 0-.578-.23T4 8.962V5.5q0-.213.143-.357T4.5 5t.357.143T5 5.5v2.735q1-1.896 2.851-3.066T12 4q2.514 0 4.488 1.383t2.866 3.563q.085.177.016.365t-.245.274t-.378.016q-.2-.068-.286-.245q-.77-1.929-2.509-3.142T12 5Q9.979 5 8.36 6.044T5.909 8.77H8.27q.214 0 .357.143t.143.357t-.143.357t-.357.143m.039 7.731h7.538q.243 0 .354-.217t-.03-.43l-2.02-2.713q-.13-.161-.323-.161q-.192 0-.323.162l-2.292 2.898l-1.427-1.725q-.131-.143-.314-.143q-.182 0-.313.162l-1.154 1.52q-.162.213-.05.43t.354.217M5.616 21q-.672 0-1.144-.472T4 19.385v-6.27q0-.213.143-.356t.357-.143t.357.143t.143.357v6.269q0 .269.173.442t.443.173h12.769q.269 0 .442-.173t.173-.442v-6.27q0-.213.143-.356t.357-.143t.357.143t.143.357v6.269q0 .67-.472 1.143q-.472.472-1.143.472z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.27 9.77H4.807q-.348 0-.578-.23T4 8.962V5.5q0-.213.143-.357T4.5 5t.357.143T5 5.5v2.735q1-1.896 2.851-3.066T12 4q2.514 0 4.488 1.383t2.866 3.563q.085.177.016.365t-.245.274t-.378.016q-.2-.068-.286-.245q-.77-1.929-2.509-3.142T12 5Q9.979 5 8.36 6.044T5.909 8.77H8.27q.214 0 .357.143t.143.357t-.143.357t-.357.143m.039 7.731h7.538q.243 0 .354-.217t-.03-.43l-2.02-2.713q-.13-.161-.323-.161q-.192 0-.323.162l-2.292 2.898l-1.427-1.725q-.131-.143-.314-.143q-.182 0-.313.162l-1.154 1.52q-.162.213-.05.43t.354.217M5.616 21q-.672 0-1.144-.472T4 19.385v-6.27q0-.213.143-.356t.357-.143t.357.143t.143.357v6.269q0 .269.173.442t.443.173h12.769q.269 0 .442-.173t.173-.442v-6.27q0-.213.143-.356t.357-.143t.357.143t.143.357v6.269q0 .67-.472 1.143q-.472.472-1.143.472z"/></svg> </template>
CSS
.icon-reset-image-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%22M8.27%209.77H4.807q-.348%200-.578-.23T4%208.962V5.5q0-.213.143-.357T4.5%205t.357.143T5%205.5v2.735q1-1.896%202.851-3.066T12%204q2.514%200%204.488%201.383t2.866%203.563q.085.177.016.365t-.245.274t-.378.016q-.2-.068-.286-.245q-.77-1.929-2.509-3.142T12%205Q9.979%205%208.36%206.044T5.909%208.77H8.27q.214%200%20.357.143t.143.357t-.143.357t-.357.143m.039%207.731h7.538q.243%200%20.354-.217t-.03-.43l-2.02-2.713q-.13-.161-.323-.161q-.192%200-.323.162l-2.292%202.898l-1.427-1.725q-.131-.143-.314-.143q-.182%200-.313.162l-1.154%201.52q-.162.213-.05.43t.354.217M5.616%2021q-.672%200-1.144-.472T4%2019.385v-6.27q0-.213.143-.356t.357-.143t.357.143t.143.357v6.269q0%20.269.173.442t.443.173h12.769q.269%200%20.442-.173t.173-.442v-6.27q0-.213.143-.356t.357-.143t.357.143t.143.357v6.269q0%20.67-.472%201.143q-.472.472-1.143.472z%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%22M8.27%209.77H4.807q-.348%200-.578-.23T4%208.962V5.5q0-.213.143-.357T4.5%205t.357.143T5%205.5v2.735q1-1.896%202.851-3.066T12%204q2.514%200%204.488%201.383t2.866%203.563q.085.177.016.365t-.245.274t-.378.016q-.2-.068-.286-.245q-.77-1.929-2.509-3.142T12%205Q9.979%205%208.36%206.044T5.909%208.77H8.27q.214%200%20.357.143t.143.357t-.143.357t-.357.143m.039%207.731h7.538q.243%200%20.354-.217t-.03-.43l-2.02-2.713q-.13-.161-.323-.161q-.192%200-.323.162l-2.292%202.898l-1.427-1.725q-.131-.143-.314-.143q-.182%200-.313.162l-1.154%201.52q-.162.213-.05.43t.354.217M5.616%2021q-.672%200-1.144-.472T4%2019.385v-6.27q0-.213.143-.356t.357-.143t.357.143t.143.357v6.269q0%20.269.173.442t.443.173h12.769q.269%200%20.442-.173t.173-.442v-6.27q0-.213.143-.356t.357-.143t.357.143t.143.357v6.269q0%20.67-.472%201.143q-.472.472-1.143.472z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/reset-image-rounded.svg?color=%231a73e8&size=48