wave height icon
wave-height from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- wave-height
- 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 height icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24 2h6v2h-6zm0 6h4v2h-4zm0 6h6v2h-6zm0 6h4v2h-4z"/><path fill="currentColor" d="M30 28h-6a10.035 10.035 0 0 1-6.927-17.262a12 12 0 0 0-4.08-.738a6.9 6.9 0 0 0-6.03 3.42C4.997 16.435 4 21.34 4 28H2c0-7.054 1.106-12.327 3.287-15.673A8.9 8.9 0 0 1 12.994 8H13a14.76 14.76 0 0 1 6.461 1.592a1 1 0 0 1 .087 1.722A8.025 8.025 0 0 0 24 26h6Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonWaveHeight(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="M24 2h6v2h-6zm0 6h4v2h-4zm0 6h6v2h-6zm0 6h4v2h-4z"/><path fill="currentColor" d="M30 28h-6a10.035 10.035 0 0 1-6.927-17.262a12 12 0 0 0-4.08-.738a6.9 6.9 0 0 0-6.03 3.42C4.997 16.435 4 21.34 4 28H2c0-7.054 1.106-12.327 3.287-15.673A8.9 8.9 0 0 1 12.994 8H13a14.76 14.76 0 0 1 6.461 1.592a1 1 0 0 1 .087 1.722A8.025 8.025 0 0 0 24 26h6Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24 2h6v2h-6zm0 6h4v2h-4zm0 6h6v2h-6zm0 6h4v2h-4z"/><path fill="currentColor" d="M30 28h-6a10.035 10.035 0 0 1-6.927-17.262a12 12 0 0 0-4.08-.738a6.9 6.9 0 0 0-6.03 3.42C4.997 16.435 4 21.34 4 28H2c0-7.054 1.106-12.327 3.287-15.673A8.9 8.9 0 0 1 12.994 8H13a14.76 14.76 0 0 1 6.461 1.592a1 1 0 0 1 .087 1.722A8.025 8.025 0 0 0 24 26h6Z"/></svg> </template>
CSS
.icon-wave-height {
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%22M24%202h6v2h-6zm0%206h4v2h-4zm0%206h6v2h-6zm0%206h4v2h-4z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2028h-6a10.035%2010.035%200%200%201-6.927-17.262a12%2012%200%200%200-4.08-.738a6.9%206.9%200%200%200-6.03%203.42C4.997%2016.435%204%2021.34%204%2028H2c0-7.054%201.106-12.327%203.287-15.673A8.9%208.9%200%200%201%2012.994%208H13a14.76%2014.76%200%200%201%206.461%201.592a1%201%200%200%201%20.087%201.722A8.025%208.025%200%200%200%2024%2026h6Z%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%22M24%202h6v2h-6zm0%206h4v2h-4zm0%206h6v2h-6zm0%206h4v2h-4z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2028h-6a10.035%2010.035%200%200%201-6.927-17.262a12%2012%200%200%200-4.08-.738a6.9%206.9%200%200%200-6.03%203.42C4.997%2016.435%204%2021.34%204%2028H2c0-7.054%201.106-12.327%203.287-15.673A8.9%208.9%200%200%201%2012.994%208H13a14.76%2014.76%200%200%201%206.461%201.592a1%201%200%200%201%20.087%201.722A8.025%208.025%200%200%200%2024%2026h6Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/wave-height.svg?color=%231a73e8&size=48