mountain sun icon
mountain-sun from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- mountain-sun
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the mountain sun icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M560 160a80 80 0 1 0 0-160a80 80 0 1 0 0 160M55.9 512h523c33.8 0 61.1-27.4 61.1-61.1c0-11.2-3.1-22.2-8.9-31.8l-132-216.3C495 196.1 487.8 192 480 192s-15 4.1-19.1 10.7l-48.2 79L286.8 81c-6.6-10.6-18.3-17-30.8-17s-24.1 6.4-30.8 17L8.6 426.4C3 435.3 0 445.6 0 456.1C0 487 25 512 55.9 512"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidMountainSun(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M560 160a80 80 0 1 0 0-160a80 80 0 1 0 0 160M55.9 512h523c33.8 0 61.1-27.4 61.1-61.1c0-11.2-3.1-22.2-8.9-31.8l-132-216.3C495 196.1 487.8 192 480 192s-15 4.1-19.1 10.7l-48.2 79L286.8 81c-6.6-10.6-18.3-17-30.8-17s-24.1 6.4-30.8 17L8.6 426.4C3 435.3 0 445.6 0 456.1C0 487 25 512 55.9 512"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M560 160a80 80 0 1 0 0-160a80 80 0 1 0 0 160M55.9 512h523c33.8 0 61.1-27.4 61.1-61.1c0-11.2-3.1-22.2-8.9-31.8l-132-216.3C495 196.1 487.8 192 480 192s-15 4.1-19.1 10.7l-48.2 79L286.8 81c-6.6-10.6-18.3-17-30.8-17s-24.1 6.4-30.8 17L8.6 426.4C3 435.3 0 445.6 0 456.1C0 487 25 512 55.9 512"/></svg> </template>
CSS
.icon-mountain-sun {
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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M560%20160a80%2080%200%201%200%200-160a80%2080%200%201%200%200%20160M55.9%20512h523c33.8%200%2061.1-27.4%2061.1-61.1c0-11.2-3.1-22.2-8.9-31.8l-132-216.3C495%20196.1%20487.8%20192%20480%20192s-15%204.1-19.1%2010.7l-48.2%2079L286.8%2081c-6.6-10.6-18.3-17-30.8-17s-24.1%206.4-30.8%2017L8.6%20426.4C3%20435.3%200%20445.6%200%20456.1C0%20487%2025%20512%2055.9%20512%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M560%20160a80%2080%200%201%200%200-160a80%2080%200%201%200%200%20160M55.9%20512h523c33.8%200%2061.1-27.4%2061.1-61.1c0-11.2-3.1-22.2-8.9-31.8l-132-216.3C495%20196.1%20487.8%20192%20480%20192s-15%204.1-19.1%2010.7l-48.2%2079L286.8%2081c-6.6-10.6-18.3-17-30.8-17s-24.1%206.4-30.8%2017L8.6%20426.4C3%20435.3%200%20445.6%200%20456.1C0%20487%2025%20512%2055.9%20512%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/mountain-sun.svg?color=%231a73e8&size=48