round air icon
round-air from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.
- Name
- round-air
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Device
- Viewbox
- 24×24
- License
- Apache 2.0
More device icons from Google Material Icons
baseline-1x-mobiledatabaseline-30fpsbaseline-3g-mobiledatabaseline-4g-mobiledatabaseline-4g-plus-mobiledatabaseline-60fpsbaseline-access-alarmbaseline-access-alarmsbaseline-access-timebaseline-access-time-filledbaseline-ad-unitsbaseline-add-alarmbaseline-add-to-home-screenbaseline-airbaseline-airplane-ticketbaseline-airplanemode-activebaseline-airplanemode-inactivebaseline-aodbaseline-battery-0-barbaseline-battery-1-barbaseline-battery-2-barbaseline-battery-20baseline-battery-3-barbaseline-battery-30
Use the round air icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.35 17.95c-.28.89-1.01 1.62-1.9 1.9c-1.51.48-2.94-.23-3.59-1.42c-.35-.65.17-1.43.91-1.43h.01c.34 0 .68.16.84.46c.17.32.5.54.89.54c.55 0 1-.45 1-1s-.45-1-1-1H3c-.55 0-1-.45-1-1s.45-1 1-1h8.5c1.96 0 3.5 1.9 2.85 3.95m4.56-12.28a3.49 3.49 0 0 0-2.58-2.58c-1.76-.4-3.37.53-4.02 1.98c-.31.67.17 1.43.9 1.43c.39 0 .75-.22.9-.57A1.5 1.5 0 0 1 15.5 5c.83 0 1.5.67 1.5 1.5S16.33 8 15.5 8H3c-.55 0-1 .45-1 1s.45 1 1 1h12.5c2.2 0 3.93-2.04 3.41-4.33M18.4 11H3c-.55 0-1 .45-1 1s.45 1 1 1h15.5c.83 0 1.5.67 1.5 1.5a1.5 1.5 0 0 1-.93 1.39c-.36.15-.57.51-.57.9c0 .73.76 1.21 1.43.91a3.51 3.51 0 0 0 2-3.93C21.59 12.13 20.07 11 18.4 11"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundAir(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="M14.35 17.95c-.28.89-1.01 1.62-1.9 1.9c-1.51.48-2.94-.23-3.59-1.42c-.35-.65.17-1.43.91-1.43h.01c.34 0 .68.16.84.46c.17.32.5.54.89.54c.55 0 1-.45 1-1s-.45-1-1-1H3c-.55 0-1-.45-1-1s.45-1 1-1h8.5c1.96 0 3.5 1.9 2.85 3.95m4.56-12.28a3.49 3.49 0 0 0-2.58-2.58c-1.76-.4-3.37.53-4.02 1.98c-.31.67.17 1.43.9 1.43c.39 0 .75-.22.9-.57A1.5 1.5 0 0 1 15.5 5c.83 0 1.5.67 1.5 1.5S16.33 8 15.5 8H3c-.55 0-1 .45-1 1s.45 1 1 1h12.5c2.2 0 3.93-2.04 3.41-4.33M18.4 11H3c-.55 0-1 .45-1 1s.45 1 1 1h15.5c.83 0 1.5.67 1.5 1.5a1.5 1.5 0 0 1-.93 1.39c-.36.15-.57.51-.57.9c0 .73.76 1.21 1.43.91a3.51 3.51 0 0 0 2-3.93C21.59 12.13 20.07 11 18.4 11"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.35 17.95c-.28.89-1.01 1.62-1.9 1.9c-1.51.48-2.94-.23-3.59-1.42c-.35-.65.17-1.43.91-1.43h.01c.34 0 .68.16.84.46c.17.32.5.54.89.54c.55 0 1-.45 1-1s-.45-1-1-1H3c-.55 0-1-.45-1-1s.45-1 1-1h8.5c1.96 0 3.5 1.9 2.85 3.95m4.56-12.28a3.49 3.49 0 0 0-2.58-2.58c-1.76-.4-3.37.53-4.02 1.98c-.31.67.17 1.43.9 1.43c.39 0 .75-.22.9-.57A1.5 1.5 0 0 1 15.5 5c.83 0 1.5.67 1.5 1.5S16.33 8 15.5 8H3c-.55 0-1 .45-1 1s.45 1 1 1h12.5c2.2 0 3.93-2.04 3.41-4.33M18.4 11H3c-.55 0-1 .45-1 1s.45 1 1 1h15.5c.83 0 1.5.67 1.5 1.5a1.5 1.5 0 0 1-.93 1.39c-.36.15-.57.51-.57.9c0 .73.76 1.21 1.43.91a3.51 3.51 0 0 0 2-3.93C21.59 12.13 20.07 11 18.4 11"/></svg> </template>
CSS
.icon-round-air {
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%22M14.35%2017.95c-.28.89-1.01%201.62-1.9%201.9c-1.51.48-2.94-.23-3.59-1.42c-.35-.65.17-1.43.91-1.43h.01c.34%200%20.68.16.84.46c.17.32.5.54.89.54c.55%200%201-.45%201-1s-.45-1-1-1H3c-.55%200-1-.45-1-1s.45-1%201-1h8.5c1.96%200%203.5%201.9%202.85%203.95m4.56-12.28a3.49%203.49%200%200%200-2.58-2.58c-1.76-.4-3.37.53-4.02%201.98c-.31.67.17%201.43.9%201.43c.39%200%20.75-.22.9-.57A1.5%201.5%200%200%201%2015.5%205c.83%200%201.5.67%201.5%201.5S16.33%208%2015.5%208H3c-.55%200-1%20.45-1%201s.45%201%201%201h12.5c2.2%200%203.93-2.04%203.41-4.33M18.4%2011H3c-.55%200-1%20.45-1%201s.45%201%201%201h15.5c.83%200%201.5.67%201.5%201.5a1.5%201.5%200%200%201-.93%201.39c-.36.15-.57.51-.57.9c0%20.73.76%201.21%201.43.91a3.51%203.51%200%200%200%202-3.93C21.59%2012.13%2020.07%2011%2018.4%2011%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%22M14.35%2017.95c-.28.89-1.01%201.62-1.9%201.9c-1.51.48-2.94-.23-3.59-1.42c-.35-.65.17-1.43.91-1.43h.01c.34%200%20.68.16.84.46c.17.32.5.54.89.54c.55%200%201-.45%201-1s-.45-1-1-1H3c-.55%200-1-.45-1-1s.45-1%201-1h8.5c1.96%200%203.5%201.9%202.85%203.95m4.56-12.28a3.49%203.49%200%200%200-2.58-2.58c-1.76-.4-3.37.53-4.02%201.98c-.31.67.17%201.43.9%201.43c.39%200%20.75-.22.9-.57A1.5%201.5%200%200%201%2015.5%205c.83%200%201.5.67%201.5%201.5S16.33%208%2015.5%208H3c-.55%200-1%20.45-1%201s.45%201%201%201h12.5c2.2%200%203.93-2.04%203.41-4.33M18.4%2011H3c-.55%200-1%20.45-1%201s.45%201%201%201h15.5c.83%200%201.5.67%201.5%201.5a1.5%201.5%200%200%201-.93%201.39c-.36.15-.57.51-.57.9c0%20.73.76%201.21%201.43.91a3.51%203.51%200%200%200%202-3.93C21.59%2012.13%2020.07%2011%2018.4%2011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-air.svg?color=%231a73e8&size=48