snow from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
snow
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

The same icon in other sets

Use the snow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M17.781 41.57c.703 0 1.242-.61 1.242-1.453L19 34.797l2.156-1.242l5.86-3.867l-.399 7.007v2.485l-4.64 2.625c-.75.422-.985 1.195-.61 1.804c.399.727 1.149.82 1.875.399l3.375-1.922v4.242c0 .867.563 1.477 1.383 1.477c.867 0 1.383-.61 1.383-1.477v-4.242l3.351 1.922c.727.422 1.477.328 1.899-.375c.375-.633.117-1.406-.633-1.828l-4.617-2.625v-2.485l-.399-7.007l5.86 3.843L37 34.773l-.047 5.344c0 .844.54 1.453 1.266 1.453c.843 0 1.289-.633 1.289-1.453V36.25l3.703 2.133c.75.422 1.523.258 1.922-.492c.422-.703.187-1.524-.54-1.922l-3.702-2.133l3.351-1.945c.727-.422 1.032-1.125.61-1.828c-.375-.633-1.125-.82-1.875-.375l-4.594 2.695l-2.156-1.242L29.945 28l6.282-3.14l2.156-1.266l4.594 2.695c.726.445 1.523.258 1.898-.352c.398-.726.094-1.43-.633-1.851l-3.328-1.945l3.68-2.11c.75-.445.984-1.195.539-1.945c-.399-.703-1.172-.914-1.922-.469l-3.703 2.133l-.024-3.89c0-.82-.422-1.454-1.265-1.43c-.727 0-1.266.586-1.266 1.43L37 21.202l-2.156 1.242l-5.86 3.844l.399-7.008v-2.484L34 14.172c.75-.422 1.008-1.196.633-1.805c-.422-.726-1.172-.82-1.899-.398l-3.351 1.922V9.648c0-.867-.516-1.453-1.383-1.453c-.82 0-1.383.586-1.383 1.453v4.243l-3.375-1.922c-.726-.399-1.476-.328-1.875.398c-.375.61-.14 1.383.61 1.805l4.64 2.625v2.484l.399 7.032l-5.86-3.868L19 21.18l.023-5.32c0-.844-.539-1.43-1.242-1.43c-.843 0-1.289.61-1.289 1.43l-.023 3.867l-3.68-2.11c-.726-.422-1.523-.234-1.922.469c-.445.75-.187 1.523.54 1.945l3.679 2.11l-3.328 1.945c-.727.422-1.055 1.102-.633 1.852c.352.609 1.172.796 1.899.351l4.593-2.672l2.156 1.242L26.056 28l-6.282 3.14l-2.156 1.243l-4.594-2.696c-.75-.445-1.523-.257-1.875.352c-.398.75-.117 1.43.61 1.852l3.328 1.945l-3.68 2.133c-.726.398-.96 1.218-.539 1.922c.422.75 1.195.89 1.922.492l3.68-2.133l.023 3.867c0 .82.445 1.453 1.29 1.453"/></svg>

React

import type { SVGProps } from "react";

