wave direction icon
wave-direction from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- wave-direction
- 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 direction 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.7 6.7 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 28h5Z"/><path fill="currentColor" d="M18 24v-2a8 8 0 1 0-8-8H8a10 10 0 1 1 10 10"/><circle cx="18" cy="8" r="1" fill="currentColor"/><path fill="currentColor" d="m23 17.586l-2.3-2.3A3 3 0 0 0 21 14a3.003 3.003 0 0 0-3-3a2.96 2.96 0 0 0-1.285.3l-2.3-2.3L13 10.414l2.3 2.3A3 3 0 0 0 15 14a3.003 3.003 0 0 0 3 3a2.96 2.96 0 0 0 1.285-.3l2.3 2.3ZM17 14a1 1 0 1 1 1 1a1 1 0 0 1-1-1"/></svg>
React
import type { SVGProps } from "react";
export function CarbonWaveDirection(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.7 6.7 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 28h5Z"/><path fill="currentColor" d="M18 24v-2a8 8 0 1 0-8-8H8a10 10 0 1 1 10 10"/><circle cx="18" cy="8" r="1" fill="currentColor"/><path fill="currentColor" d="m23 17.586l-2.3-2.3A3 3 0 0 0 21 14a3.003 3.003 0 0 0-3-3a2.96 2.96 0 0 0-1.285.3l-2.3-2.3L13 10.414l2.3 2.3A3 3 0 0 0 15 14a3.003 3.003 0 0 0 3 3a2.96 2.96 0 0 0 1.285-.3l2.3 2.3ZM17 14a1 1 0 1 1 1 1a1 1 0 0 1-1-1"/></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.7 6.7 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 28h5Z"/><path fill="currentColor" d="M18 24v-2a8 8 0 1 0-8-8H8a10 10 0 1 1 10 10"/><circle cx="18" cy="8" r="1" fill="currentColor"/><path fill="currentColor" d="m23 17.586l-2.3-2.3A3 3 0 0 0 21 14a3.003 3.003 0 0 0-3-3a2.96 2.96 0 0 0-1.285.3l-2.3-2.3L13 10.414l2.3 2.3A3 3 0 0 0 15 14a3.003 3.003 0 0 0 3 3a2.96 2.96 0 0 0 1.285-.3l2.3 2.3ZM17 14a1 1 0 1 1 1 1a1 1 0 0 1-1-1"/></svg> </template>
CSS
.icon-wave-direction {
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.7%206.7%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%2028h5Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2024v-2a8%208%200%201%200-8-8H8a10%2010%200%201%201%2010%2010%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%228%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m23%2017.586l-2.3-2.3A3%203%200%200%200%2021%2014a3.003%203.003%200%200%200-3-3a2.96%202.96%200%200%200-1.285.3l-2.3-2.3L13%2010.414l2.3%202.3A3%203%200%200%200%2015%2014a3.003%203.003%200%200%200%203%203a2.96%202.96%200%200%200%201.285-.3l2.3%202.3ZM17%2014a1%201%200%201%201%201%201a1%201%200%200%201-1-1%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.7%206.7%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%2028h5Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2024v-2a8%208%200%201%200-8-8H8a10%2010%200%201%201%2010%2010%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%228%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m23%2017.586l-2.3-2.3A3%203%200%200%200%2021%2014a3.003%203.003%200%200%200-3-3a2.96%202.96%200%200%200-1.285.3l-2.3-2.3L13%2010.414l2.3%202.3A3%203%200%200%200%2015%2014a3.003%203.003%200%200%200%203%203a2.96%202.96%200%200%200%201.285-.3l2.3%202.3ZM17%2014a1%201%200%201%201%201%201a1%201%200%200%201-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/wave-direction.svg?color=%231a73e8&size=48