icicles from Font Awesome 6 Solid by Dave Gandy · Regular · Winter · CC-BY-4.0 Attribution required.

Name
icicles
Set
Font Awesome 6 Solid
Style
Regular
Category
Winter
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

Use the icicles icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M75.8 304.8L1 35.7c-.7-2.5-1-5-1-7.5C0 12.6 12.6 0 28.2 0h454.2C498.8 0 512 13.2 512 29.6c0 1.6-.1 3.3-.4 4.9l-77 461.6c-1.5 9.2-9.5 15.9-18.8 15.9c-9.2 0-17.1-6.6-18.7-15.6L336 160l-28.8 143.9c-1.9 9.3-10.1 16.1-19.6 16.1c-9.2 0-17.2-6.2-19.4-15.1L240 192l-29.4 176.2c-1.5 9.1-9.4 15.8-18.6 15.8s-17.1-6.7-18.6-15.8L144 192l-28.1 112.3c-2.3 9.2-10.6 15.7-20.1 15.7c-9.3 0-17.5-6.2-20-15.2"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidIcicles(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M75.8 304.8L1 35.7c-.7-2.5-1-5-1-7.5C0 12.6 12.6 0 28.2 0h454.2C498.8 0 512 13.2 512 29.6c0 1.6-.1 3.3-.4 4.9l-77 461.6c-1.5 9.2-9.5 15.9-18.8 15.9c-9.2 0-17.1-6.6-18.7-15.6L336 160l-28.8 143.9c-1.9 9.3-10.1 16.1-19.6 16.1c-9.2 0-17.2-6.2-19.4-15.1L240 192l-29.4 176.2c-1.5 9.1-9.4 15.8-18.6 15.8s-17.1-6.7-18.6-15.8L144 192l-28.1 112.3c-2.3 9.2-10.6 15.7-20.1 15.7c-9.3 0-17.5-6.2-20-15.2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M75.8 304.8L1 35.7c-.7-2.5-1-5-1-7.5C0 12.6 12.6 0 28.2 0h454.2C498.8 0 512 13.2 512 29.6c0 1.6-.1 3.3-.4 4.9l-77 461.6c-1.5 9.2-9.5 15.9-18.8 15.9c-9.2 0-17.1-6.6-18.7-15.6L336 160l-28.8 143.9c-1.9 9.3-10.1 16.1-19.6 16.1c-9.2 0-17.2-6.2-19.4-15.1L240 192l-29.4 176.2c-1.5 9.1-9.4 15.8-18.6 15.8s-17.1-6.7-18.6-15.8L144 192l-28.1 112.3c-2.3 9.2-10.6 15.7-20.1 15.7c-9.3 0-17.5-6.2-20-15.2"/></svg>
</template>

CSS

.icon-icicles {
  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%20fill%3D%22currentColor%22%20d%3D%22M75.8%20304.8L1%2035.7c-.7-2.5-1-5-1-7.5C0%2012.6%2012.6%200%2028.2%200h454.2C498.8%200%20512%2013.2%20512%2029.6c0%201.6-.1%203.3-.4%204.9l-77%20461.6c-1.5%209.2-9.5%2015.9-18.8%2015.9c-9.2%200-17.1-6.6-18.7-15.6L336%20160l-28.8%20143.9c-1.9%209.3-10.1%2016.1-19.6%2016.1c-9.2%200-17.2-6.2-19.4-15.1L240%20192l-29.4%20176.2c-1.5%209.1-9.4%2015.8-18.6%2015.8s-17.1-6.7-18.6-15.8L144%20192l-28.1%20112.3c-2.3%209.2-10.6%2015.7-20.1%2015.7c-9.3%200-17.5-6.2-20-15.2%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%20fill%3D%22currentColor%22%20d%3D%22M75.8%20304.8L1%2035.7c-.7-2.5-1-5-1-7.5C0%2012.6%2012.6%200%2028.2%200h454.2C498.8%200%20512%2013.2%20512%2029.6c0%201.6-.1%203.3-.4%204.9l-77%20461.6c-1.5%209.2-9.5%2015.9-18.8%2015.9c-9.2%200-17.1-6.6-18.7-15.6L336%20160l-28.8%20143.9c-1.9%209.3-10.1%2016.1-19.6%2016.1c-9.2%200-17.2-6.2-19.4-15.1L240%20192l-29.4%20176.2c-1.5%209.1-9.4%2015.8-18.6%2015.8s-17.1-6.7-18.6-15.8L144%20192l-28.1%20112.3c-2.3%209.2-10.6%2015.7-20.1%2015.7c-9.3%200-17.5-6.2-20-15.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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