reset image icon
reset-image-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- reset-image-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- reset-image-outline-rounded
2 other variants 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 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 9H4q-.425 0-.712-.288T3 8V4q0-.425.288-.712T4 3t.713.288T5 4v2.35Q6.25 4.8 8.063 3.9T12 3q2.475 0 4.488 1.2T19.7 7.35q.2.35.113.75t-.438.6t-.763.113T18 8.375q-.925-1.525-2.5-2.45T12 5q-1.425 0-2.687.525T7.1 7H8q.425 0 .713.288T9 8t-.288.713T8 9m-1 9h10q.3 0 .45-.275t-.05-.525l-2.75-3.675q-.15-.2-.4-.2t-.4.2L11.25 17L9.4 14.525q-.15-.2-.4-.2t-.4.2l-2 2.675q-.2.25-.05.525T7 18m-2 4q-.825 0-1.412-.588T3 20v-7q0-.425.288-.712T4 12t.713.288T5 13v7h14v-7q0-.425.288-.712T20 12t.713.288T21 13v7q0 .825-.587 1.413T19 22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsResetImageRounded(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 9H4q-.425 0-.712-.288T3 8V4q0-.425.288-.712T4 3t.713.288T5 4v2.35Q6.25 4.8 8.063 3.9T12 3q2.475 0 4.488 1.2T19.7 7.35q.2.35.113.75t-.438.6t-.763.113T18 8.375q-.925-1.525-2.5-2.45T12 5q-1.425 0-2.687.525T7.1 7H8q.425 0 .713.288T9 8t-.288.713T8 9m-1 9h10q.3 0 .45-.275t-.05-.525l-2.75-3.675q-.15-.2-.4-.2t-.4.2L11.25 17L9.4 14.525q-.15-.2-.4-.2t-.4.2l-2 2.675q-.2.25-.05.525T7 18m-2 4q-.825 0-1.412-.588T3 20v-7q0-.425.288-.712T4 12t.713.288T5 13v7h14v-7q0-.425.288-.712T20 12t.713.288T21 13v7q0 .825-.587 1.413T19 22z"/></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 9H4q-.425 0-.712-.288T3 8V4q0-.425.288-.712T4 3t.713.288T5 4v2.35Q6.25 4.8 8.063 3.9T12 3q2.475 0 4.488 1.2T19.7 7.35q.2.35.113.75t-.438.6t-.763.113T18 8.375q-.925-1.525-2.5-2.45T12 5q-1.425 0-2.687.525T7.1 7H8q.425 0 .713.288T9 8t-.288.713T8 9m-1 9h10q.3 0 .45-.275t-.05-.525l-2.75-3.675q-.15-.2-.4-.2t-.4.2L11.25 17L9.4 14.525q-.15-.2-.4-.2t-.4.2l-2 2.675q-.2.25-.05.525T7 18m-2 4q-.825 0-1.412-.588T3 20v-7q0-.425.288-.712T4 12t.713.288T5 13v7h14v-7q0-.425.288-.712T20 12t.713.288T21 13v7q0 .825-.587 1.413T19 22z"/></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%209H4q-.425%200-.712-.288T3%208V4q0-.425.288-.712T4%203t.713.288T5%204v2.35Q6.25%204.8%208.063%203.9T12%203q2.475%200%204.488%201.2T19.7%207.35q.2.35.113.75t-.438.6t-.763.113T18%208.375q-.925-1.525-2.5-2.45T12%205q-1.425%200-2.687.525T7.1%207H8q.425%200%20.713.288T9%208t-.288.713T8%209m-1%209h10q.3%200%20.45-.275t-.05-.525l-2.75-3.675q-.15-.2-.4-.2t-.4.2L11.25%2017L9.4%2014.525q-.15-.2-.4-.2t-.4.2l-2%202.675q-.2.25-.05.525T7%2018m-2%204q-.825%200-1.412-.588T3%2020v-7q0-.425.288-.712T4%2012t.713.288T5%2013v7h14v-7q0-.425.288-.712T20%2012t.713.288T21%2013v7q0%20.825-.587%201.413T19%2022z%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%209H4q-.425%200-.712-.288T3%208V4q0-.425.288-.712T4%203t.713.288T5%204v2.35Q6.25%204.8%208.063%203.9T12%203q2.475%200%204.488%201.2T19.7%207.35q.2.35.113.75t-.438.6t-.763.113T18%208.375q-.925-1.525-2.5-2.45T12%205q-1.425%200-2.687.525T7.1%207H8q.425%200%20.713.288T9%208t-.288.713T8%209m-1%209h10q.3%200%20.45-.275t-.05-.525l-2.75-3.675q-.15-.2-.4-.2t-.4.2L11.25%2017L9.4%2014.525q-.15-.2-.4-.2t-.4.2l-2%202.675q-.2.25-.05.525T7%2018m-2%204q-.825%200-1.412-.588T3%2020v-7q0-.425.288-.712T4%2012t.713.288T5%2013v7h14v-7q0-.425.288-.712T20%2012t.713.288T21%2013v7q0%20.825-.587%201.413T19%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/reset-image-rounded.svg?color=%231a73e8&size=48