wave period icon
wave-period from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- wave-period
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
More planning icons from Carbon
accumulation-iceaccumulation-precipitationaccumulation-rainaccumulation-snowagriculture-analyticsairline-digital-gateairline-manage-gatesairline-passenger-careairline-rapid-boardairport-01airport-02airport-locationalarmalarm-addalarm-subtractarray-date-timearray-timearrivalbaggage-claimbarbicyclebootbuoybus
Use the wave period icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 30h-5a7.01 7.01 0 0 1-7-7a6.68 6.68 0 0 1 2.024-4.697A6.8 6.8 0 0 0 10.01 18C5.043 18.047 4 24.551 4 30H2c0-11.51 4.345-13.966 7.99-14a10.1 10.1 0 0 1 4.48 1.117a1 1 0 0 1 .06 1.73A4.877 4.877 0 0 0 17 28h5ZM17 8h2v8h-2z"/><path fill="currentColor" d="M28 5.414L26.586 4l-2.262 2.262A9.95 9.95 0 0 0 19 4.05V2h-2v2.05A10.013 10.013 0 0 0 8 14h2a8 8 0 1 1 8 8v2a9.993 9.993 0 0 0 7.738-16.324Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonWavePeriod(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 30h-5a7.01 7.01 0 0 1-7-7a6.68 6.68 0 0 1 2.024-4.697A6.8 6.8 0 0 0 10.01 18C5.043 18.047 4 24.551 4 30H2c0-11.51 4.345-13.966 7.99-14a10.1 10.1 0 0 1 4.48 1.117a1 1 0 0 1 .06 1.73A4.877 4.877 0 0 0 17 28h5ZM17 8h2v8h-2z"/><path fill="currentColor" d="M28 5.414L26.586 4l-2.262 2.262A9.95 9.95 0 0 0 19 4.05V2h-2v2.05A10.013 10.013 0 0 0 8 14h2a8 8 0 1 1 8 8v2a9.993 9.993 0 0 0 7.738-16.324Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 30h-5a7.01 7.01 0 0 1-7-7a6.68 6.68 0 0 1 2.024-4.697A6.8 6.8 0 0 0 10.01 18C5.043 18.047 4 24.551 4 30H2c0-11.51 4.345-13.966 7.99-14a10.1 10.1 0 0 1 4.48 1.117a1 1 0 0 1 .06 1.73A4.877 4.877 0 0 0 17 28h5ZM17 8h2v8h-2z"/><path fill="currentColor" d="M28 5.414L26.586 4l-2.262 2.262A9.95 9.95 0 0 0 19 4.05V2h-2v2.05A10.013 10.013 0 0 0 8 14h2a8 8 0 1 1 8 8v2a9.993 9.993 0 0 0 7.738-16.324Z"/></svg> </template>
CSS
.icon-wave-period {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2030h-5a7.01%207.01%200%200%201-7-7a6.68%206.68%200%200%201%202.024-4.697A6.8%206.8%200%200%200%2010.01%2018C5.043%2018.047%204%2024.551%204%2030H2c0-11.51%204.345-13.966%207.99-14a10.1%2010.1%200%200%201%204.48%201.117a1%201%200%200%201%20.06%201.73A4.877%204.877%200%200%200%2017%2028h5ZM17%208h2v8h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%205.414L26.586%204l-2.262%202.262A9.95%209.95%200%200%200%2019%204.05V2h-2v2.05A10.013%2010.013%200%200%200%208%2014h2a8%208%200%201%201%208%208v2a9.993%209.993%200%200%200%207.738-16.324Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2030h-5a7.01%207.01%200%200%201-7-7a6.68%206.68%200%200%201%202.024-4.697A6.8%206.8%200%200%200%2010.01%2018C5.043%2018.047%204%2024.551%204%2030H2c0-11.51%204.345-13.966%207.99-14a10.1%2010.1%200%200%201%204.48%201.117a1%201%200%200%201%20.06%201.73A4.877%204.877%200%200%200%2017%2028h5ZM17%208h2v8h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%205.414L26.586%204l-2.262%202.262A9.95%209.95%200%200%200%2019%204.05V2h-2v2.05A10.013%2010.013%200%200%200%208%2014h2a8%208%200%201%201%208%208v2a9.993%209.993%200%200%200%207.738-16.324Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/wave-period.svg?color=%231a73e8&size=48