reset white balance icon
reset-white-balance from Material Symbols by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.
- Name
- reset-white-balance
- Set
- Material Symbols
- Style
- Regular
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- reset-white-balance-outline, reset-white-balance-outline-sharp, reset-white-balance-sharp
1 other variant in Material Symbols
The same icon in other sets
More images icons from Material Symbols
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="M15 22q-1.275 0-2.137-.862T12 19q0-.65.263-1.213T13 16.8V14q0-.825.588-1.412T15 12t1.413.588T17 14v2.8q.45.425.725.988T18 19q0 1.275-.875 2.138T15 22m-1.5-3h3q0-.575-.312-.888t-.688-.662V14q0-.2-.15-.35T15 13.5t-.35.15t-.15.35v3.45q-.4.35-.7.663t-.3.887m4.5-2.5V15h3v1.5zm0-2.5v-1.5h4V14zm2.775-4H18.7q-.65-2.2-2.475-3.6T12 5Q9.075 5 7.037 7.038T5 12q0 1.8.813 3.3T8 17.75V15h2v6H4v-2h2.35Q4.8 17.75 3.9 15.938T3 12q0-1.875.713-3.512t1.924-2.85t2.85-1.925T12 3q3.225 0 5.663 1.988T20.775 10"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsResetWhiteBalance(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="M15 22q-1.275 0-2.137-.862T12 19q0-.65.263-1.213T13 16.8V14q0-.825.588-1.412T15 12t1.413.588T17 14v2.8q.45.425.725.988T18 19q0 1.275-.875 2.138T15 22m-1.5-3h3q0-.575-.312-.888t-.688-.662V14q0-.2-.15-.35T15 13.5t-.35.15t-.15.35v3.45q-.4.35-.7.663t-.3.887m4.5-2.5V15h3v1.5zm0-2.5v-1.5h4V14zm2.775-4H18.7q-.65-2.2-2.475-3.6T12 5Q9.075 5 7.037 7.038T5 12q0 1.8.813 3.3T8 17.75V15h2v6H4v-2h2.35Q4.8 17.75 3.9 15.938T3 12q0-1.875.713-3.512t1.924-2.85t2.85-1.925T12 3q3.225 0 5.663 1.988T20.775 10"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 22q-1.275 0-2.137-.862T12 19q0-.65.263-1.213T13 16.8V14q0-.825.588-1.412T15 12t1.413.588T17 14v2.8q.45.425.725.988T18 19q0 1.275-.875 2.138T15 22m-1.5-3h3q0-.575-.312-.888t-.688-.662V14q0-.2-.15-.35T15 13.5t-.35.15t-.15.35v3.45q-.4.35-.7.663t-.3.887m4.5-2.5V15h3v1.5zm0-2.5v-1.5h4V14zm2.775-4H18.7q-.65-2.2-2.475-3.6T12 5Q9.075 5 7.037 7.038T5 12q0 1.8.813 3.3T8 17.75V15h2v6H4v-2h2.35Q4.8 17.75 3.9 15.938T3 12q0-1.875.713-3.512t1.924-2.85t2.85-1.925T12 3q3.225 0 5.663 1.988T20.775 10"/></svg> </template>
CSS
.icon-reset-white-balance {
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%22M15%2022q-1.275%200-2.137-.862T12%2019q0-.65.263-1.213T13%2016.8V14q0-.825.588-1.412T15%2012t1.413.588T17%2014v2.8q.45.425.725.988T18%2019q0%201.275-.875%202.138T15%2022m-1.5-3h3q0-.575-.312-.888t-.688-.662V14q0-.2-.15-.35T15%2013.5t-.35.15t-.15.35v3.45q-.4.35-.7.663t-.3.887m4.5-2.5V15h3v1.5zm0-2.5v-1.5h4V14zm2.775-4H18.7q-.65-2.2-2.475-3.6T12%205Q9.075%205%207.037%207.038T5%2012q0%201.8.813%203.3T8%2017.75V15h2v6H4v-2h2.35Q4.8%2017.75%203.9%2015.938T3%2012q0-1.875.713-3.512t1.924-2.85t2.85-1.925T12%203q3.225%200%205.663%201.988T20.775%2010%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%22M15%2022q-1.275%200-2.137-.862T12%2019q0-.65.263-1.213T13%2016.8V14q0-.825.588-1.412T15%2012t1.413.588T17%2014v2.8q.45.425.725.988T18%2019q0%201.275-.875%202.138T15%2022m-1.5-3h3q0-.575-.312-.888t-.688-.662V14q0-.2-.15-.35T15%2013.5t-.35.15t-.15.35v3.45q-.4.35-.7.663t-.3.887m4.5-2.5V15h3v1.5zm0-2.5v-1.5h4V14zm2.775-4H18.7q-.65-2.2-2.475-3.6T12%205Q9.075%205%207.037%207.038T5%2012q0%201.8.813%203.3T8%2017.75V15h2v6H4v-2h2.35Q4.8%2017.75%203.9%2015.938T3%2012q0-1.875.713-3.512t1.924-2.85t2.85-1.925T12%203q3.225%200%205.663%201.988T20.775%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/reset-white-balance.svg?color=%231a73e8&size=48