weather cloudy arrow right icon
weather-cloudy-arrow-right from Material Design Icons by Pictogrammers · Filled · Cloud · Apache-2.0 Free for personal and commercial use.
- Name
- weather-cloudy-arrow-right
- Set
- Material Design Icons
- Style
- Filled
- Category
- Cloud
- Viewbox
- 24×24
- License
- Apache 2.0
More cloud icons from Material Design Icons
cloudcloud-arrow-downcloud-arrow-leftcloud-arrow-rightcloud-arrow-upcloud-bracescloud-cancelcloud-checkcloud-check-variantcloud-circlecloud-clockcloud-cogcloud-downloadcloud-keycloud-lockcloud-lock-opencloud-minuscloud-offcloud-percentcloud-pluscloud-printcloud-questioncloud-refreshcloud-refresh-variant
Use the weather cloudy arrow right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6 7l.69.06A5.5 5.5 0 0 1 12 3a5.5 5.5 0 0 1 5.5 5.5l-.08.95c.46-.29 1-.45 1.58-.45a3 3 0 0 1 3 3a3 3 0 0 1-3 3H6a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2a2 2 0 0 0 2 2h13a1 1 0 0 0 1-1a1 1 0 0 0-1-1h-3.5V8.5A3.5 3.5 0 0 0 12 5a3.5 3.5 0 0 0-3.5 3.5V9zm16 10l-3 3v-2H2v-2h17v-2z"/></svg>
React
import type { SVGProps } from "react";
export function MdiWeatherCloudyArrowRight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6 7l.69.06A5.5 5.5 0 0 1 12 3a5.5 5.5 0 0 1 5.5 5.5l-.08.95c.46-.29 1-.45 1.58-.45a3 3 0 0 1 3 3a3 3 0 0 1-3 3H6a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2a2 2 0 0 0 2 2h13a1 1 0 0 0 1-1a1 1 0 0 0-1-1h-3.5V8.5A3.5 3.5 0 0 0 12 5a3.5 3.5 0 0 0-3.5 3.5V9zm16 10l-3 3v-2H2v-2h17v-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6 7l.69.06A5.5 5.5 0 0 1 12 3a5.5 5.5 0 0 1 5.5 5.5l-.08.95c.46-.29 1-.45 1.58-.45a3 3 0 0 1 3 3a3 3 0 0 1-3 3H6a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2a2 2 0 0 0 2 2h13a1 1 0 0 0 1-1a1 1 0 0 0-1-1h-3.5V8.5A3.5 3.5 0 0 0 12 5a3.5 3.5 0 0 0-3.5 3.5V9zm16 10l-3 3v-2H2v-2h17v-2z"/></svg> </template>
CSS
.icon-weather-cloudy-arrow-right {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m6%207l.69.06A5.5%205.5%200%200%201%2012%203a5.5%205.5%200%200%201%205.5%205.5l-.08.95c.46-.29%201-.45%201.58-.45a3%203%200%200%201%203%203a3%203%200%200%201-3%203H6a4%204%200%200%201-4-4a4%204%200%200%201%204-4m0%202a2%202%200%200%200-2%202a2%202%200%200%200%202%202h13a1%201%200%200%200%201-1a1%201%200%200%200-1-1h-3.5V8.5A3.5%203.5%200%200%200%2012%205a3.5%203.5%200%200%200-3.5%203.5V9zm16%2010l-3%203v-2H2v-2h17v-2z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m6%207l.69.06A5.5%205.5%200%200%201%2012%203a5.5%205.5%200%200%201%205.5%205.5l-.08.95c.46-.29%201-.45%201.58-.45a3%203%200%200%201%203%203a3%203%200%200%201-3%203H6a4%204%200%200%201-4-4a4%204%200%200%201%204-4m0%202a2%202%200%200%200-2%202a2%202%200%200%200%202%202h13a1%201%200%200%200%201-1a1%201%200%200%200-1-1h-3.5V8.5A3.5%203.5%200%200%200%2012%205a3.5%203.5%200%200%200-3.5%203.5V9zm16%2010l-3%203v-2H2v-2h17v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/weather-cloudy-arrow-right.svg?color=%231a73e8&size=48