ios moon icon
ios-moon-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.
- Name
- ios-moon-outline
- Set
- IonIcons
- Style
- Outline
- Viewbox
- 512×512
- License
- MIT
1 other variant in IonIcons
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios moon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M343.1 315c-1.8.1-3.5.1-5.3.1-29.1 0-56.5-11.3-77.1-31.9-20.6-20.6-31.9-48-31.9-77.1 0-16.6 3.7-32.6 10.6-47.1 3.1-6.4 6.8-12.5 11.1-18.2-7.6.8-14.9 2.4-22 4.6-46.8 14.8-80.7 58.5-80.7 110.2 0 63.8 51.7 115.5 115.5 115.5 35.3 0 66.8-15.8 88-40.7 4.8-5.7 9.2-11.9 12.8-18.5-6.8 1.7-13.8 2.8-21 3.1zm-79.8 40.1c-54.9 0-99.5-44.6-99.5-99.5 0-39.1 22.6-72.9 55.4-89.2-4.2 12.5-6.4 25.8-6.4 39.7 0 65.9 51 119.9 115.6 124.7-17.4 15.2-40.2 24.3-65.1 24.3z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosMoonOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M343.1 315c-1.8.1-3.5.1-5.3.1-29.1 0-56.5-11.3-77.1-31.9-20.6-20.6-31.9-48-31.9-77.1 0-16.6 3.7-32.6 10.6-47.1 3.1-6.4 6.8-12.5 11.1-18.2-7.6.8-14.9 2.4-22 4.6-46.8 14.8-80.7 58.5-80.7 110.2 0 63.8 51.7 115.5 115.5 115.5 35.3 0 66.8-15.8 88-40.7 4.8-5.7 9.2-11.9 12.8-18.5-6.8 1.7-13.8 2.8-21 3.1zm-79.8 40.1c-54.9 0-99.5-44.6-99.5-99.5 0-39.1 22.6-72.9 55.4-89.2-4.2 12.5-6.4 25.8-6.4 39.7 0 65.9 51 119.9 115.6 124.7-17.4 15.2-40.2 24.3-65.1 24.3z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M343.1 315c-1.8.1-3.5.1-5.3.1-29.1 0-56.5-11.3-77.1-31.9-20.6-20.6-31.9-48-31.9-77.1 0-16.6 3.7-32.6 10.6-47.1 3.1-6.4 6.8-12.5 11.1-18.2-7.6.8-14.9 2.4-22 4.6-46.8 14.8-80.7 58.5-80.7 110.2 0 63.8 51.7 115.5 115.5 115.5 35.3 0 66.8-15.8 88-40.7 4.8-5.7 9.2-11.9 12.8-18.5-6.8 1.7-13.8 2.8-21 3.1zm-79.8 40.1c-54.9 0-99.5-44.6-99.5-99.5 0-39.1 22.6-72.9 55.4-89.2-4.2 12.5-6.4 25.8-6.4 39.7 0 65.9 51 119.9 115.6 124.7-17.4 15.2-40.2 24.3-65.1 24.3z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-moon-outline {
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%20d%3D%22M343.1%20315c-1.8.1-3.5.1-5.3.1-29.1%200-56.5-11.3-77.1-31.9-20.6-20.6-31.9-48-31.9-77.1%200-16.6%203.7-32.6%2010.6-47.1%203.1-6.4%206.8-12.5%2011.1-18.2-7.6.8-14.9%202.4-22%204.6-46.8%2014.8-80.7%2058.5-80.7%20110.2%200%2063.8%2051.7%20115.5%20115.5%20115.5%2035.3%200%2066.8-15.8%2088-40.7%204.8-5.7%209.2-11.9%2012.8-18.5-6.8%201.7-13.8%202.8-21%203.1zm-79.8%2040.1c-54.9%200-99.5-44.6-99.5-99.5%200-39.1%2022.6-72.9%2055.4-89.2-4.2%2012.5-6.4%2025.8-6.4%2039.7%200%2065.9%2051%20119.9%20115.6%20124.7-17.4%2015.2-40.2%2024.3-65.1%2024.3z%22%20fill%3D%22currentColor%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%20d%3D%22M343.1%20315c-1.8.1-3.5.1-5.3.1-29.1%200-56.5-11.3-77.1-31.9-20.6-20.6-31.9-48-31.9-77.1%200-16.6%203.7-32.6%2010.6-47.1%203.1-6.4%206.8-12.5%2011.1-18.2-7.6.8-14.9%202.4-22%204.6-46.8%2014.8-80.7%2058.5-80.7%20110.2%200%2063.8%2051.7%20115.5%20115.5%20115.5%2035.3%200%2066.8-15.8%2088-40.7%204.8-5.7%209.2-11.9%2012.8-18.5-6.8%201.7-13.8%202.8-21%203.1zm-79.8%2040.1c-54.9%200-99.5-44.6-99.5-99.5%200-39.1%2022.6-72.9%2055.4-89.2-4.2%2012.5-6.4%2025.8-6.4%2039.7%200%2065.9%2051%20119.9%20115.6%20124.7-17.4%2015.2-40.2%2024.3-65.1%2024.3z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-moon-outline.svg?color=%231a73e8&size=48