wind snow icon
wind-snow from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- wind-snow
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Use the wind snow icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M48.918 13.797c.422 0 .727-.399.703-.844l-.14-2.226l1.85 1.265c.33.235.868.14 1.102-.21a.778.778 0 0 0-.374-1.102l-2.016-.985l2.039-1.008a.804.804 0 0 0 .351-1.078c-.187-.375-.773-.445-1.101-.21L49.48 8.687l.165-2.274a.74.74 0 0 0-.727-.82c-.492 0-.773.375-.75.82l.14 2.274l-1.898-1.29c-.328-.234-.82-.21-1.055.211c-.21.352-.117.844.329 1.079l2.015 1.007l-2.015.985c-.446.187-.563.703-.352 1.101c.211.375.75.446 1.078.211l1.899-1.265l-.118 2.226c-.023.445.235.844.727.844M5.652 22.914c3.375-1.078 6.868-1.617 10.196-1.617c4.312 0 7.476.68 11.554.68c4.219 0 6.844-2.86 6.844-6.586c0-3.82-2.93-6.54-6.539-6.54c-2.672 0-5.016 1.665-6 3.891c-.375.774-.234 1.688.586 2.11c.75.375 1.664.14 2.156-.82c.516-1.196 1.781-2.134 3.258-2.134c1.945 0 3.469 1.36 3.469 3.493s-1.477 3.539-3.774 3.539c-3.89 0-7.101-.703-11.554-.703c-3.82 0-7.688.68-11.133 1.78c-.985.282-1.36 1.126-1.125 1.946c.234.797 1.008 1.266 2.062.961M42.31 33.883c5.46 0 9.328-3.469 9.328-8.32c0-4.782-3.68-8.25-8.25-8.25c-4.242 0-7.383 2.953-7.946 6.843c-.14.961.399 1.735 1.242 1.852c.868.117 1.618-.422 1.805-1.524c.399-2.437 2.438-4.125 4.899-4.125c2.86 0 5.18 2.133 5.18 5.203c0 3.118-2.461 5.274-6.258 5.274c-7.149 0-14.86-4.078-24.235-4.078c-4.828 0-9.234.773-13.36 2.25c-.96.328-1.359 1.148-1.124 1.969c.234.796 1.031 1.289 2.062.937c3.82-1.453 7.805-2.086 12.422-2.086c9.352 0 16.336 4.055 24.235 4.055M27.426 50.406c3.61 0 6.398-2.672 6.398-6.492c0-5.531-5.648-8.625-16.054-8.625c-4.36 0-9.07.844-13.055 2.227c-.961.328-1.36 1.148-1.125 1.968c.234.797 1.031 1.29 2.062.938c3.727-1.336 7.899-2.063 12.118-2.063c8.507 0 13.007 2.133 13.007 5.555c0 2.156-1.5 3.445-3.351 3.445c-1.852 0-2.977-1.242-3.305-3.21c-.14-.868-.773-1.57-1.781-1.5c-1.055.07-1.477.96-1.336 1.898c.422 3.258 2.836 5.86 6.422 5.86m21.492-4.195c.422 0 .727-.398.703-.844l-.14-2.226l1.85 1.265c.33.235.868.14 1.102-.21a.783.783 0 0 0-.374-1.102l-2.016-.985l2.039-1.007a.804.804 0 0 0 .351-1.079c-.187-.375-.773-.445-1.101-.21l-1.852 1.289l.165-2.25c.046-.47-.305-.844-.727-.844c-.492 0-.773.375-.75.844l.14 2.25l-1.898-1.29c-.328-.234-.82-.187-1.055.211c-.21.352-.117.844.329 1.079l2.015 1.007l-2.015.985a.786.786 0 0 0-.352 1.101c.211.375.75.446 1.078.211l1.899-1.265l-.118 2.226c-.023.446.235.844.727.844"/></svg>
React
import type { SVGProps } from "react";
export function F7WindSnow(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M48.918 13.797c.422 0 .727-.399.703-.844l-.14-2.226l1.85 1.265c.33.235.868.14 1.102-.21a.778.778 0 0 0-.374-1.102l-2.016-.985l2.039-1.008a.804.804 0 0 0 .351-1.078c-.187-.375-.773-.445-1.101-.21L49.48 8.687l.165-2.274a.74.74 0 0 0-.727-.82c-.492 0-.773.375-.75.82l.14 2.274l-1.898-1.29c-.328-.234-.82-.21-1.055.211c-.21.352-.117.844.329 1.079l2.015 1.007l-2.015.985c-.446.187-.563.703-.352 1.101c.211.375.75.446 1.078.211l1.899-1.265l-.118 2.226c-.023.445.235.844.727.844M5.652 22.914c3.375-1.078 6.868-1.617 10.196-1.617c4.312 0 7.476.68 11.554.68c4.219 0 6.844-2.86 6.844-6.586c0-3.82-2.93-6.54-6.539-6.54c-2.672 0-5.016 1.665-6 3.891c-.375.774-.234 1.688.586 2.11c.75.375 1.664.14 2.156-.82c.516-1.196 1.781-2.134 3.258-2.134c1.945 0 3.469 1.36 3.469 3.493s-1.477 3.539-3.774 3.539c-3.89 0-7.101-.703-11.554-.703c-3.82 0-7.688.68-11.133 1.78c-.985.282-1.36 1.126-1.125 1.946c.234.797 1.008 1.266 2.062.961M42.31 33.883c5.46 0 9.328-3.469 9.328-8.32c0-4.782-3.68-8.25-8.25-8.25c-4.242 0-7.383 2.953-7.946 6.843c-.14.961.399 1.735 1.242 1.852c.868.117 1.618-.422 1.805-1.524c.399-2.437 2.438-4.125 4.899-4.125c2.86 0 5.18 2.133 5.18 5.203c0 3.118-2.461 5.274-6.258 5.274c-7.149 0-14.86-4.078-24.235-4.078c-4.828 0-9.234.773-13.36 2.25c-.96.328-1.359 1.148-1.124 1.969c.234.796 1.031 1.289 2.062.937c3.82-1.453 7.805-2.086 12.422-2.086c9.352 0 16.336 4.055 24.235 4.055M27.426 50.406c3.61 0 6.398-2.672 6.398-6.492c0-5.531-5.648-8.625-16.054-8.625c-4.36 0-9.07.844-13.055 2.227c-.961.328-1.36 1.148-1.125 1.968c.234.797 1.031 1.29 2.062.938c3.727-1.336 7.899-2.063 12.118-2.063c8.507 0 13.007 2.133 13.007 5.555c0 2.156-1.5 3.445-3.351 3.445c-1.852 0-2.977-1.242-3.305-3.21c-.14-.868-.773-1.57-1.781-1.5c-1.055.07-1.477.96-1.336 1.898c.422 3.258 2.836 5.86 6.422 5.86m21.492-4.195c.422 0 .727-.398.703-.844l-.14-2.226l1.85 1.265c.33.235.868.14 1.102-.21a.783.783 0 0 0-.374-1.102l-2.016-.985l2.039-1.007a.804.804 0 0 0 .351-1.079c-.187-.375-.773-.445-1.101-.21l-1.852 1.289l.165-2.25c.046-.47-.305-.844-.727-.844c-.492 0-.773.375-.75.844l.14 2.25l-1.898-1.29c-.328-.234-.82-.187-1.055.211c-.21.352-.117.844.329 1.079l2.015 1.007l-2.015.985a.786.786 0 0 0-.352 1.101c.211.375.75.446 1.078.211l1.899-1.265l-.118 2.226c-.023.446.235.844.727.844"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M48.918 13.797c.422 0 .727-.399.703-.844l-.14-2.226l1.85 1.265c.33.235.868.14 1.102-.21a.778.778 0 0 0-.374-1.102l-2.016-.985l2.039-1.008a.804.804 0 0 0 .351-1.078c-.187-.375-.773-.445-1.101-.21L49.48 8.687l.165-2.274a.74.74 0 0 0-.727-.82c-.492 0-.773.375-.75.82l.14 2.274l-1.898-1.29c-.328-.234-.82-.21-1.055.211c-.21.352-.117.844.329 1.079l2.015 1.007l-2.015.985c-.446.187-.563.703-.352 1.101c.211.375.75.446 1.078.211l1.899-1.265l-.118 2.226c-.023.445.235.844.727.844M5.652 22.914c3.375-1.078 6.868-1.617 10.196-1.617c4.312 0 7.476.68 11.554.68c4.219 0 6.844-2.86 6.844-6.586c0-3.82-2.93-6.54-6.539-6.54c-2.672 0-5.016 1.665-6 3.891c-.375.774-.234 1.688.586 2.11c.75.375 1.664.14 2.156-.82c.516-1.196 1.781-2.134 3.258-2.134c1.945 0 3.469 1.36 3.469 3.493s-1.477 3.539-3.774 3.539c-3.89 0-7.101-.703-11.554-.703c-3.82 0-7.688.68-11.133 1.78c-.985.282-1.36 1.126-1.125 1.946c.234.797 1.008 1.266 2.062.961M42.31 33.883c5.46 0 9.328-3.469 9.328-8.32c0-4.782-3.68-8.25-8.25-8.25c-4.242 0-7.383 2.953-7.946 6.843c-.14.961.399 1.735 1.242 1.852c.868.117 1.618-.422 1.805-1.524c.399-2.437 2.438-4.125 4.899-4.125c2.86 0 5.18 2.133 5.18 5.203c0 3.118-2.461 5.274-6.258 5.274c-7.149 0-14.86-4.078-24.235-4.078c-4.828 0-9.234.773-13.36 2.25c-.96.328-1.359 1.148-1.124 1.969c.234.796 1.031 1.289 2.062.937c3.82-1.453 7.805-2.086 12.422-2.086c9.352 0 16.336 4.055 24.235 4.055M27.426 50.406c3.61 0 6.398-2.672 6.398-6.492c0-5.531-5.648-8.625-16.054-8.625c-4.36 0-9.07.844-13.055 2.227c-.961.328-1.36 1.148-1.125 1.968c.234.797 1.031 1.29 2.062.938c3.727-1.336 7.899-2.063 12.118-2.063c8.507 0 13.007 2.133 13.007 5.555c0 2.156-1.5 3.445-3.351 3.445c-1.852 0-2.977-1.242-3.305-3.21c-.14-.868-.773-1.57-1.781-1.5c-1.055.07-1.477.96-1.336 1.898c.422 3.258 2.836 5.86 6.422 5.86m21.492-4.195c.422 0 .727-.398.703-.844l-.14-2.226l1.85 1.265c.33.235.868.14 1.102-.21a.783.783 0 0 0-.374-1.102l-2.016-.985l2.039-1.007a.804.804 0 0 0 .351-1.079c-.187-.375-.773-.445-1.101-.21l-1.852 1.289l.165-2.25c.046-.47-.305-.844-.727-.844c-.492 0-.773.375-.75.844l.14 2.25l-1.898-1.29c-.328-.234-.82-.187-1.055.211c-.21.352-.117.844.329 1.079l2.015 1.007l-2.015.985a.786.786 0 0 0-.352 1.101c.211.375.75.446 1.078.211l1.899-1.265l-.118 2.226c-.023.446.235.844.727.844"/></svg> </template>
CSS
.icon-wind-snow {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M48.918%2013.797c.422%200%20.727-.399.703-.844l-.14-2.226l1.85%201.265c.33.235.868.14%201.102-.21a.778.778%200%200%200-.374-1.102l-2.016-.985l2.039-1.008a.804.804%200%200%200%20.351-1.078c-.187-.375-.773-.445-1.101-.21L49.48%208.687l.165-2.274a.74.74%200%200%200-.727-.82c-.492%200-.773.375-.75.82l.14%202.274l-1.898-1.29c-.328-.234-.82-.21-1.055.211c-.21.352-.117.844.329%201.079l2.015%201.007l-2.015.985c-.446.187-.563.703-.352%201.101c.211.375.75.446%201.078.211l1.899-1.265l-.118%202.226c-.023.445.235.844.727.844M5.652%2022.914c3.375-1.078%206.868-1.617%2010.196-1.617c4.312%200%207.476.68%2011.554.68c4.219%200%206.844-2.86%206.844-6.586c0-3.82-2.93-6.54-6.539-6.54c-2.672%200-5.016%201.665-6%203.891c-.375.774-.234%201.688.586%202.11c.75.375%201.664.14%202.156-.82c.516-1.196%201.781-2.134%203.258-2.134c1.945%200%203.469%201.36%203.469%203.493s-1.477%203.539-3.774%203.539c-3.89%200-7.101-.703-11.554-.703c-3.82%200-7.688.68-11.133%201.78c-.985.282-1.36%201.126-1.125%201.946c.234.797%201.008%201.266%202.062.961M42.31%2033.883c5.46%200%209.328-3.469%209.328-8.32c0-4.782-3.68-8.25-8.25-8.25c-4.242%200-7.383%202.953-7.946%206.843c-.14.961.399%201.735%201.242%201.852c.868.117%201.618-.422%201.805-1.524c.399-2.437%202.438-4.125%204.899-4.125c2.86%200%205.18%202.133%205.18%205.203c0%203.118-2.461%205.274-6.258%205.274c-7.149%200-14.86-4.078-24.235-4.078c-4.828%200-9.234.773-13.36%202.25c-.96.328-1.359%201.148-1.124%201.969c.234.796%201.031%201.289%202.062.937c3.82-1.453%207.805-2.086%2012.422-2.086c9.352%200%2016.336%204.055%2024.235%204.055M27.426%2050.406c3.61%200%206.398-2.672%206.398-6.492c0-5.531-5.648-8.625-16.054-8.625c-4.36%200-9.07.844-13.055%202.227c-.961.328-1.36%201.148-1.125%201.968c.234.797%201.031%201.29%202.062.938c3.727-1.336%207.899-2.063%2012.118-2.063c8.507%200%2013.007%202.133%2013.007%205.555c0%202.156-1.5%203.445-3.351%203.445c-1.852%200-2.977-1.242-3.305-3.21c-.14-.868-.773-1.57-1.781-1.5c-1.055.07-1.477.96-1.336%201.898c.422%203.258%202.836%205.86%206.422%205.86m21.492-4.195c.422%200%20.727-.398.703-.844l-.14-2.226l1.85%201.265c.33.235.868.14%201.102-.21a.783.783%200%200%200-.374-1.102l-2.016-.985l2.039-1.007a.804.804%200%200%200%20.351-1.079c-.187-.375-.773-.445-1.101-.21l-1.852%201.289l.165-2.25c.046-.47-.305-.844-.727-.844c-.492%200-.773.375-.75.844l.14%202.25l-1.898-1.29c-.328-.234-.82-.187-1.055.211c-.21.352-.117.844.329%201.079l2.015%201.007l-2.015.985a.786.786%200%200%200-.352%201.101c.211.375.75.446%201.078.211l1.899-1.265l-.118%202.226c-.023.446.235.844.727.844%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M48.918%2013.797c.422%200%20.727-.399.703-.844l-.14-2.226l1.85%201.265c.33.235.868.14%201.102-.21a.778.778%200%200%200-.374-1.102l-2.016-.985l2.039-1.008a.804.804%200%200%200%20.351-1.078c-.187-.375-.773-.445-1.101-.21L49.48%208.687l.165-2.274a.74.74%200%200%200-.727-.82c-.492%200-.773.375-.75.82l.14%202.274l-1.898-1.29c-.328-.234-.82-.21-1.055.211c-.21.352-.117.844.329%201.079l2.015%201.007l-2.015.985c-.446.187-.563.703-.352%201.101c.211.375.75.446%201.078.211l1.899-1.265l-.118%202.226c-.023.445.235.844.727.844M5.652%2022.914c3.375-1.078%206.868-1.617%2010.196-1.617c4.312%200%207.476.68%2011.554.68c4.219%200%206.844-2.86%206.844-6.586c0-3.82-2.93-6.54-6.539-6.54c-2.672%200-5.016%201.665-6%203.891c-.375.774-.234%201.688.586%202.11c.75.375%201.664.14%202.156-.82c.516-1.196%201.781-2.134%203.258-2.134c1.945%200%203.469%201.36%203.469%203.493s-1.477%203.539-3.774%203.539c-3.89%200-7.101-.703-11.554-.703c-3.82%200-7.688.68-11.133%201.78c-.985.282-1.36%201.126-1.125%201.946c.234.797%201.008%201.266%202.062.961M42.31%2033.883c5.46%200%209.328-3.469%209.328-8.32c0-4.782-3.68-8.25-8.25-8.25c-4.242%200-7.383%202.953-7.946%206.843c-.14.961.399%201.735%201.242%201.852c.868.117%201.618-.422%201.805-1.524c.399-2.437%202.438-4.125%204.899-4.125c2.86%200%205.18%202.133%205.18%205.203c0%203.118-2.461%205.274-6.258%205.274c-7.149%200-14.86-4.078-24.235-4.078c-4.828%200-9.234.773-13.36%202.25c-.96.328-1.359%201.148-1.124%201.969c.234.796%201.031%201.289%202.062.937c3.82-1.453%207.805-2.086%2012.422-2.086c9.352%200%2016.336%204.055%2024.235%204.055M27.426%2050.406c3.61%200%206.398-2.672%206.398-6.492c0-5.531-5.648-8.625-16.054-8.625c-4.36%200-9.07.844-13.055%202.227c-.961.328-1.36%201.148-1.125%201.968c.234.797%201.031%201.29%202.062.938c3.727-1.336%207.899-2.063%2012.118-2.063c8.507%200%2013.007%202.133%2013.007%205.555c0%202.156-1.5%203.445-3.351%203.445c-1.852%200-2.977-1.242-3.305-3.21c-.14-.868-.773-1.57-1.781-1.5c-1.055.07-1.477.96-1.336%201.898c.422%203.258%202.836%205.86%206.422%205.86m21.492-4.195c.422%200%20.727-.398.703-.844l-.14-2.226l1.85%201.265c.33.235.868.14%201.102-.21a.783.783%200%200%200-.374-1.102l-2.016-.985l2.039-1.007a.804.804%200%200%200%20.351-1.079c-.187-.375-.773-.445-1.101-.21l-1.852%201.289l.165-2.25c.046-.47-.305-.844-.727-.844c-.492%200-.773.375-.75.844l.14%202.25l-1.898-1.29c-.328-.234-.82-.187-1.055.211c-.21.352-.117.844.329%201.079l2.015%201.007l-2.015.985a.786.786%200%200%200-.352%201.101c.211.375.75.446%201.078.211l1.899-1.265l-.118%202.226c-.023.446.235.844.727.844%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/wind-snow.svg?color=%231a73e8&size=48