round directions boat icon
round-directions-boat from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- round-directions-boat
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
More maps icons from Google Material Icons
baseline-360baseline-add-businessbaseline-add-locationbaseline-add-location-altbaseline-add-roadbaseline-agriculturebaseline-airline-stopsbaseline-airlinesbaseline-alt-routebaseline-atmbaseline-attractionsbaseline-badgebaseline-bakery-diningbaseline-beenherebaseline-bike-scooterbaseline-breakfast-diningbaseline-brunch-diningbaseline-bus-alertbaseline-car-crashbaseline-car-rentalbaseline-car-repairbaseline-castlebaseline-categorybaseline-celebration
Use the round directions boat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 21c-1.19 0-2.38-.35-3.47-.98c-.33-.19-.73-.19-1.07 0a6.83 6.83 0 0 1-6.93 0c-.33-.19-.73-.19-1.07 0c-1.08.63-2.27.98-3.46.98H3c-.55 0-1 .45-1 1s.45 1 1 1h1c1.38 0 2.74-.35 4-.99a8.75 8.75 0 0 0 8 0c1.26.65 2.62.99 4 .99h1c.55 0 1-.45 1-1s-.45-1-1-1zM3.95 19H4c1.27 0 2.42-.55 3.33-1.33c.39-.34.95-.34 1.34 0C9.58 18.45 10.73 19 12 19s2.42-.55 3.33-1.33c.39-.34.95-.34 1.34 0c.91.78 2.06 1.33 3.33 1.33h.05l1.9-6.68c.11-.37.04-1.06-.66-1.28L20 10.62V6c0-1.1-.9-2-2-2h-3V2c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v2H6c-1.1 0-2 .9-2 2v4.62l-1.29.42c-.63.19-.81.84-.66 1.28zM6 6h12v3.97L12.62 8.2c-.41-.13-.84-.13-1.25 0L6 9.97z"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundDirectionsBoat(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="M20 21c-1.19 0-2.38-.35-3.47-.98c-.33-.19-.73-.19-1.07 0a6.83 6.83 0 0 1-6.93 0c-.33-.19-.73-.19-1.07 0c-1.08.63-2.27.98-3.46.98H3c-.55 0-1 .45-1 1s.45 1 1 1h1c1.38 0 2.74-.35 4-.99a8.75 8.75 0 0 0 8 0c1.26.65 2.62.99 4 .99h1c.55 0 1-.45 1-1s-.45-1-1-1zM3.95 19H4c1.27 0 2.42-.55 3.33-1.33c.39-.34.95-.34 1.34 0C9.58 18.45 10.73 19 12 19s2.42-.55 3.33-1.33c.39-.34.95-.34 1.34 0c.91.78 2.06 1.33 3.33 1.33h.05l1.9-6.68c.11-.37.04-1.06-.66-1.28L20 10.62V6c0-1.1-.9-2-2-2h-3V2c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v2H6c-1.1 0-2 .9-2 2v4.62l-1.29.42c-.63.19-.81.84-.66 1.28zM6 6h12v3.97L12.62 8.2c-.41-.13-.84-.13-1.25 0L6 9.97z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 21c-1.19 0-2.38-.35-3.47-.98c-.33-.19-.73-.19-1.07 0a6.83 6.83 0 0 1-6.93 0c-.33-.19-.73-.19-1.07 0c-1.08.63-2.27.98-3.46.98H3c-.55 0-1 .45-1 1s.45 1 1 1h1c1.38 0 2.74-.35 4-.99a8.75 8.75 0 0 0 8 0c1.26.65 2.62.99 4 .99h1c.55 0 1-.45 1-1s-.45-1-1-1zM3.95 19H4c1.27 0 2.42-.55 3.33-1.33c.39-.34.95-.34 1.34 0C9.58 18.45 10.73 19 12 19s2.42-.55 3.33-1.33c.39-.34.95-.34 1.34 0c.91.78 2.06 1.33 3.33 1.33h.05l1.9-6.68c.11-.37.04-1.06-.66-1.28L20 10.62V6c0-1.1-.9-2-2-2h-3V2c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v2H6c-1.1 0-2 .9-2 2v4.62l-1.29.42c-.63.19-.81.84-.66 1.28zM6 6h12v3.97L12.62 8.2c-.41-.13-.84-.13-1.25 0L6 9.97z"/></svg> </template>
CSS
.icon-round-directions-boat {
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%22M20%2021c-1.19%200-2.38-.35-3.47-.98c-.33-.19-.73-.19-1.07%200a6.83%206.83%200%200%201-6.93%200c-.33-.19-.73-.19-1.07%200c-1.08.63-2.27.98-3.46.98H3c-.55%200-1%20.45-1%201s.45%201%201%201h1c1.38%200%202.74-.35%204-.99a8.75%208.75%200%200%200%208%200c1.26.65%202.62.99%204%20.99h1c.55%200%201-.45%201-1s-.45-1-1-1zM3.95%2019H4c1.27%200%202.42-.55%203.33-1.33c.39-.34.95-.34%201.34%200C9.58%2018.45%2010.73%2019%2012%2019s2.42-.55%203.33-1.33c.39-.34.95-.34%201.34%200c.91.78%202.06%201.33%203.33%201.33h.05l1.9-6.68c.11-.37.04-1.06-.66-1.28L20%2010.62V6c0-1.1-.9-2-2-2h-3V2c0-.55-.45-1-1-1h-4c-.55%200-1%20.45-1%201v2H6c-1.1%200-2%20.9-2%202v4.62l-1.29.42c-.63.19-.81.84-.66%201.28zM6%206h12v3.97L12.62%208.2c-.41-.13-.84-.13-1.25%200L6%209.97z%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%22M20%2021c-1.19%200-2.38-.35-3.47-.98c-.33-.19-.73-.19-1.07%200a6.83%206.83%200%200%201-6.93%200c-.33-.19-.73-.19-1.07%200c-1.08.63-2.27.98-3.46.98H3c-.55%200-1%20.45-1%201s.45%201%201%201h1c1.38%200%202.74-.35%204-.99a8.75%208.75%200%200%200%208%200c1.26.65%202.62.99%204%20.99h1c.55%200%201-.45%201-1s-.45-1-1-1zM3.95%2019H4c1.27%200%202.42-.55%203.33-1.33c.39-.34.95-.34%201.34%200C9.58%2018.45%2010.73%2019%2012%2019s2.42-.55%203.33-1.33c.39-.34.95-.34%201.34%200c.91.78%202.06%201.33%203.33%201.33h.05l1.9-6.68c.11-.37.04-1.06-.66-1.28L20%2010.62V6c0-1.1-.9-2-2-2h-3V2c0-.55-.45-1-1-1h-4c-.55%200-1%20.45-1%201v2H6c-1.1%200-2%20.9-2%202v4.62l-1.29.42c-.63.19-.81.84-.66%201.28zM6%206h12v3.97L12.62%208.2c-.41-.13-.84-.13-1.25%200L6%209.97z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-directions-boat.svg?color=%231a73e8&size=48