hill avalanche icon
hill-avalanche from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- hill-avalanche
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 576×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the hill avalanche icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M439.7 401.9c34.2 23.1 81.1 19.5 111.4-10.8c34.4-34.4 34.4-90.1 0-124.4c-27.8-27.8-69.5-33.1-102.6-16c-11.8 6.1-16.4 20.6-10.3 32.3s20.6 16.4 32.3 10.3c15.1-7.8 34-5.3 46.6 7.3c15.6 15.6 15.6 40.9 0 56.6s-40.9 15.6-56.6 0l-81.7-81.7c22.4-14.2 37.2-39.1 37.2-67.5c0-33.9-21.1-62.9-50.9-74.5c1.9-6.8 2.9-14 2.9-21.5c0-44.2-35.8-80-80-80c-27.3 0-51.5 13.7-65.9 34.6c-5.8-20-24.2-34.6-46.1-34.6c-26.5 0-48 21.5-48 48c0 4 .5 7.9 1.4 11.6zM480 64a32 32 0 1 0-64 0a32 32 0 1 0 64 0m0 128a32 32 0 1 0 0-64a32 32 0 1 0 0 64M68.3 87C43.1 61.8 0 79.7 0 115.3V432c0 44.2 35.8 80 80 80h316.7c35.6 0 53.5-43.1 28.3-68.3z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidHillAvalanche(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M439.7 401.9c34.2 23.1 81.1 19.5 111.4-10.8c34.4-34.4 34.4-90.1 0-124.4c-27.8-27.8-69.5-33.1-102.6-16c-11.8 6.1-16.4 20.6-10.3 32.3s20.6 16.4 32.3 10.3c15.1-7.8 34-5.3 46.6 7.3c15.6 15.6 15.6 40.9 0 56.6s-40.9 15.6-56.6 0l-81.7-81.7c22.4-14.2 37.2-39.1 37.2-67.5c0-33.9-21.1-62.9-50.9-74.5c1.9-6.8 2.9-14 2.9-21.5c0-44.2-35.8-80-80-80c-27.3 0-51.5 13.7-65.9 34.6c-5.8-20-24.2-34.6-46.1-34.6c-26.5 0-48 21.5-48 48c0 4 .5 7.9 1.4 11.6zM480 64a32 32 0 1 0-64 0a32 32 0 1 0 64 0m0 128a32 32 0 1 0 0-64a32 32 0 1 0 0 64M68.3 87C43.1 61.8 0 79.7 0 115.3V432c0 44.2 35.8 80 80 80h316.7c35.6 0 53.5-43.1 28.3-68.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M439.7 401.9c34.2 23.1 81.1 19.5 111.4-10.8c34.4-34.4 34.4-90.1 0-124.4c-27.8-27.8-69.5-33.1-102.6-16c-11.8 6.1-16.4 20.6-10.3 32.3s20.6 16.4 32.3 10.3c15.1-7.8 34-5.3 46.6 7.3c15.6 15.6 15.6 40.9 0 56.6s-40.9 15.6-56.6 0l-81.7-81.7c22.4-14.2 37.2-39.1 37.2-67.5c0-33.9-21.1-62.9-50.9-74.5c1.9-6.8 2.9-14 2.9-21.5c0-44.2-35.8-80-80-80c-27.3 0-51.5 13.7-65.9 34.6c-5.8-20-24.2-34.6-46.1-34.6c-26.5 0-48 21.5-48 48c0 4 .5 7.9 1.4 11.6zM480 64a32 32 0 1 0-64 0a32 32 0 1 0 64 0m0 128a32 32 0 1 0 0-64a32 32 0 1 0 0 64M68.3 87C43.1 61.8 0 79.7 0 115.3V432c0 44.2 35.8 80 80 80h316.7c35.6 0 53.5-43.1 28.3-68.3z"/></svg> </template>
CSS
.icon-hill-avalanche {
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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M439.7%20401.9c34.2%2023.1%2081.1%2019.5%20111.4-10.8c34.4-34.4%2034.4-90.1%200-124.4c-27.8-27.8-69.5-33.1-102.6-16c-11.8%206.1-16.4%2020.6-10.3%2032.3s20.6%2016.4%2032.3%2010.3c15.1-7.8%2034-5.3%2046.6%207.3c15.6%2015.6%2015.6%2040.9%200%2056.6s-40.9%2015.6-56.6%200l-81.7-81.7c22.4-14.2%2037.2-39.1%2037.2-67.5c0-33.9-21.1-62.9-50.9-74.5c1.9-6.8%202.9-14%202.9-21.5c0-44.2-35.8-80-80-80c-27.3%200-51.5%2013.7-65.9%2034.6c-5.8-20-24.2-34.6-46.1-34.6c-26.5%200-48%2021.5-48%2048c0%204%20.5%207.9%201.4%2011.6zM480%2064a32%2032%200%201%200-64%200a32%2032%200%201%200%2064%200m0%20128a32%2032%200%201%200%200-64a32%2032%200%201%200%200%2064M68.3%2087C43.1%2061.8%200%2079.7%200%20115.3V432c0%2044.2%2035.8%2080%2080%2080h316.7c35.6%200%2053.5-43.1%2028.3-68.3z%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M439.7%20401.9c34.2%2023.1%2081.1%2019.5%20111.4-10.8c34.4-34.4%2034.4-90.1%200-124.4c-27.8-27.8-69.5-33.1-102.6-16c-11.8%206.1-16.4%2020.6-10.3%2032.3s20.6%2016.4%2032.3%2010.3c15.1-7.8%2034-5.3%2046.6%207.3c15.6%2015.6%2015.6%2040.9%200%2056.6s-40.9%2015.6-56.6%200l-81.7-81.7c22.4-14.2%2037.2-39.1%2037.2-67.5c0-33.9-21.1-62.9-50.9-74.5c1.9-6.8%202.9-14%202.9-21.5c0-44.2-35.8-80-80-80c-27.3%200-51.5%2013.7-65.9%2034.6c-5.8-20-24.2-34.6-46.1-34.6c-26.5%200-48%2021.5-48%2048c0%204%20.5%207.9%201.4%2011.6zM480%2064a32%2032%200%201%200-64%200a32%2032%200%201%200%2064%200m0%20128a32%2032%200%201%200%200-64a32%2032%200%201%200%200%2064M68.3%2087C43.1%2061.8%200%2079.7%200%20115.3V432c0%2044.2%2035.8%2080%2080%2080h316.7c35.6%200%2053.5-43.1%2028.3-68.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/hill-avalanche.svg?color=%231a73e8&size=48