kayak icon
kayak from Unicons by Iconscout · Line · Sports · Apache-2.0 Free for personal and commercial use.
- Name
- kayak
- Set
- Unicons
- Style
- Line
- Category
- Sports
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More sports icons from Unicons
Use the kayak icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.12 16.88a3 3 0 0 0-3.4-.58l-1.15-1.14a24 24 0 0 0 5.21-8.86a3.19 3.19 0 0 0-4.08-4.08a24 24 0 0 0-8.86 5.21L7.7 6.28a3 3 0 1 0-4.82.84A3 3 0 0 0 5 8a3 3 0 0 0 1.28-.3l1.15 1.14a24 24 0 0 0-5.21 8.86A3.24 3.24 0 0 0 3 21a3.17 3.17 0 0 0 2.22 1a3.7 3.7 0 0 0 1.08-.17a24 24 0 0 0 8.86-5.21l1.14 1.15a3 3 0 1 0 4.82-.84ZM5.71 5.7a1 1 0 0 1-1.42-1.41A1 1 0 0 1 5.71 5.7m12.6-1.57a1.6 1.6 0 0 1 .47-.08a1.16 1.16 0 0 1 .83.34a1.23 1.23 0 0 1 .26 1.3a22 22 0 0 1-2.13 4.64l-4.07-4.07a22 22 0 0 1 4.64-2.13M5.69 19.87a1.2 1.2 0 0 1-1.56-1.56a22 22 0 0 1 2.13-4.64l4.07 4.07a22 22 0 0 1-4.64 2.13M12 16.59L7.41 12a21 21 0 0 1 1.43-1.74l4.91 4.91A21 21 0 0 1 12 16.59m3.15-2.84l-4.9-4.91A21 21 0 0 1 12 7.41l4.6 4.6a21 21 0 0 1-1.44 1.74Zm4.55 6a1 1 0 1 1-1.42-1.41a1 1 0 0 1 1.41 0a1 1 0 0 1 .02 1.37Z"/></svg>
React
import type { SVGProps } from "react";
export function UilKayak(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="M21.12 16.88a3 3 0 0 0-3.4-.58l-1.15-1.14a24 24 0 0 0 5.21-8.86a3.19 3.19 0 0 0-4.08-4.08a24 24 0 0 0-8.86 5.21L7.7 6.28a3 3 0 1 0-4.82.84A3 3 0 0 0 5 8a3 3 0 0 0 1.28-.3l1.15 1.14a24 24 0 0 0-5.21 8.86A3.24 3.24 0 0 0 3 21a3.17 3.17 0 0 0 2.22 1a3.7 3.7 0 0 0 1.08-.17a24 24 0 0 0 8.86-5.21l1.14 1.15a3 3 0 1 0 4.82-.84ZM5.71 5.7a1 1 0 0 1-1.42-1.41A1 1 0 0 1 5.71 5.7m12.6-1.57a1.6 1.6 0 0 1 .47-.08a1.16 1.16 0 0 1 .83.34a1.23 1.23 0 0 1 .26 1.3a22 22 0 0 1-2.13 4.64l-4.07-4.07a22 22 0 0 1 4.64-2.13M5.69 19.87a1.2 1.2 0 0 1-1.56-1.56a22 22 0 0 1 2.13-4.64l4.07 4.07a22 22 0 0 1-4.64 2.13M12 16.59L7.41 12a21 21 0 0 1 1.43-1.74l4.91 4.91A21 21 0 0 1 12 16.59m3.15-2.84l-4.9-4.91A21 21 0 0 1 12 7.41l4.6 4.6a21 21 0 0 1-1.44 1.74Zm4.55 6a1 1 0 1 1-1.42-1.41a1 1 0 0 1 1.41 0a1 1 0 0 1 .02 1.37Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.12 16.88a3 3 0 0 0-3.4-.58l-1.15-1.14a24 24 0 0 0 5.21-8.86a3.19 3.19 0 0 0-4.08-4.08a24 24 0 0 0-8.86 5.21L7.7 6.28a3 3 0 1 0-4.82.84A3 3 0 0 0 5 8a3 3 0 0 0 1.28-.3l1.15 1.14a24 24 0 0 0-5.21 8.86A3.24 3.24 0 0 0 3 21a3.17 3.17 0 0 0 2.22 1a3.7 3.7 0 0 0 1.08-.17a24 24 0 0 0 8.86-5.21l1.14 1.15a3 3 0 1 0 4.82-.84ZM5.71 5.7a1 1 0 0 1-1.42-1.41A1 1 0 0 1 5.71 5.7m12.6-1.57a1.6 1.6 0 0 1 .47-.08a1.16 1.16 0 0 1 .83.34a1.23 1.23 0 0 1 .26 1.3a22 22 0 0 1-2.13 4.64l-4.07-4.07a22 22 0 0 1 4.64-2.13M5.69 19.87a1.2 1.2 0 0 1-1.56-1.56a22 22 0 0 1 2.13-4.64l4.07 4.07a22 22 0 0 1-4.64 2.13M12 16.59L7.41 12a21 21 0 0 1 1.43-1.74l4.91 4.91A21 21 0 0 1 12 16.59m3.15-2.84l-4.9-4.91A21 21 0 0 1 12 7.41l4.6 4.6a21 21 0 0 1-1.44 1.74Zm4.55 6a1 1 0 1 1-1.42-1.41a1 1 0 0 1 1.41 0a1 1 0 0 1 .02 1.37Z"/></svg> </template>
CSS
.icon-kayak {
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%22M21.12%2016.88a3%203%200%200%200-3.4-.58l-1.15-1.14a24%2024%200%200%200%205.21-8.86a3.19%203.19%200%200%200-4.08-4.08a24%2024%200%200%200-8.86%205.21L7.7%206.28a3%203%200%201%200-4.82.84A3%203%200%200%200%205%208a3%203%200%200%200%201.28-.3l1.15%201.14a24%2024%200%200%200-5.21%208.86A3.24%203.24%200%200%200%203%2021a3.17%203.17%200%200%200%202.22%201a3.7%203.7%200%200%200%201.08-.17a24%2024%200%200%200%208.86-5.21l1.14%201.15a3%203%200%201%200%204.82-.84ZM5.71%205.7a1%201%200%200%201-1.42-1.41A1%201%200%200%201%205.71%205.7m12.6-1.57a1.6%201.6%200%200%201%20.47-.08a1.16%201.16%200%200%201%20.83.34a1.23%201.23%200%200%201%20.26%201.3a22%2022%200%200%201-2.13%204.64l-4.07-4.07a22%2022%200%200%201%204.64-2.13M5.69%2019.87a1.2%201.2%200%200%201-1.56-1.56a22%2022%200%200%201%202.13-4.64l4.07%204.07a22%2022%200%200%201-4.64%202.13M12%2016.59L7.41%2012a21%2021%200%200%201%201.43-1.74l4.91%204.91A21%2021%200%200%201%2012%2016.59m3.15-2.84l-4.9-4.91A21%2021%200%200%201%2012%207.41l4.6%204.6a21%2021%200%200%201-1.44%201.74Zm4.55%206a1%201%200%201%201-1.42-1.41a1%201%200%200%201%201.41%200a1%201%200%200%201%20.02%201.37Z%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%22M21.12%2016.88a3%203%200%200%200-3.4-.58l-1.15-1.14a24%2024%200%200%200%205.21-8.86a3.19%203.19%200%200%200-4.08-4.08a24%2024%200%200%200-8.86%205.21L7.7%206.28a3%203%200%201%200-4.82.84A3%203%200%200%200%205%208a3%203%200%200%200%201.28-.3l1.15%201.14a24%2024%200%200%200-5.21%208.86A3.24%203.24%200%200%200%203%2021a3.17%203.17%200%200%200%202.22%201a3.7%203.7%200%200%200%201.08-.17a24%2024%200%200%200%208.86-5.21l1.14%201.15a3%203%200%201%200%204.82-.84ZM5.71%205.7a1%201%200%200%201-1.42-1.41A1%201%200%200%201%205.71%205.7m12.6-1.57a1.6%201.6%200%200%201%20.47-.08a1.16%201.16%200%200%201%20.83.34a1.23%201.23%200%200%201%20.26%201.3a22%2022%200%200%201-2.13%204.64l-4.07-4.07a22%2022%200%200%201%204.64-2.13M5.69%2019.87a1.2%201.2%200%200%201-1.56-1.56a22%2022%200%200%201%202.13-4.64l4.07%204.07a22%2022%200%200%201-4.64%202.13M12%2016.59L7.41%2012a21%2021%200%200%201%201.43-1.74l4.91%204.91A21%2021%200%200%201%2012%2016.59m3.15-2.84l-4.9-4.91A21%2021%200%200%201%2012%207.41l4.6%204.6a21%2021%200%200%201-1.44%201.74Zm4.55%206a1%201%200%201%201-1.42-1.41a1%201%200%200%201%201.41%200a1%201%200%200%201%20.02%201.37Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/kayak.svg?color=%231a73e8&size=48