reset white balance icon
reset-white-balance-rounded from Material Symbols Light by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- reset-white-balance-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- reset-white-balance-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 white balance icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.692 21.02q-1.14 0-1.916-.786T12 18.308q0-.631.291-1.184q.292-.553.786-.94v-2.568q0-.672.472-1.144T14.692 12t1.144.472t.472 1.144v2.569q.488.386.783.939q.294.553.294 1.184q0 1.14-.78 1.926q-.778.785-1.913.785m-1.807-2.711H16.5q0-.556-.303-.965t-.774-.7v-3.027q0-.316-.208-.524q-.207-.208-.523-.208q-.315 0-.523.208t-.207.523v3.027q-.477.293-.777.701t-.3.965m5.404-2.731q-.172 0-.298-.126q-.125-.126-.125-.316q0-.171.135-.297t.307-.126h1.269q.171 0 .297.116t.126.307q0 .17-.126.306t-.297.136zm0-2.25q-.172 0-.298-.126q-.125-.126-.125-.316q0-.171.135-.297t.307-.126h2.269q.171 0 .297.116t.126.307q0 .17-.126.306t-.297.136zM12 5Q9.075 5 7.038 7.038T5 12q0 2.108 1.11 3.79Q7.222 17.474 9 18.309V15.5q0-.213.143-.357T9.5 15t.357.143t.143.357v3.692q0 .349-.23.578t-.578.23H5.5q-.213 0-.357-.143T5 19.5t.143-.357T5.5 19h2.812q-1.916-1-3.114-2.851T4 12q0-1.664.626-3.118T6.34 6.34t2.542-1.714T12 4q2.562 0 4.562 1.418t2.884 3.688q.073.188 0 .38q-.073.193-.261.266q-.189.073-.384-.01t-.268-.27q-.756-1.97-2.513-3.221T12 5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightResetWhiteBalanceRounded(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="M14.692 21.02q-1.14 0-1.916-.786T12 18.308q0-.631.291-1.184q.292-.553.786-.94v-2.568q0-.672.472-1.144T14.692 12t1.144.472t.472 1.144v2.569q.488.386.783.939q.294.553.294 1.184q0 1.14-.78 1.926q-.778.785-1.913.785m-1.807-2.711H16.5q0-.556-.303-.965t-.774-.7v-3.027q0-.316-.208-.524q-.207-.208-.523-.208q-.315 0-.523.208t-.207.523v3.027q-.477.293-.777.701t-.3.965m5.404-2.731q-.172 0-.298-.126q-.125-.126-.125-.316q0-.171.135-.297t.307-.126h1.269q.171 0 .297.116t.126.307q0 .17-.126.306t-.297.136zm0-2.25q-.172 0-.298-.126q-.125-.126-.125-.316q0-.171.135-.297t.307-.126h2.269q.171 0 .297.116t.126.307q0 .17-.126.306t-.297.136zM12 5Q9.075 5 7.038 7.038T5 12q0 2.108 1.11 3.79Q7.222 17.474 9 18.309V15.5q0-.213.143-.357T9.5 15t.357.143t.143.357v3.692q0 .349-.23.578t-.578.23H5.5q-.213 0-.357-.143T5 19.5t.143-.357T5.5 19h2.812q-1.916-1-3.114-2.851T4 12q0-1.664.626-3.118T6.34 6.34t2.542-1.714T12 4q2.562 0 4.562 1.418t2.884 3.688q.073.188 0 .38q-.073.193-.261.266q-.189.073-.384-.01t-.268-.27q-.756-1.97-2.513-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="M14.692 21.02q-1.14 0-1.916-.786T12 18.308q0-.631.291-1.184q.292-.553.786-.94v-2.568q0-.672.472-1.144T14.692 12t1.144.472t.472 1.144v2.569q.488.386.783.939q.294.553.294 1.184q0 1.14-.78 1.926q-.778.785-1.913.785m-1.807-2.711H16.5q0-.556-.303-.965t-.774-.7v-3.027q0-.316-.208-.524q-.207-.208-.523-.208q-.315 0-.523.208t-.207.523v3.027q-.477.293-.777.701t-.3.965m5.404-2.731q-.172 0-.298-.126q-.125-.126-.125-.316q0-.171.135-.297t.307-.126h1.269q.171 0 .297.116t.126.307q0 .17-.126.306t-.297.136zm0-2.25q-.172 0-.298-.126q-.125-.126-.125-.316q0-.171.135-.297t.307-.126h2.269q.171 0 .297.116t.126.307q0 .17-.126.306t-.297.136zM12 5Q9.075 5 7.038 7.038T5 12q0 2.108 1.11 3.79Q7.222 17.474 9 18.309V15.5q0-.213.143-.357T9.5 15t.357.143t.143.357v3.692q0 .349-.23.578t-.578.23H5.5q-.213 0-.357-.143T5 19.5t.143-.357T5.5 19h2.812q-1.916-1-3.114-2.851T4 12q0-1.664.626-3.118T6.34 6.34t2.542-1.714T12 4q2.562 0 4.562 1.418t2.884 3.688q.073.188 0 .38q-.073.193-.261.266q-.189.073-.384-.01t-.268-.27q-.756-1.97-2.513-3.221T12 5"/></svg> </template>
CSS
.icon-reset-white-balance-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%22M14.692%2021.02q-1.14%200-1.916-.786T12%2018.308q0-.631.291-1.184q.292-.553.786-.94v-2.568q0-.672.472-1.144T14.692%2012t1.144.472t.472%201.144v2.569q.488.386.783.939q.294.553.294%201.184q0%201.14-.78%201.926q-.778.785-1.913.785m-1.807-2.711H16.5q0-.556-.303-.965t-.774-.7v-3.027q0-.316-.208-.524q-.207-.208-.523-.208q-.315%200-.523.208t-.207.523v3.027q-.477.293-.777.701t-.3.965m5.404-2.731q-.172%200-.298-.126q-.125-.126-.125-.316q0-.171.135-.297t.307-.126h1.269q.171%200%20.297.116t.126.307q0%20.17-.126.306t-.297.136zm0-2.25q-.172%200-.298-.126q-.125-.126-.125-.316q0-.171.135-.297t.307-.126h2.269q.171%200%20.297.116t.126.307q0%20.17-.126.306t-.297.136zM12%205Q9.075%205%207.038%207.038T5%2012q0%202.108%201.11%203.79Q7.222%2017.474%209%2018.309V15.5q0-.213.143-.357T9.5%2015t.357.143t.143.357v3.692q0%20.349-.23.578t-.578.23H5.5q-.213%200-.357-.143T5%2019.5t.143-.357T5.5%2019h2.812q-1.916-1-3.114-2.851T4%2012q0-1.664.626-3.118T6.34%206.34t2.542-1.714T12%204q2.562%200%204.562%201.418t2.884%203.688q.073.188%200%20.38q-.073.193-.261.266q-.189.073-.384-.01t-.268-.27q-.756-1.97-2.513-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%22M14.692%2021.02q-1.14%200-1.916-.786T12%2018.308q0-.631.291-1.184q.292-.553.786-.94v-2.568q0-.672.472-1.144T14.692%2012t1.144.472t.472%201.144v2.569q.488.386.783.939q.294.553.294%201.184q0%201.14-.78%201.926q-.778.785-1.913.785m-1.807-2.711H16.5q0-.556-.303-.965t-.774-.7v-3.027q0-.316-.208-.524q-.207-.208-.523-.208q-.315%200-.523.208t-.207.523v3.027q-.477.293-.777.701t-.3.965m5.404-2.731q-.172%200-.298-.126q-.125-.126-.125-.316q0-.171.135-.297t.307-.126h1.269q.171%200%20.297.116t.126.307q0%20.17-.126.306t-.297.136zm0-2.25q-.172%200-.298-.126q-.125-.126-.125-.316q0-.171.135-.297t.307-.126h2.269q.171%200%20.297.116t.126.307q0%20.17-.126.306t-.297.136zM12%205Q9.075%205%207.038%207.038T5%2012q0%202.108%201.11%203.79Q7.222%2017.474%209%2018.309V15.5q0-.213.143-.357T9.5%2015t.357.143t.143.357v3.692q0%20.349-.23.578t-.578.23H5.5q-.213%200-.357-.143T5%2019.5t.143-.357T5.5%2019h2.812q-1.916-1-3.114-2.851T4%2012q0-1.664.626-3.118T6.34%206.34t2.542-1.714T12%204q2.562%200%204.562%201.418t2.884%203.688q.073.188%200%20.38q-.073.193-.261.266q-.189.073-.384-.01t-.268-.27q-.756-1.97-2.513-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-white-balance-rounded.svg?color=%231a73e8&size=48