reset settings icon
reset-settings-rounded from Material Symbols by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- reset-settings-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- reset-settings-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More images icons from Material Symbols
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.75 14.25h2.5q.325 0 .538.213T17 15t-.213.538t-.537.212h-2.5q-.325 0-.537-.213T13 15t.213-.537t.537-.213m.75 6v-.5h-.75q-.325 0-.537-.213T13 19t.213-.537t.537-.213h.75v-.5q0-.325.213-.537T15.25 17t.538.213t.212.537v2.5q0 .325-.213.538T15.25 21t-.537-.213t-.213-.537m3.25-2h2.5q.325 0 .538.213T21 19t-.213.538t-.537.212h-2.5q-.325 0-.537-.213T17 19t.213-.537t.537-.213m.25-2v-2.5q0-.325.213-.537T18.75 13t.538.213t.212.537v.5h.75q.325 0 .538.213T21 15t-.213.538t-.537.212h-.75v.5q0 .325-.213.538T18.75 17t-.537-.213T18 16.25M12 5Q9.075 5 7.038 7.038T5 12q0 1.8.813 3.3T8 17.75V16q0-.425.288-.712T9 15t.713.288T10 16v4q0 .425-.288.713T9 21H5q-.425 0-.712-.288T4 20t.288-.712T5 19h1.35Q4.8 17.75 3.9 15.938T3 12q0-1.875.713-3.512t1.924-2.85t2.85-1.925T12 3q2.85 0 5.1 1.563t3.25 4.062q.15.4 0 .775t-.55.525t-.788 0t-.537-.55q-.775-1.95-2.513-3.162T12 5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsResetSettingsRounded(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.75 14.25h2.5q.325 0 .538.213T17 15t-.213.538t-.537.212h-2.5q-.325 0-.537-.213T13 15t.213-.537t.537-.213m.75 6v-.5h-.75q-.325 0-.537-.213T13 19t.213-.537t.537-.213h.75v-.5q0-.325.213-.537T15.25 17t.538.213t.212.537v2.5q0 .325-.213.538T15.25 21t-.537-.213t-.213-.537m3.25-2h2.5q.325 0 .538.213T21 19t-.213.538t-.537.212h-2.5q-.325 0-.537-.213T17 19t.213-.537t.537-.213m.25-2v-2.5q0-.325.213-.537T18.75 13t.538.213t.212.537v.5h.75q.325 0 .538.213T21 15t-.213.538t-.537.212h-.75v.5q0 .325-.213.538T18.75 17t-.537-.213T18 16.25M12 5Q9.075 5 7.038 7.038T5 12q0 1.8.813 3.3T8 17.75V16q0-.425.288-.712T9 15t.713.288T10 16v4q0 .425-.288.713T9 21H5q-.425 0-.712-.288T4 20t.288-.712T5 19h1.35Q4.8 17.75 3.9 15.938T3 12q0-1.875.713-3.512t1.924-2.85t2.85-1.925T12 3q2.85 0 5.1 1.563t3.25 4.062q.15.4 0 .775t-.55.525t-.788 0t-.537-.55q-.775-1.95-2.513-3.162T12 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.75 14.25h2.5q.325 0 .538.213T17 15t-.213.538t-.537.212h-2.5q-.325 0-.537-.213T13 15t.213-.537t.537-.213m.75 6v-.5h-.75q-.325 0-.537-.213T13 19t.213-.537t.537-.213h.75v-.5q0-.325.213-.537T15.25 17t.538.213t.212.537v2.5q0 .325-.213.538T15.25 21t-.537-.213t-.213-.537m3.25-2h2.5q.325 0 .538.213T21 19t-.213.538t-.537.212h-2.5q-.325 0-.537-.213T17 19t.213-.537t.537-.213m.25-2v-2.5q0-.325.213-.537T18.75 13t.538.213t.212.537v.5h.75q.325 0 .538.213T21 15t-.213.538t-.537.212h-.75v.5q0 .325-.213.538T18.75 17t-.537-.213T18 16.25M12 5Q9.075 5 7.038 7.038T5 12q0 1.8.813 3.3T8 17.75V16q0-.425.288-.712T9 15t.713.288T10 16v4q0 .425-.288.713T9 21H5q-.425 0-.712-.288T4 20t.288-.712T5 19h1.35Q4.8 17.75 3.9 15.938T3 12q0-1.875.713-3.512t1.924-2.85t2.85-1.925T12 3q2.85 0 5.1 1.563t3.25 4.062q.15.4 0 .775t-.55.525t-.788 0t-.537-.55q-.775-1.95-2.513-3.162T12 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.75%2014.25h2.5q.325%200%20.538.213T17%2015t-.213.538t-.537.212h-2.5q-.325%200-.537-.213T13%2015t.213-.537t.537-.213m.75%206v-.5h-.75q-.325%200-.537-.213T13%2019t.213-.537t.537-.213h.75v-.5q0-.325.213-.537T15.25%2017t.538.213t.212.537v2.5q0%20.325-.213.538T15.25%2021t-.537-.213t-.213-.537m3.25-2h2.5q.325%200%20.538.213T21%2019t-.213.538t-.537.212h-2.5q-.325%200-.537-.213T17%2019t.213-.537t.537-.213m.25-2v-2.5q0-.325.213-.537T18.75%2013t.538.213t.212.537v.5h.75q.325%200%20.538.213T21%2015t-.213.538t-.537.212h-.75v.5q0%20.325-.213.538T18.75%2017t-.537-.213T18%2016.25M12%205Q9.075%205%207.038%207.038T5%2012q0%201.8.813%203.3T8%2017.75V16q0-.425.288-.712T9%2015t.713.288T10%2016v4q0%20.425-.288.713T9%2021H5q-.425%200-.712-.288T4%2020t.288-.712T5%2019h1.35Q4.8%2017.75%203.9%2015.938T3%2012q0-1.875.713-3.512t1.924-2.85t2.85-1.925T12%203q2.85%200%205.1%201.563t3.25%204.062q.15.4%200%20.775t-.55.525t-.788%200t-.537-.55q-.775-1.95-2.513-3.162T12%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.75%2014.25h2.5q.325%200%20.538.213T17%2015t-.213.538t-.537.212h-2.5q-.325%200-.537-.213T13%2015t.213-.537t.537-.213m.75%206v-.5h-.75q-.325%200-.537-.213T13%2019t.213-.537t.537-.213h.75v-.5q0-.325.213-.537T15.25%2017t.538.213t.212.537v2.5q0%20.325-.213.538T15.25%2021t-.537-.213t-.213-.537m3.25-2h2.5q.325%200%20.538.213T21%2019t-.213.538t-.537.212h-2.5q-.325%200-.537-.213T17%2019t.213-.537t.537-.213m.25-2v-2.5q0-.325.213-.537T18.75%2013t.538.213t.212.537v.5h.75q.325%200%20.538.213T21%2015t-.213.538t-.537.212h-.75v.5q0%20.325-.213.538T18.75%2017t-.537-.213T18%2016.25M12%205Q9.075%205%207.038%207.038T5%2012q0%201.8.813%203.3T8%2017.75V16q0-.425.288-.712T9%2015t.713.288T10%2016v4q0%20.425-.288.713T9%2021H5q-.425%200-.712-.288T4%2020t.288-.712T5%2019h1.35Q4.8%2017.75%203.9%2015.938T3%2012q0-1.875.713-3.512t1.924-2.85t2.85-1.925T12%203q2.85%200%205.1%201.563t3.25%204.062q.15.4%200%20.775t-.55.525t-.788%200t-.537-.55q-.775-1.95-2.513-3.162T12%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/reset-settings-rounded.svg?color=%231a73e8&size=48