ios snowy icon

ios-snowy from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-snowy
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios snowy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M379.9 317l-28.7-16.3c6.1-5.8 13-9.7 20.7-12.3 4.3-1.4 6.5-5.9 5.1-10.1-1.4-4.2-6-6.5-10.3-5.1-11.6 3.8-22.2 11-30.1 19.2L272.3 256l64.2-36.4c8.4 9.1 18.6 15.4 30.2 19.2 4.3 1.4 8.9-.8 10.3-5 1.4-4.2-.8-8.7-5.1-10.1-7.8-2.6-14.8-6.5-20.9-12.3l28.8-16.3c3.9-2.2 5.2-7.1 3-10.9s-7.2-5.1-11.1-2.9l-28.7 16c-2-8.1-2.1-15.9-.5-23.8.9-4.3-2-8.5-6.4-9.4-4.4-.9-8.7 1.9-9.6 6.2-2.4 11.8-1.4 24.4 1.8 35.2L264 242.2v-73c11-2.7 22.4-8.1 31.5-16.1 3.3-2.9 3.6-8 .7-11.3-2.9-3.3-7.9-3.6-11.3-.7-6 5.3-12.9 9.2-20.9 11.5V120c0-4.4-3.6-8-8-8s-8 3.6-8 8v32.7c-8-2.3-14.8-6.2-20.9-11.6-3.3-2.9-8.4-2.6-11.3.7-2.9 3.3-2.6 8.4.7 11.3 9.1 8 19.5 13.5 31.5 16.1v73l-64.5-36.6c3.2-10.9 4.2-23.5 1.9-35.2-.9-4.3-5.2-7.1-9.6-6.2-4.4.9-7.2 5-6.4 9.4 1.6 7.9 1.6 15.7-.5 23.8L140.3 181c-3.9-2.2-8.9-.9-11.1 2.9-2.2 3.8-.9 8.7 3 10.9l28.8 16.3c-6.1 5.8-13 9.7-20.8 12.3-4.3 1.4-6.5 6-5.1 10.1 1.4 4.2 6.1 6.4 10.3 5 11.6-3.9 21.8-10.1 30.2-19.2l64.3 36.5-64.4 36.5c-7.9-8.2-18.6-15.3-30.1-19.2-4.3-1.4-8.8.9-10.3 5.1-1.4 4.2.8 8.7 5.1 10.1 7.7 2.6 14.6 6.5 20.7 12.3l-28.7 16.3c-3.9 2.2-5.2 7.1-3 10.9s7.2 5.1 11.1 2.9l28.8-16.3c2.1 8.1 2.1 15.9.4 23.9-.9 4.3 2 8.5 6.4 9.4 4.4.9 8.7-1.9 9.6-6.3 2.4-11.8 1.9-23.6-1.9-35.3l64.5-36.6v73.1c-12 2.6-22.4 8.1-31.5 16.1-3.3 2.9-3.6 8-.7 11.3 2.9 3.3 7.9 3.6 11.3.7 6.1-5.4 12.9-9.3 20.9-11.6V392c0 4.4 3.6 8 8 8s8-3.6 8-8v-32.6c8 2.3 14.8 6.2 20.9 11.5 3.3 2.9 8.3 2.6 11.3-.7 2.9-3.3 2.6-8.4-.7-11.3-9-7.9-20.4-13.4-31.4-16.1v-73.1l64.4 36.5c-3.8 11.7-4.2 23.5-1.8 35.3.9 4.3 5.2 7.1 9.6 6.3 4.4-.9 7.3-5.1 6.4-9.4-1.6-8-1.6-15.8.4-23.9l28.8 16.3c3.9 2.2 8.9.9 11.1-2.9 2.1-3.8.7-8.7-3.2-10.9z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosSnowy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M379.9 317l-28.7-16.3c6.1-5.8 13-9.7 20.7-12.3 4.3-1.4 6.5-5.9 5.1-10.1-1.4-4.2-6-6.5-10.3-5.1-11.6 3.8-22.2 11-30.1 19.2L272.3 256l64.2-36.4c8.4 9.1 18.6 15.4 30.2 19.2 4.3 1.4 8.9-.8 10.3-5 1.4-4.2-.8-8.7-5.1-10.1-7.8-2.6-14.8-6.5-20.9-12.3l28.8-16.3c3.9-2.2 5.2-7.1 3-10.9s-7.2-5.1-11.1-2.9l-28.7 16c-2-8.1-2.1-15.9-.5-23.8.9-4.3-2-8.5-6.4-9.4-4.4-.9-8.7 1.9-9.6 6.2-2.4 11.8-1.4 24.4 1.8 35.2L264 242.2v-73c11-2.7 22.4-8.1 31.5-16.1 3.3-2.9 3.6-8 .7-11.3-2.9-3.3-7.9-3.6-11.3-.7-6 5.3-12.9 9.2-20.9 11.5V120c0-4.4-3.6-8-8-8s-8 3.6-8 8v32.7c-8-2.3-14.8-6.2-20.9-11.6-3.3-2.9-8.4-2.6-11.3.7-2.9 3.3-2.6 8.4.7 11.3 9.1 8 19.5 13.5 31.5 16.1v73l-64.5-36.6c3.2-10.9 4.2-23.5 1.9-35.2-.9-4.3-5.2-7.1-9.6-6.2-4.4.9-7.2 5-6.4 9.4 1.6 7.9 1.6 15.7-.5 23.8L140.3 181c-3.9-2.2-8.9-.9-11.1 2.9-2.2 3.8-.9 8.7 3 10.9l28.8 16.3c-6.1 5.8-13 9.7-20.8 12.3-4.3 1.4-6.5 6-5.1 10.1 1.4 4.2 6.1 6.4 10.3 5 11.6-3.9 21.8-10.1 30.2-19.2l64.3 36.5-64.4 36.5c-7.9-8.2-18.6-15.3-30.1-19.2-4.3-1.4-8.8.9-10.3 5.1-1.4 4.2.8 8.7 5.1 10.1 7.7 2.6 14.6 6.5 20.7 12.3l-28.7 16.3c-3.9 2.2-5.2 7.1-3 10.9s7.2 5.1 11.1 2.9l28.8-16.3c2.1 8.1 2.1 15.9.4 23.9-.9 4.3 2 8.5 6.4 9.4 4.4.9 8.7-1.9 9.6-6.3 2.4-11.8 1.9-23.6-1.9-35.3l64.5-36.6v73.1c-12 2.6-22.4 8.1-31.5 16.1-3.3 2.9-3.6 8-.7 11.3 2.9 3.3 7.9 3.6 11.3.7 6.1-5.4 12.9-9.3 20.9-11.6V392c0 4.4 3.6 8 8 8s8-3.6 8-8v-32.6c8 2.3 14.8 6.2 20.9 11.5 3.3 2.9 8.3 2.6 11.3-.7 2.9-3.3 2.6-8.4-.7-11.3-9-7.9-20.4-13.4-31.4-16.1v-73.1l64.4 36.5c-3.8 11.7-4.2 23.5-1.8 35.3.9 4.3 5.2 7.1 9.6 6.3 4.4-.9 7.3-5.1 6.4-9.4-1.6-8-1.6-15.8.4-23.9l28.8 16.3c3.9 2.2 8.9.9 11.1-2.9 2.1-3.8.7-8.7-3.2-10.9z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M379.9 317l-28.7-16.3c6.1-5.8 13-9.7 20.7-12.3 4.3-1.4 6.5-5.9 5.1-10.1-1.4-4.2-6-6.5-10.3-5.1-11.6 3.8-22.2 11-30.1 19.2L272.3 256l64.2-36.4c8.4 9.1 18.6 15.4 30.2 19.2 4.3 1.4 8.9-.8 10.3-5 1.4-4.2-.8-8.7-5.1-10.1-7.8-2.6-14.8-6.5-20.9-12.3l28.8-16.3c3.9-2.2 5.2-7.1 3-10.9s-7.2-5.1-11.1-2.9l-28.7 16c-2-8.1-2.1-15.9-.5-23.8.9-4.3-2-8.5-6.4-9.4-4.4-.9-8.7 1.9-9.6 6.2-2.4 11.8-1.4 24.4 1.8 35.2L264 242.2v-73c11-2.7 22.4-8.1 31.5-16.1 3.3-2.9 3.6-8 .7-11.3-2.9-3.3-7.9-3.6-11.3-.7-6 5.3-12.9 9.2-20.9 11.5V120c0-4.4-3.6-8-8-8s-8 3.6-8 8v32.7c-8-2.3-14.8-6.2-20.9-11.6-3.3-2.9-8.4-2.6-11.3.7-2.9 3.3-2.6 8.4.7 11.3 9.1 8 19.5 13.5 31.5 16.1v73l-64.5-36.6c3.2-10.9 4.2-23.5 1.9-35.2-.9-4.3-5.2-7.1-9.6-6.2-4.4.9-7.2 5-6.4 9.4 1.6 7.9 1.6 15.7-.5 23.8L140.3 181c-3.9-2.2-8.9-.9-11.1 2.9-2.2 3.8-.9 8.7 3 10.9l28.8 16.3c-6.1 5.8-13 9.7-20.8 12.3-4.3 1.4-6.5 6-5.1 10.1 1.4 4.2 6.1 6.4 10.3 5 11.6-3.9 21.8-10.1 30.2-19.2l64.3 36.5-64.4 36.5c-7.9-8.2-18.6-15.3-30.1-19.2-4.3-1.4-8.8.9-10.3 5.1-1.4 4.2.8 8.7 5.1 10.1 7.7 2.6 14.6 6.5 20.7 12.3l-28.7 16.3c-3.9 2.2-5.2 7.1-3 10.9s7.2 5.1 11.1 2.9l28.8-16.3c2.1 8.1 2.1 15.9.4 23.9-.9 4.3 2 8.5 6.4 9.4 4.4.9 8.7-1.9 9.6-6.3 2.4-11.8 1.9-23.6-1.9-35.3l64.5-36.6v73.1c-12 2.6-22.4 8.1-31.5 16.1-3.3 2.9-3.6 8-.7 11.3 2.9 3.3 7.9 3.6 11.3.7 6.1-5.4 12.9-9.3 20.9-11.6V392c0 4.4 3.6 8 8 8s8-3.6 8-8v-32.6c8 2.3 14.8 6.2 20.9 11.5 3.3 2.9 8.3 2.6 11.3-.7 2.9-3.3 2.6-8.4-.7-11.3-9-7.9-20.4-13.4-31.4-16.1v-73.1l64.4 36.5c-3.8 11.7-4.2 23.5-1.8 35.3.9 4.3 5.2 7.1 9.6 6.3 4.4-.9 7.3-5.1 6.4-9.4-1.6-8-1.6-15.8.4-23.9l28.8 16.3c3.9 2.2 8.9.9 11.1-2.9 2.1-3.8.7-8.7-3.2-10.9z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-snowy {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M379.9%20317l-28.7-16.3c6.1-5.8%2013-9.7%2020.7-12.3%204.3-1.4%206.5-5.9%205.1-10.1-1.4-4.2-6-6.5-10.3-5.1-11.6%203.8-22.2%2011-30.1%2019.2L272.3%20256l64.2-36.4c8.4%209.1%2018.6%2015.4%2030.2%2019.2%204.3%201.4%208.9-.8%2010.3-5%201.4-4.2-.8-8.7-5.1-10.1-7.8-2.6-14.8-6.5-20.9-12.3l28.8-16.3c3.9-2.2%205.2-7.1%203-10.9s-7.2-5.1-11.1-2.9l-28.7%2016c-2-8.1-2.1-15.9-.5-23.8.9-4.3-2-8.5-6.4-9.4-4.4-.9-8.7%201.9-9.6%206.2-2.4%2011.8-1.4%2024.4%201.8%2035.2L264%20242.2v-73c11-2.7%2022.4-8.1%2031.5-16.1%203.3-2.9%203.6-8%20.7-11.3-2.9-3.3-7.9-3.6-11.3-.7-6%205.3-12.9%209.2-20.9%2011.5V120c0-4.4-3.6-8-8-8s-8%203.6-8%208v32.7c-8-2.3-14.8-6.2-20.9-11.6-3.3-2.9-8.4-2.6-11.3.7-2.9%203.3-2.6%208.4.7%2011.3%209.1%208%2019.5%2013.5%2031.5%2016.1v73l-64.5-36.6c3.2-10.9%204.2-23.5%201.9-35.2-.9-4.3-5.2-7.1-9.6-6.2-4.4.9-7.2%205-6.4%209.4%201.6%207.9%201.6%2015.7-.5%2023.8L140.3%20181c-3.9-2.2-8.9-.9-11.1%202.9-2.2%203.8-.9%208.7%203%2010.9l28.8%2016.3c-6.1%205.8-13%209.7-20.8%2012.3-4.3%201.4-6.5%206-5.1%2010.1%201.4%204.2%206.1%206.4%2010.3%205%2011.6-3.9%2021.8-10.1%2030.2-19.2l64.3%2036.5-64.4%2036.5c-7.9-8.2-18.6-15.3-30.1-19.2-4.3-1.4-8.8.9-10.3%205.1-1.4%204.2.8%208.7%205.1%2010.1%207.7%202.6%2014.6%206.5%2020.7%2012.3l-28.7%2016.3c-3.9%202.2-5.2%207.1-3%2010.9s7.2%205.1%2011.1%202.9l28.8-16.3c2.1%208.1%202.1%2015.9.4%2023.9-.9%204.3%202%208.5%206.4%209.4%204.4.9%208.7-1.9%209.6-6.3%202.4-11.8%201.9-23.6-1.9-35.3l64.5-36.6v73.1c-12%202.6-22.4%208.1-31.5%2016.1-3.3%202.9-3.6%208-.7%2011.3%202.9%203.3%207.9%203.6%2011.3.7%206.1-5.4%2012.9-9.3%2020.9-11.6V392c0%204.4%203.6%208%208%208s8-3.6%208-8v-32.6c8%202.3%2014.8%206.2%2020.9%2011.5%203.3%202.9%208.3%202.6%2011.3-.7%202.9-3.3%202.6-8.4-.7-11.3-9-7.9-20.4-13.4-31.4-16.1v-73.1l64.4%2036.5c-3.8%2011.7-4.2%2023.5-1.8%2035.3.9%204.3%205.2%207.1%209.6%206.3%204.4-.9%207.3-5.1%206.4-9.4-1.6-8-1.6-15.8.4-23.9l28.8%2016.3c3.9%202.2%208.9.9%2011.1-2.9%202.1-3.8.7-8.7-3.2-10.9z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M379.9%20317l-28.7-16.3c6.1-5.8%2013-9.7%2020.7-12.3%204.3-1.4%206.5-5.9%205.1-10.1-1.4-4.2-6-6.5-10.3-5.1-11.6%203.8-22.2%2011-30.1%2019.2L272.3%20256l64.2-36.4c8.4%209.1%2018.6%2015.4%2030.2%2019.2%204.3%201.4%208.9-.8%2010.3-5%201.4-4.2-.8-8.7-5.1-10.1-7.8-2.6-14.8-6.5-20.9-12.3l28.8-16.3c3.9-2.2%205.2-7.1%203-10.9s-7.2-5.1-11.1-2.9l-28.7%2016c-2-8.1-2.1-15.9-.5-23.8.9-4.3-2-8.5-6.4-9.4-4.4-.9-8.7%201.9-9.6%206.2-2.4%2011.8-1.4%2024.4%201.8%2035.2L264%20242.2v-73c11-2.7%2022.4-8.1%2031.5-16.1%203.3-2.9%203.6-8%20.7-11.3-2.9-3.3-7.9-3.6-11.3-.7-6%205.3-12.9%209.2-20.9%2011.5V120c0-4.4-3.6-8-8-8s-8%203.6-8%208v32.7c-8-2.3-14.8-6.2-20.9-11.6-3.3-2.9-8.4-2.6-11.3.7-2.9%203.3-2.6%208.4.7%2011.3%209.1%208%2019.5%2013.5%2031.5%2016.1v73l-64.5-36.6c3.2-10.9%204.2-23.5%201.9-35.2-.9-4.3-5.2-7.1-9.6-6.2-4.4.9-7.2%205-6.4%209.4%201.6%207.9%201.6%2015.7-.5%2023.8L140.3%20181c-3.9-2.2-8.9-.9-11.1%202.9-2.2%203.8-.9%208.7%203%2010.9l28.8%2016.3c-6.1%205.8-13%209.7-20.8%2012.3-4.3%201.4-6.5%206-5.1%2010.1%201.4%204.2%206.1%206.4%2010.3%205%2011.6-3.9%2021.8-10.1%2030.2-19.2l64.3%2036.5-64.4%2036.5c-7.9-8.2-18.6-15.3-30.1-19.2-4.3-1.4-8.8.9-10.3%205.1-1.4%204.2.8%208.7%205.1%2010.1%207.7%202.6%2014.6%206.5%2020.7%2012.3l-28.7%2016.3c-3.9%202.2-5.2%207.1-3%2010.9s7.2%205.1%2011.1%202.9l28.8-16.3c2.1%208.1%202.1%2015.9.4%2023.9-.9%204.3%202%208.5%206.4%209.4%204.4.9%208.7-1.9%209.6-6.3%202.4-11.8%201.9-23.6-1.9-35.3l64.5-36.6v73.1c-12%202.6-22.4%208.1-31.5%2016.1-3.3%202.9-3.6%208-.7%2011.3%202.9%203.3%207.9%203.6%2011.3.7%206.1-5.4%2012.9-9.3%2020.9-11.6V392c0%204.4%203.6%208%208%208s8-3.6%208-8v-32.6c8%202.3%2014.8%206.2%2020.9%2011.5%203.3%202.9%208.3%202.6%2011.3-.7%202.9-3.3%202.6-8.4-.7-11.3-9-7.9-20.4-13.4-31.4-16.1v-73.1l64.4%2036.5c-3.8%2011.7-4.2%2023.5-1.8%2035.3.9%204.3%205.2%207.1%209.6%206.3%204.4-.9%207.3-5.1%206.4-9.4-1.6-8-1.6-15.8.4-23.9l28.8%2016.3c3.9%202.2%208.9.9%2011.1-2.9%202.1-3.8.7-8.7-3.2-10.9z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-snowy.svg?color=%231a73e8&size=48