md partly sunny icon
md-partly-sunny from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- md-partly-sunny
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
md-addmd-add-circlemd-airplanemd-alarmmd-albumsmd-alertmd-american-footballmd-analyticsmd-aperturemd-appsmd-appstoremd-archivemd-arrow-backmd-arrow-downmd-arrow-dropdownmd-arrow-dropdown-circlemd-arrow-dropleftmd-arrow-dropleft-circlemd-arrow-droprightmd-arrow-dropright-circlemd-arrow-dropupmd-arrow-dropup-circlemd-arrow-forwardmd-arrow-round-back
Use the md partly sunny icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M248.03 116.81l24.679-24.678 19.233 19.234-24.678 24.677z" fill="currentColor"/><path d="M176 125.7c-45.3 0-82.3 37-82.3 82.3 0 17.5 5.5 33.7 14.9 47 15.3-13 33.9-22.6 54.7-27.6l13.2-16.6c13.6-17.1 30.7-30.2 50.8-38.9 6.1-2.6 12.4-4.8 19-6.6-14.5-23.7-40.6-39.6-70.3-39.6z" fill="currentColor"/><path d="M162 64h28v41h-28z" fill="currentColor"/><path d="M32 194h41v28H32z" fill="currentColor"/><path d="M81.6 276.8l-.8-.8-24.7 24.7 19.2 19.2 24.7-24.7z" fill="currentColor"/><path d="M79.289 92.13l24.678 24.678-19.233 19.233-24.678-24.678z" fill="currentColor"/><path d="M405.6 288.6C394.7 233.4 346.2 192 288 192c-34 0-65.1 11.9-86.5 38.8 29.4 2.2 56.7 13 77.8 33.9 15.6 15.6 26.6 34.6 32.1 55.3h-28.7c-13.1-37.3-48-64-90.6-64-5.1 0-12.3.6-17.7 1.7C128.6 267.1 96 305 96 352c0 53 43 96 96 96h208c44.2 0 80-35.8 80-80 0-42.2-32.8-76.5-74.4-79.4z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonMdPartlySunny(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M248.03 116.81l24.679-24.678 19.233 19.234-24.678 24.677z" fill="currentColor"/><path d="M176 125.7c-45.3 0-82.3 37-82.3 82.3 0 17.5 5.5 33.7 14.9 47 15.3-13 33.9-22.6 54.7-27.6l13.2-16.6c13.6-17.1 30.7-30.2 50.8-38.9 6.1-2.6 12.4-4.8 19-6.6-14.5-23.7-40.6-39.6-70.3-39.6z" fill="currentColor"/><path d="M162 64h28v41h-28z" fill="currentColor"/><path d="M32 194h41v28H32z" fill="currentColor"/><path d="M81.6 276.8l-.8-.8-24.7 24.7 19.2 19.2 24.7-24.7z" fill="currentColor"/><path d="M79.289 92.13l24.678 24.678-19.233 19.233-24.678-24.678z" fill="currentColor"/><path d="M405.6 288.6C394.7 233.4 346.2 192 288 192c-34 0-65.1 11.9-86.5 38.8 29.4 2.2 56.7 13 77.8 33.9 15.6 15.6 26.6 34.6 32.1 55.3h-28.7c-13.1-37.3-48-64-90.6-64-5.1 0-12.3.6-17.7 1.7C128.6 267.1 96 305 96 352c0 53 43 96 96 96h208c44.2 0 80-35.8 80-80 0-42.2-32.8-76.5-74.4-79.4z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M248.03 116.81l24.679-24.678 19.233 19.234-24.678 24.677z" fill="currentColor"/><path d="M176 125.7c-45.3 0-82.3 37-82.3 82.3 0 17.5 5.5 33.7 14.9 47 15.3-13 33.9-22.6 54.7-27.6l13.2-16.6c13.6-17.1 30.7-30.2 50.8-38.9 6.1-2.6 12.4-4.8 19-6.6-14.5-23.7-40.6-39.6-70.3-39.6z" fill="currentColor"/><path d="M162 64h28v41h-28z" fill="currentColor"/><path d="M32 194h41v28H32z" fill="currentColor"/><path d="M81.6 276.8l-.8-.8-24.7 24.7 19.2 19.2 24.7-24.7z" fill="currentColor"/><path d="M79.289 92.13l24.678 24.678-19.233 19.233-24.678-24.678z" fill="currentColor"/><path d="M405.6 288.6C394.7 233.4 346.2 192 288 192c-34 0-65.1 11.9-86.5 38.8 29.4 2.2 56.7 13 77.8 33.9 15.6 15.6 26.6 34.6 32.1 55.3h-28.7c-13.1-37.3-48-64-90.6-64-5.1 0-12.3.6-17.7 1.7C128.6 267.1 96 305 96 352c0 53 43 96 96 96h208c44.2 0 80-35.8 80-80 0-42.2-32.8-76.5-74.4-79.4z" fill="currentColor"/></svg> </template>
CSS
.icon-md-partly-sunny {
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%22M248.03%20116.81l24.679-24.678%2019.233%2019.234-24.678%2024.677z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M176%20125.7c-45.3%200-82.3%2037-82.3%2082.3%200%2017.5%205.5%2033.7%2014.9%2047%2015.3-13%2033.9-22.6%2054.7-27.6l13.2-16.6c13.6-17.1%2030.7-30.2%2050.8-38.9%206.1-2.6%2012.4-4.8%2019-6.6-14.5-23.7-40.6-39.6-70.3-39.6z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M162%2064h28v41h-28z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M32%20194h41v28H32z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M81.6%20276.8l-.8-.8-24.7%2024.7%2019.2%2019.2%2024.7-24.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M79.289%2092.13l24.678%2024.678-19.233%2019.233-24.678-24.678z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M405.6%20288.6C394.7%20233.4%20346.2%20192%20288%20192c-34%200-65.1%2011.9-86.5%2038.8%2029.4%202.2%2056.7%2013%2077.8%2033.9%2015.6%2015.6%2026.6%2034.6%2032.1%2055.3h-28.7c-13.1-37.3-48-64-90.6-64-5.1%200-12.3.6-17.7%201.7C128.6%20267.1%2096%20305%2096%20352c0%2053%2043%2096%2096%2096h208c44.2%200%2080-35.8%2080-80%200-42.2-32.8-76.5-74.4-79.4z%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%22M248.03%20116.81l24.679-24.678%2019.233%2019.234-24.678%2024.677z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M176%20125.7c-45.3%200-82.3%2037-82.3%2082.3%200%2017.5%205.5%2033.7%2014.9%2047%2015.3-13%2033.9-22.6%2054.7-27.6l13.2-16.6c13.6-17.1%2030.7-30.2%2050.8-38.9%206.1-2.6%2012.4-4.8%2019-6.6-14.5-23.7-40.6-39.6-70.3-39.6z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M162%2064h28v41h-28z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M32%20194h41v28H32z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M81.6%20276.8l-.8-.8-24.7%2024.7%2019.2%2019.2%2024.7-24.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M79.289%2092.13l24.678%2024.678-19.233%2019.233-24.678-24.678z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M405.6%20288.6C394.7%20233.4%20346.2%20192%20288%20192c-34%200-65.1%2011.9-86.5%2038.8%2029.4%202.2%2056.7%2013%2077.8%2033.9%2015.6%2015.6%2026.6%2034.6%2032.1%2055.3h-28.7c-13.1-37.3-48-64-90.6-64-5.1%200-12.3.6-17.7%201.7C128.6%20267.1%2096%20305%2096%20352c0%2053%2043%2096%2096%2096h208c44.2%200%2080-35.8%2080-80%200-42.2-32.8-76.5-74.4-79.4z%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/md-partly-sunny.svg?color=%231a73e8&size=48