tides icon
tides from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- tides
- 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 tides icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14 7L9 2L4 7l1.413 1.416L8 5.833V14h2V5.833l2.586 2.581zm12.586.586L24 10.167V2h-2v8.167l-2.587-2.583L18 9l5 5l5-5zM20 20a3.44 3.44 0 0 1-3.051-2.316A1.01 1.01 0 0 0 16 17a.99.99 0 0 0-.947.679A3.44 3.44 0 0 1 12 20a3.44 3.44 0 0 1-3.051-2.316A1.01 1.01 0 0 0 8 17a.97.97 0 0 0-.947.679A3.44 3.44 0 0 1 4 20H2v2h2a4.93 4.93 0 0 0 4-1.987a5.02 5.02 0 0 0 8 0A4.93 4.93 0 0 0 20 22h10v-2Zm8 8a3.44 3.44 0 0 1-3.051-2.316A1.01 1.01 0 0 0 24 25a.99.99 0 0 0-.947.679A3.44 3.44 0 0 1 20 28a3.44 3.44 0 0 1-3.051-2.316A1.01 1.01 0 0 0 16 25a.97.97 0 0 0-.947.679A3.44 3.44 0 0 1 12 28H2v2h10a4.93 4.93 0 0 0 4-1.987a5.02 5.02 0 0 0 8 0A4.93 4.93 0 0 0 28 30h2v-2Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonTides(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="M14 7L9 2L4 7l1.413 1.416L8 5.833V14h2V5.833l2.586 2.581zm12.586.586L24 10.167V2h-2v8.167l-2.587-2.583L18 9l5 5l5-5zM20 20a3.44 3.44 0 0 1-3.051-2.316A1.01 1.01 0 0 0 16 17a.99.99 0 0 0-.947.679A3.44 3.44 0 0 1 12 20a3.44 3.44 0 0 1-3.051-2.316A1.01 1.01 0 0 0 8 17a.97.97 0 0 0-.947.679A3.44 3.44 0 0 1 4 20H2v2h2a4.93 4.93 0 0 0 4-1.987a5.02 5.02 0 0 0 8 0A4.93 4.93 0 0 0 20 22h10v-2Zm8 8a3.44 3.44 0 0 1-3.051-2.316A1.01 1.01 0 0 0 24 25a.99.99 0 0 0-.947.679A3.44 3.44 0 0 1 20 28a3.44 3.44 0 0 1-3.051-2.316A1.01 1.01 0 0 0 16 25a.97.97 0 0 0-.947.679A3.44 3.44 0 0 1 12 28H2v2h10a4.93 4.93 0 0 0 4-1.987a5.02 5.02 0 0 0 8 0A4.93 4.93 0 0 0 28 30h2v-2Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14 7L9 2L4 7l1.413 1.416L8 5.833V14h2V5.833l2.586 2.581zm12.586.586L24 10.167V2h-2v8.167l-2.587-2.583L18 9l5 5l5-5zM20 20a3.44 3.44 0 0 1-3.051-2.316A1.01 1.01 0 0 0 16 17a.99.99 0 0 0-.947.679A3.44 3.44 0 0 1 12 20a3.44 3.44 0 0 1-3.051-2.316A1.01 1.01 0 0 0 8 17a.97.97 0 0 0-.947.679A3.44 3.44 0 0 1 4 20H2v2h2a4.93 4.93 0 0 0 4-1.987a5.02 5.02 0 0 0 8 0A4.93 4.93 0 0 0 20 22h10v-2Zm8 8a3.44 3.44 0 0 1-3.051-2.316A1.01 1.01 0 0 0 24 25a.99.99 0 0 0-.947.679A3.44 3.44 0 0 1 20 28a3.44 3.44 0 0 1-3.051-2.316A1.01 1.01 0 0 0 16 25a.97.97 0 0 0-.947.679A3.44 3.44 0 0 1 12 28H2v2h10a4.93 4.93 0 0 0 4-1.987a5.02 5.02 0 0 0 8 0A4.93 4.93 0 0 0 28 30h2v-2Z"/></svg> </template>
CSS
.icon-tides {
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%22M14%207L9%202L4%207l1.413%201.416L8%205.833V14h2V5.833l2.586%202.581zm12.586.586L24%2010.167V2h-2v8.167l-2.587-2.583L18%209l5%205l5-5zM20%2020a3.44%203.44%200%200%201-3.051-2.316A1.01%201.01%200%200%200%2016%2017a.99.99%200%200%200-.947.679A3.44%203.44%200%200%201%2012%2020a3.44%203.44%200%200%201-3.051-2.316A1.01%201.01%200%200%200%208%2017a.97.97%200%200%200-.947.679A3.44%203.44%200%200%201%204%2020H2v2h2a4.93%204.93%200%200%200%204-1.987a5.02%205.02%200%200%200%208%200A4.93%204.93%200%200%200%2020%2022h10v-2Zm8%208a3.44%203.44%200%200%201-3.051-2.316A1.01%201.01%200%200%200%2024%2025a.99.99%200%200%200-.947.679A3.44%203.44%200%200%201%2020%2028a3.44%203.44%200%200%201-3.051-2.316A1.01%201.01%200%200%200%2016%2025a.97.97%200%200%200-.947.679A3.44%203.44%200%200%201%2012%2028H2v2h10a4.93%204.93%200%200%200%204-1.987a5.02%205.02%200%200%200%208%200A4.93%204.93%200%200%200%2028%2030h2v-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%207L9%202L4%207l1.413%201.416L8%205.833V14h2V5.833l2.586%202.581zm12.586.586L24%2010.167V2h-2v8.167l-2.587-2.583L18%209l5%205l5-5zM20%2020a3.44%203.44%200%200%201-3.051-2.316A1.01%201.01%200%200%200%2016%2017a.99.99%200%200%200-.947.679A3.44%203.44%200%200%201%2012%2020a3.44%203.44%200%200%201-3.051-2.316A1.01%201.01%200%200%200%208%2017a.97.97%200%200%200-.947.679A3.44%203.44%200%200%201%204%2020H2v2h2a4.93%204.93%200%200%200%204-1.987a5.02%205.02%200%200%200%208%200A4.93%204.93%200%200%200%2020%2022h10v-2Zm8%208a3.44%203.44%200%200%201-3.051-2.316A1.01%201.01%200%200%200%2024%2025a.99.99%200%200%200-.947.679A3.44%203.44%200%200%201%2020%2028a3.44%203.44%200%200%201-3.051-2.316A1.01%201.01%200%200%200%2016%2025a.97.97%200%200%200-.947.679A3.44%203.44%200%200%201%2012%2028H2v2h10a4.93%204.93%200%200%200%204-1.987a5.02%205.02%200%200%200%208%200A4.93%204.93%200%200%200%2028%2030h2v-2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/tides.svg?color=%231a73e8&size=48