weather-mix-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
weather-mix-rounded
Set
Material Symbols Light
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the weather mix icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.351 21.642q-.293-.28-.293-.694q0-.184.064-.363q.065-.18.213-.321l.45-.4q.13-.106.273-.106t.273.106l.45.4q.148.142.212.32q.065.18.065.364q0 .414-.294.694t-.706.281t-.707-.28m-3.057-1.456q-.148-.148-.148-.314q0-.165.148-.313l1.9-1.9q.148-.148.314-.148q.165 0 .313.148t.148.313t-.148.314l-1.9 1.9q-.148.148-.313.148q-.166 0-.314-.148m6.471-1.46l-.511-.511q-.131-.131-.131-.293t.13-.292l.513-.512q.13-.13.292-.13t.292.13l.511.512q.131.13.131.292t-.13.293l-.512.511q-.13.13-.292.13t-.292-.13m-7.904-.512l-.512.512q-.13.13-.292.13t-.292-.13l-.512-.512q-.131-.13-.131-.292t.13-.292l.513-.512q.13-.13.292-.13t.292.13l.512.512q.13.13.13.292t-.13.293M7.5 15.5q-2.083 0-3.541-1.459Q2.5 12.583 2.5 10.5q0-1.94 1.308-3.356t3.275-1.633q.742-1.405 2.033-2.208Q10.408 2.5 12 2.5q2.154 0 3.701 1.428t1.801 3.559q1.84.111 2.92 1.28Q21.5 9.937 21.5 11.5q0 1.664-1.168 2.832T17.5 15.5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWeatherMixRounded(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="M12.351 21.642q-.293-.28-.293-.694q0-.184.064-.363q.065-.18.213-.321l.45-.4q.13-.106.273-.106t.273.106l.45.4q.148.142.212.32q.065.18.065.364q0 .414-.294.694t-.706.281t-.707-.28m-3.057-1.456q-.148-.148-.148-.314q0-.165.148-.313l1.9-1.9q.148-.148.314-.148q.165 0 .313.148t.148.313t-.148.314l-1.9 1.9q-.148.148-.313.148q-.166 0-.314-.148m6.471-1.46l-.511-.511q-.131-.131-.131-.293t.13-.292l.513-.512q.13-.13.292-.13t.292.13l.511.512q.131.13.131.292t-.13.293l-.512.511q-.13.13-.292.13t-.292-.13m-7.904-.512l-.512.512q-.13.13-.292.13t-.292-.13l-.512-.512q-.131-.13-.131-.292t.13-.292l.513-.512q.13-.13.292-.13t.292.13l.512.512q.13.13.13.292t-.13.293M7.5 15.5q-2.083 0-3.541-1.459Q2.5 12.583 2.5 10.5q0-1.94 1.308-3.356t3.275-1.633q.742-1.405 2.033-2.208Q10.408 2.5 12 2.5q2.154 0 3.701 1.428t1.801 3.559q1.84.111 2.92 1.28Q21.5 9.937 21.5 11.5q0 1.664-1.168 2.832T17.5 15.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.351 21.642q-.293-.28-.293-.694q0-.184.064-.363q.065-.18.213-.321l.45-.4q.13-.106.273-.106t.273.106l.45.4q.148.142.212.32q.065.18.065.364q0 .414-.294.694t-.706.281t-.707-.28m-3.057-1.456q-.148-.148-.148-.314q0-.165.148-.313l1.9-1.9q.148-.148.314-.148q.165 0 .313.148t.148.313t-.148.314l-1.9 1.9q-.148.148-.313.148q-.166 0-.314-.148m6.471-1.46l-.511-.511q-.131-.131-.131-.293t.13-.292l.513-.512q.13-.13.292-.13t.292.13l.511.512q.131.13.131.292t-.13.293l-.512.511q-.13.13-.292.13t-.292-.13m-7.904-.512l-.512.512q-.13.13-.292.13t-.292-.13l-.512-.512q-.131-.13-.131-.292t.13-.292l.513-.512q.13-.13.292-.13t.292.13l.512.512q.13.13.13.292t-.13.293M7.5 15.5q-2.083 0-3.541-1.459Q2.5 12.583 2.5 10.5q0-1.94 1.308-3.356t3.275-1.633q.742-1.405 2.033-2.208Q10.408 2.5 12 2.5q2.154 0 3.701 1.428t1.801 3.559q1.84.111 2.92 1.28Q21.5 9.937 21.5 11.5q0 1.664-1.168 2.832T17.5 15.5z"/></svg>
</template>

CSS

.icon-weather-mix-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%22M12.351%2021.642q-.293-.28-.293-.694q0-.184.064-.363q.065-.18.213-.321l.45-.4q.13-.106.273-.106t.273.106l.45.4q.148.142.212.32q.065.18.065.364q0%20.414-.294.694t-.706.281t-.707-.28m-3.057-1.456q-.148-.148-.148-.314q0-.165.148-.313l1.9-1.9q.148-.148.314-.148q.165%200%20.313.148t.148.313t-.148.314l-1.9%201.9q-.148.148-.313.148q-.166%200-.314-.148m6.471-1.46l-.511-.511q-.131-.131-.131-.293t.13-.292l.513-.512q.13-.13.292-.13t.292.13l.511.512q.131.13.131.292t-.13.293l-.512.511q-.13.13-.292.13t-.292-.13m-7.904-.512l-.512.512q-.13.13-.292.13t-.292-.13l-.512-.512q-.131-.13-.131-.292t.13-.292l.513-.512q.13-.13.292-.13t.292.13l.512.512q.13.13.13.292t-.13.293M7.5%2015.5q-2.083%200-3.541-1.459Q2.5%2012.583%202.5%2010.5q0-1.94%201.308-3.356t3.275-1.633q.742-1.405%202.033-2.208Q10.408%202.5%2012%202.5q2.154%200%203.701%201.428t1.801%203.559q1.84.111%202.92%201.28Q21.5%209.937%2021.5%2011.5q0%201.664-1.168%202.832T17.5%2015.5z%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%22M12.351%2021.642q-.293-.28-.293-.694q0-.184.064-.363q.065-.18.213-.321l.45-.4q.13-.106.273-.106t.273.106l.45.4q.148.142.212.32q.065.18.065.364q0%20.414-.294.694t-.706.281t-.707-.28m-3.057-1.456q-.148-.148-.148-.314q0-.165.148-.313l1.9-1.9q.148-.148.314-.148q.165%200%20.313.148t.148.313t-.148.314l-1.9%201.9q-.148.148-.313.148q-.166%200-.314-.148m6.471-1.46l-.511-.511q-.131-.131-.131-.293t.13-.292l.513-.512q.13-.13.292-.13t.292.13l.511.512q.131.13.131.292t-.13.293l-.512.511q-.13.13-.292.13t-.292-.13m-7.904-.512l-.512.512q-.13.13-.292.13t-.292-.13l-.512-.512q-.131-.13-.131-.292t.13-.292l.513-.512q.13-.13.292-.13t.292.13l.512.512q.13.13.13.292t-.13.293M7.5%2015.5q-2.083%200-3.541-1.459Q2.5%2012.583%202.5%2010.5q0-1.94%201.308-3.356t3.275-1.633q.742-1.405%202.033-2.208Q10.408%202.5%2012%202.5q2.154%200%203.701%201.428t1.801%203.559q1.84.111%202.92%201.28Q21.5%209.937%2021.5%2011.5q0%201.664-1.168%202.832T17.5%2015.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/weather-mix-rounded.svg?color=%231a73e8&size=48