reset-settings-rounded from Material Symbols Light by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.

Name
reset-settings-rounded
Set
Material Symbols Light
Style
Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
reset-settings-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

Use the reset settings icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.212 13.904h2.577q.191 0 .317.125q.125.125.125.316t-.126.317t-.317.126h-2.576q-.192 0-.317-.125q-.126-.125-.126-.316t.126-.317t.317-.126m1.25 5.654v-1h-1.25q-.192 0-.317-.125q-.126-.126-.126-.317t.126-.317t.317-.126h1.25v-1q0-.192.125-.317t.316-.125t.317.125t.126.317v2.885q0 .191-.125.317q-.125.125-.316.125t-.317-.125t-.126-.317m2.519-1.885h2.577q.191 0 .317.125q.125.125.125.316t-.125.318t-.317.126H16.98q-.192 0-.317-.125q-.126-.126-.126-.317t.126-.317t.317-.126m.442-1.885v-2.884q0-.192.125-.317t.317-.125t.317.125t.126.317v1h1.25q.191 0 .317.125q.125.125.125.316t-.125.317t-.317.126h-1.25v1q0 .192-.125.317q-.125.126-.317.126t-.317-.126t-.126-.317M12 5Q9.075 5 7.038 7.038T5 12q0 2.108 1.11 3.79Q7.222 17.474 9 18.309V15.5q0-.213.144-.356T9.501 15t.356.144t.143.356v3.692q0 .344-.232.576T9.192 20H5.5q-.213 0-.356-.144T5 19.499t.144-.356T5.5 19h2.812q-1.916-1-3.114-2.851T4 12q0-1.665.626-3.119T6.34 6.34t2.54-1.714T12 4q2.562 0 4.56 1.418t2.886 3.688q.073.188.002.378t-.262.265t-.385-.007t-.268-.27q-.756-1.97-2.517-3.221T12 5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightResetSettingsRounded(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.212 13.904h2.577q.191 0 .317.125q.125.125.125.316t-.126.317t-.317.126h-2.576q-.192 0-.317-.125q-.126-.125-.126-.316t.126-.317t.317-.126m1.25 5.654v-1h-1.25q-.192 0-.317-.125q-.126-.126-.126-.317t.126-.317t.317-.126h1.25v-1q0-.192.125-.317t.316-.125t.317.125t.126.317v2.885q0 .191-.125.317q-.125.125-.316.125t-.317-.125t-.126-.317m2.519-1.885h2.577q.191 0 .317.125q.125.125.125.316t-.125.318t-.317.126H16.98q-.192 0-.317-.125q-.126-.126-.126-.317t.126-.317t.317-.126m.442-1.885v-2.884q0-.192.125-.317t.317-.125t.317.125t.126.317v1h1.25q.191 0 .317.125q.125.125.125.316t-.125.317t-.317.126h-1.25v1q0 .192-.125.317q-.125.126-.317.126t-.317-.126t-.126-.317M12 5Q9.075 5 7.038 7.038T5 12q0 2.108 1.11 3.79Q7.222 17.474 9 18.309V15.5q0-.213.144-.356T9.501 15t.356.144t.143.356v3.692q0 .344-.232.576T9.192 20H5.5q-.213 0-.356-.144T5 19.499t.144-.356T5.5 19h2.812q-1.916-1-3.114-2.851T4 12q0-1.665.626-3.119T6.34 6.34t2.54-1.714T12 4q2.562 0 4.56 1.418t2.886 3.688q.073.188.002.378t-.262.265t-.385-.007t-.268-.27q-.756-1.97-2.517-3.221T12 5"/></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.212 13.904h2.577q.191 0 .317.125q.125.125.125.316t-.126.317t-.317.126h-2.576q-.192 0-.317-.125q-.126-.125-.126-.316t.126-.317t.317-.126m1.25 5.654v-1h-1.25q-.192 0-.317-.125q-.126-.126-.126-.317t.126-.317t.317-.126h1.25v-1q0-.192.125-.317t.316-.125t.317.125t.126.317v2.885q0 .191-.125.317q-.125.125-.316.125t-.317-.125t-.126-.317m2.519-1.885h2.577q.191 0 .317.125q.125.125.125.316t-.125.318t-.317.126H16.98q-.192 0-.317-.125q-.126-.126-.126-.317t.126-.317t.317-.126m.442-1.885v-2.884q0-.192.125-.317t.317-.125t.317.125t.126.317v1h1.25q.191 0 .317.125q.125.125.125.316t-.125.317t-.317.126h-1.25v1q0 .192-.125.317q-.125.126-.317.126t-.317-.126t-.126-.317M12 5Q9.075 5 7.038 7.038T5 12q0 2.108 1.11 3.79Q7.222 17.474 9 18.309V15.5q0-.213.144-.356T9.501 15t.356.144t.143.356v3.692q0 .344-.232.576T9.192 20H5.5q-.213 0-.356-.144T5 19.499t.144-.356T5.5 19h2.812q-1.916-1-3.114-2.851T4 12q0-1.665.626-3.119T6.34 6.34t2.54-1.714T12 4q2.562 0 4.56 1.418t2.886 3.688q.073.188.002.378t-.262.265t-.385-.007t-.268-.27q-.756-1.97-2.517-3.221T12 5"/></svg>
</template>

CSS

.icon-reset-settings-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.212%2013.904h2.577q.191%200%20.317.125q.125.125.125.316t-.126.317t-.317.126h-2.576q-.192%200-.317-.125q-.126-.125-.126-.316t.126-.317t.317-.126m1.25%205.654v-1h-1.25q-.192%200-.317-.125q-.126-.126-.126-.317t.126-.317t.317-.126h1.25v-1q0-.192.125-.317t.316-.125t.317.125t.126.317v2.885q0%20.191-.125.317q-.125.125-.316.125t-.317-.125t-.126-.317m2.519-1.885h2.577q.191%200%20.317.125q.125.125.125.316t-.125.318t-.317.126H16.98q-.192%200-.317-.125q-.126-.126-.126-.317t.126-.317t.317-.126m.442-1.885v-2.884q0-.192.125-.317t.317-.125t.317.125t.126.317v1h1.25q.191%200%20.317.125q.125.125.125.316t-.125.317t-.317.126h-1.25v1q0%20.192-.125.317q-.125.126-.317.126t-.317-.126t-.126-.317M12%205Q9.075%205%207.038%207.038T5%2012q0%202.108%201.11%203.79Q7.222%2017.474%209%2018.309V15.5q0-.213.144-.356T9.501%2015t.356.144t.143.356v3.692q0%20.344-.232.576T9.192%2020H5.5q-.213%200-.356-.144T5%2019.499t.144-.356T5.5%2019h2.812q-1.916-1-3.114-2.851T4%2012q0-1.665.626-3.119T6.34%206.34t2.54-1.714T12%204q2.562%200%204.56%201.418t2.886%203.688q.073.188.002.378t-.262.265t-.385-.007t-.268-.27q-.756-1.97-2.517-3.221T12%205%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.212%2013.904h2.577q.191%200%20.317.125q.125.125.125.316t-.126.317t-.317.126h-2.576q-.192%200-.317-.125q-.126-.125-.126-.316t.126-.317t.317-.126m1.25%205.654v-1h-1.25q-.192%200-.317-.125q-.126-.126-.126-.317t.126-.317t.317-.126h1.25v-1q0-.192.125-.317t.316-.125t.317.125t.126.317v2.885q0%20.191-.125.317q-.125.125-.316.125t-.317-.125t-.126-.317m2.519-1.885h2.577q.191%200%20.317.125q.125.125.125.316t-.125.318t-.317.126H16.98q-.192%200-.317-.125q-.126-.126-.126-.317t.126-.317t.317-.126m.442-1.885v-2.884q0-.192.125-.317t.317-.125t.317.125t.126.317v1h1.25q.191%200%20.317.125q.125.125.125.316t-.125.317t-.317.126h-1.25v1q0%20.192-.125.317q-.125.126-.317.126t-.317-.126t-.126-.317M12%205Q9.075%205%207.038%207.038T5%2012q0%202.108%201.11%203.79Q7.222%2017.474%209%2018.309V15.5q0-.213.144-.356T9.501%2015t.356.144t.143.356v3.692q0%20.344-.232.576T9.192%2020H5.5q-.213%200-.356-.144T5%2019.499t.144-.356T5.5%2019h2.812q-1.916-1-3.114-2.851T4%2012q0-1.665.626-3.119T6.34%206.34t2.54-1.714T12%204q2.562%200%204.56%201.418t2.886%203.688q.073.188.002.378t-.262.265t-.385-.007t-.268-.27q-.756-1.97-2.517-3.221T12%205%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-settings-rounded.svg?color=%231a73e8&size=48