export function F7Snow(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="M17.781 41.57c.703 0 1.242-.61 1.242-1.453L19 34.797l2.156-1.242l5.86-3.867l-.399 7.007v2.485l-4.64 2.625c-.75.422-.985 1.195-.61 1.804c.399.727 1.149.82 1.875.399l3.375-1.922v4.242c0 .867.563 1.477 1.383 1.477c.867 0 1.383-.61 1.383-1.477v-4.242l3.351 1.922c.727.422 1.477.328 1.899-.375c.375-.633.117-1.406-.633-1.828l-4.617-2.625v-2.485l-.399-7.007l5.86 3.843L37 34.773l-.047 5.344c0 .844.54 1.453 1.266 1.453c.843 0 1.289-.633 1.289-1.453V36.25l3.703 2.133c.75.422 1.523.258 1.922-.492c.422-.703.187-1.524-.54-1.922l-3.702-2.133l3.351-1.945c.727-.422 1.032-1.125.61-1.828c-.375-.633-1.125-.82-1.875-.375l-4.594 2.695l-2.156-1.242L29.945 28l6.282-3.14l2.156-1.266l4.594 2.695c.726.445 1.523.258 1.898-.352c.398-.726.094-1.43-.633-1.851l-3.328-1.945l3.68-2.11c.75-.445.984-1.195.539-1.945c-.399-.703-1.172-.914-1.922-.469l-3.703 2.133l-.024-3.89c0-.82-.422-1.454-1.265-1.43c-.727 0-1.266.586-1.266 1.43L37 21.202l-2.156 1.242l-5.86 3.844l.399-7.008v-2.484L34 14.172c.75-.422 1.008-1.196.633-1.805c-.422-.726-1.172-.82-1.899-.398l-3.351 1.922V9.648c0-.867-.516-1.453-1.383-1.453c-.82 0-1.383.586-1.383 1.453v4.243l-3.375-1.922c-.726-.399-1.476-.328-1.875.398c-.375.61-.14 1.383.61 1.805l4.64 2.625v2.484l.399 7.032l-5.86-3.868L19 21.18l.023-5.32c0-.844-.539-1.43-1.242-1.43c-.843 0-1.289.61-1.289 1.43l-.023 3.867l-3.68-2.11c-.726-.422-1.523-.234-1.922.469c-.445.75-.187 1.523.54 1.945l3.679 2.11l-3.328 1.945c-.727.422-1.055 1.102-.633 1.852c.352.609 1.172.796 1.899.351l4.593-2.672l2.156 1.242L26.056 28l-6.282 3.14l-2.156 1.243l-4.594-2.696c-.75-.445-1.523-.257-1.875.352c-.398.75-.117 1.43.61 1.852l3.328 1.945l-3.68 2.133c-.726.398-.96 1.218-.539 1.922c.422.75 1.195.89 1.922.492l3.68-2.133l.023 3.867c0 .82.445 1.453 1.29 1.453"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M17.781 41.57c.703 0 1.242-.61 1.242-1.453L19 34.797l2.156-1.242l5.86-3.867l-.399 7.007v2.485l-4.64 2.625c-.75.422-.985 1.195-.61 1.804c.399.727 1.149.82 1.875.399l3.375-1.922v4.242c0 .867.563 1.477 1.383 1.477c.867 0 1.383-.61 1.383-1.477v-4.242l3.351 1.922c.727.422 1.477.328 1.899-.375c.375-.633.117-1.406-.633-1.828l-4.617-2.625v-2.485l-.399-7.007l5.86 3.843L37 34.773l-.047 5.344c0 .844.54 1.453 1.266 1.453c.843 0 1.289-.633 1.289-1.453V36.25l3.703 2.133c.75.422 1.523.258 1.922-.492c.422-.703.187-1.524-.54-1.922l-3.702-2.133l3.351-1.945c.727-.422 1.032-1.125.61-1.828c-.375-.633-1.125-.82-1.875-.375l-4.594 2.695l-2.156-1.242L29.945 28l6.282-3.14l2.156-1.266l4.594 2.695c.726.445 1.523.258 1.898-.352c.398-.726.094-1.43-.633-1.851l-3.328-1.945l3.68-2.11c.75-.445.984-1.195.539-1.945c-.399-.703-1.172-.914-1.922-.469l-3.703 2.133l-.024-3.89c0-.82-.422-1.454-1.265-1.43c-.727 0-1.266.586-1.266 1.43L37 21.202l-2.156 1.242l-5.86 3.844l.399-7.008v-2.484L34 14.172c.75-.422 1.008-1.196.633-1.805c-.422-.726-1.172-.82-1.899-.398l-3.351 1.922V9.648c0-.867-.516-1.453-1.383-1.453c-.82 0-1.383.586-1.383 1.453v4.243l-3.375-1.922c-.726-.399-1.476-.328-1.875.398c-.375.61-.14 1.383.61 1.805l4.64 2.625v2.484l.399 7.032l-5.86-3.868L19 21.18l.023-5.32c0-.844-.539-1.43-1.242-1.43c-.843 0-1.289.61-1.289 1.43l-.023 3.867l-3.68-2.11c-.726-.422-1.523-.234-1.922.469c-.445.75-.187 1.523.54 1.945l3.679 2.11l-3.328 1.945c-.727.422-1.055 1.102-.633 1.852c.352.609 1.172.796 1.899.351l4.593-2.672l2.156 1.242L26.056 28l-6.282 3.14l-2.156 1.243l-4.594-2.696c-.75-.445-1.523-.257-1.875.352c-.398.75-.117 1.43.61 1.852l3.328 1.945l-3.68 2.133c-.726.398-.96 1.218-.539 1.922c.422.75 1.195.89 1.922.492l3.68-2.133l.023 3.867c0 .82.445 1.453 1.29 1.453"/></svg>
</template>

CSS

.icon-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%22M17.781%2041.57c.703%200%201.242-.61%201.242-1.453L19%2034.797l2.156-1.242l5.86-3.867l-.399%207.007v2.485l-4.64%202.625c-.75.422-.985%201.195-.61%201.804c.399.727%201.149.82%201.875.399l3.375-1.922v4.242c0%20.867.563%201.477%201.383%201.477c.867%200%201.383-.61%201.383-1.477v-4.242l3.351%201.922c.727.422%201.477.328%201.899-.375c.375-.633.117-1.406-.633-1.828l-4.617-2.625v-2.485l-.399-7.007l5.86%203.843L37%2034.773l-.047%205.344c0%20.844.54%201.453%201.266%201.453c.843%200%201.289-.633%201.289-1.453V36.25l3.703%202.133c.75.422%201.523.258%201.922-.492c.422-.703.187-1.524-.54-1.922l-3.702-2.133l3.351-1.945c.727-.422%201.032-1.125.61-1.828c-.375-.633-1.125-.82-1.875-.375l-4.594%202.695l-2.156-1.242L29.945%2028l6.282-3.14l2.156-1.266l4.594%202.695c.726.445%201.523.258%201.898-.352c.398-.726.094-1.43-.633-1.851l-3.328-1.945l3.68-2.11c.75-.445.984-1.195.539-1.945c-.399-.703-1.172-.914-1.922-.469l-3.703%202.133l-.024-3.89c0-.82-.422-1.454-1.265-1.43c-.727%200-1.266.586-1.266%201.43L37%2021.202l-2.156%201.242l-5.86%203.844l.399-7.008v-2.484L34%2014.172c.75-.422%201.008-1.196.633-1.805c-.422-.726-1.172-.82-1.899-.398l-3.351%201.922V9.648c0-.867-.516-1.453-1.383-1.453c-.82%200-1.383.586-1.383%201.453v4.243l-3.375-1.922c-.726-.399-1.476-.328-1.875.398c-.375.61-.14%201.383.61%201.805l4.64%202.625v2.484l.399%207.032l-5.86-3.868L19%2021.18l.023-5.32c0-.844-.539-1.43-1.242-1.43c-.843%200-1.289.61-1.289%201.43l-.023%203.867l-3.68-2.11c-.726-.422-1.523-.234-1.922.469c-.445.75-.187%201.523.54%201.945l3.679%202.11l-3.328%201.945c-.727.422-1.055%201.102-.633%201.852c.352.609%201.172.796%201.899.351l4.593-2.672l2.156%201.242L26.056%2028l-6.282%203.14l-2.156%201.243l-4.594-2.696c-.75-.445-1.523-.257-1.875.352c-.398.75-.117%201.43.61%201.852l3.328%201.945l-3.68%202.133c-.726.398-.96%201.218-.539%201.922c.422.75%201.195.89%201.922.492l3.68-2.133l.023%203.867c0%20.82.445%201.453%201.29%201.453%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%22M17.781%2041.57c.703%200%201.242-.61%201.242-1.453L19%2034.797l2.156-1.242l5.86-3.867l-.399%207.007v2.485l-4.64%202.625c-.75.422-.985%201.195-.61%201.804c.399.727%201.149.82%201.875.399l3.375-1.922v4.242c0%20.867.563%201.477%201.383%201.477c.867%200%201.383-.61%201.383-1.477v-4.242l3.351%201.922c.727.422%201.477.328%201.899-.375c.375-.633.117-1.406-.633-1.828l-4.617-2.625v-2.485l-.399-7.007l5.86%203.843L37%2034.773l-.047%205.344c0%20.844.54%201.453%201.266%201.453c.843%200%201.289-.633%201.289-1.453V36.25l3.703%202.133c.75.422%201.523.258%201.922-.492c.422-.703.187-1.524-.54-1.922l-3.702-2.133l3.351-1.945c.727-.422%201.032-1.125.61-1.828c-.375-.633-1.125-.82-1.875-.375l-4.594%202.695l-2.156-1.242L29.945%2028l6.282-3.14l2.156-1.266l4.594%202.695c.726.445%201.523.258%201.898-.352c.398-.726.094-1.43-.633-1.851l-3.328-1.945l3.68-2.11c.75-.445.984-1.195.539-1.945c-.399-.703-1.172-.914-1.922-.469l-3.703%202.133l-.024-3.89c0-.82-.422-1.454-1.265-1.43c-.727%200-1.266.586-1.266%201.43L37%2021.202l-2.156%201.242l-5.86%203.844l.399-7.008v-2.484L34%2014.172c.75-.422%201.008-1.196.633-1.805c-.422-.726-1.172-.82-1.899-.398l-3.351%201.922V9.648c0-.867-.516-1.453-1.383-1.453c-.82%200-1.383.586-1.383%201.453v4.243l-3.375-1.922c-.726-.399-1.476-.328-1.875.398c-.375.61-.14%201.383.61%201.805l4.64%202.625v2.484l.399%207.032l-5.86-3.868L19%2021.18l.023-5.32c0-.844-.539-1.43-1.242-1.43c-.843%200-1.289.61-1.289%201.43l-.023%203.867l-3.68-2.11c-.726-.422-1.523-.234-1.922.469c-.445.75-.187%201.523.54%201.945l3.679%202.11l-3.328%201.945c-.727.422-1.055%201.102-.633%201.852c.352.609%201.172.796%201.899.351l4.593-2.672l2.156%201.242L26.056%2028l-6.282%203.14l-2.156%201.243l-4.594-2.696c-.75-.445-1.523-.257-1.875.352c-.398.75-.117%201.43.61%201.852l3.328%201.945l-3.68%202.133c-.726.398-.96%201.218-.539%201.922c.422.75%201.195.89%201.922.492l3.68-2.133l.023%203.867c0%20.82.445%201.453%201.29%201.453%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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