kayaking-rounded from Material Symbols Light by Google · Rounded · Activities · Apache-2.0 Free for personal and commercial use.

Name
kayaking-rounded
Set
Material Symbols Light
Style
Rounded
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
kayaking-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

Use the kayaking icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 22.5q-.213 0-.357-.143T2.5 22t.143-.357T3 21.5q.689 0 1.355-.191q.666-.192 1.299-.542q.148-.086.346-.086t.346.086q.633.35 1.3.542q.666.191 1.354.191t1.355-.191t1.299-.542q.148-.086.349-.086t.343.086q.633.35 1.3.542q.666.191 1.354.191t1.355-.191t1.299-.542q.142-.086.346-.086t.346.086q.633.35 1.3.542q.666.191 1.354.191q.214 0 .357.143T21.5 22t-.143.357T21 22.5q-.717 0-1.467-.197T18 21.693q-.783.413-1.533.61T15 22.5t-1.467-.197t-1.533-.61q-.783.413-1.533.61T9 22.5t-1.467-.197T6 21.693q-.783.413-1.533.61T3 22.5m7.809-13.809q-.501-.5-.501-1.191t.5-1.191q.502-.501 1.192-.501t1.191.5q.501.501.501 1.192t-.5 1.191q-.502.501-1.192.501t-1.191-.5M9 19.115q-.675 0-1.362-.212q-.686-.212-1.282-.688q-.16-.13-.35-.13t-.348.13q-.133.115-.281.209t-.318.18q-.407-.08-.825-.18q-.417-.1-.825-.225q-.782-.225-.782-.69q0-.466.782-.69q.985-.293 2.028-.542t2.072-.41l1.543-4.657q.198-.561.73-.788t1.034.027l2.78 1.416l2.979-1.693l1.785-3.988l-.389-1.008q-.05-.161-.04-.317t.065-.298l.596-1.33q.137-.303.448-.424q.31-.121.608.015l1.158.529q.303.137.434.447t-.005.609l-.596 1.329q-.056.142-.187.248q-.13.106-.273.161l-1.002.389l-4.065 9.138q1.474.156 2.862.468q1.388.311 2.617.678q.776.225.776.681t-.777.68q-.446.126-.856.236q-.411.109-.813.19q-.169-.068-.31-.159q-.142-.091-.275-.213q-.159-.148-.346-.148t-.346.13q-.615.476-1.292.688T15 19.116t-1.352-.212t-1.292-.708q-.16-.129-.356-.129t-.356.13q-.615.495-1.292.707T9 19.116m5.171-3.522l1.758-3.952L13.596 13l-2.038-1.054l-1.239 3.65q.36-.038.8-.067q.439-.029.881-.029q.487 0 1.05.022t1.121.072"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightKayakingRounded(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="M3 22.5q-.213 0-.357-.143T2.5 22t.143-.357T3 21.5q.689 0 1.355-.191q.666-.192 1.299-.542q.148-.086.346-.086t.346.086q.633.35 1.3.542q.666.191 1.354.191t1.355-.191t1.299-.542q.148-.086.349-.086t.343.086q.633.35 1.3.542q.666.191 1.354.191t1.355-.191t1.299-.542q.142-.086.346-.086t.346.086q.633.35 1.3.542q.666.191 1.354.191q.214 0 .357.143T21.5 22t-.143.357T21 22.5q-.717 0-1.467-.197T18 21.693q-.783.413-1.533.61T15 22.5t-1.467-.197t-1.533-.61q-.783.413-1.533.61T9 22.5t-1.467-.197T6 21.693q-.783.413-1.533.61T3 22.5m7.809-13.809q-.501-.5-.501-1.191t.5-1.191q.502-.501 1.192-.501t1.191.5q.501.501.501 1.192t-.5 1.191q-.502.501-1.192.501t-1.191-.5M9 19.115q-.675 0-1.362-.212q-.686-.212-1.282-.688q-.16-.13-.35-.13t-.348.13q-.133.115-.281.209t-.318.18q-.407-.08-.825-.18q-.417-.1-.825-.225q-.782-.225-.782-.69q0-.466.782-.69q.985-.293 2.028-.542t2.072-.41l1.543-4.657q.198-.561.73-.788t1.034.027l2.78 1.416l2.979-1.693l1.785-3.988l-.389-1.008q-.05-.161-.04-.317t.065-.298l.596-1.33q.137-.303.448-.424q.31-.121.608.015l1.158.529q.303.137.434.447t-.005.609l-.596 1.329q-.056.142-.187.248q-.13.106-.273.161l-1.002.389l-4.065 9.138q1.474.156 2.862.468q1.388.311 2.617.678q.776.225.776.681t-.777.68q-.446.126-.856.236q-.411.109-.813.19q-.169-.068-.31-.159q-.142-.091-.275-.213q-.159-.148-.346-.148t-.346.13q-.615.476-1.292.688T15 19.116t-1.352-.212t-1.292-.708q-.16-.129-.356-.129t-.356.13q-.615.495-1.292.707T9 19.116m5.171-3.522l1.758-3.952L13.596 13l-2.038-1.054l-1.239 3.65q.36-.038.8-.067q.439-.029.881-.029q.487 0 1.05.022t1.121.072"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 22.5q-.213 0-.357-.143T2.5 22t.143-.357T3 21.5q.689 0 1.355-.191q.666-.192 1.299-.542q.148-.086.346-.086t.346.086q.633.35 1.3.542q.666.191 1.354.191t1.355-.191t1.299-.542q.148-.086.349-.086t.343.086q.633.35 1.3.542q.666.191 1.354.191t1.355-.191t1.299-.542q.142-.086.346-.086t.346.086q.633.35 1.3.542q.666.191 1.354.191q.214 0 .357.143T21.5 22t-.143.357T21 22.5q-.717 0-1.467-.197T18 21.693q-.783.413-1.533.61T15 22.5t-1.467-.197t-1.533-.61q-.783.413-1.533.61T9 22.5t-1.467-.197T6 21.693q-.783.413-1.533.61T3 22.5m7.809-13.809q-.501-.5-.501-1.191t.5-1.191q.502-.501 1.192-.501t1.191.5q.501.501.501 1.192t-.5 1.191q-.502.501-1.192.501t-1.191-.5M9 19.115q-.675 0-1.362-.212q-.686-.212-1.282-.688q-.16-.13-.35-.13t-.348.13q-.133.115-.281.209t-.318.18q-.407-.08-.825-.18q-.417-.1-.825-.225q-.782-.225-.782-.69q0-.466.782-.69q.985-.293 2.028-.542t2.072-.41l1.543-4.657q.198-.561.73-.788t1.034.027l2.78 1.416l2.979-1.693l1.785-3.988l-.389-1.008q-.05-.161-.04-.317t.065-.298l.596-1.33q.137-.303.448-.424q.31-.121.608.015l1.158.529q.303.137.434.447t-.005.609l-.596 1.329q-.056.142-.187.248q-.13.106-.273.161l-1.002.389l-4.065 9.138q1.474.156 2.862.468q1.388.311 2.617.678q.776.225.776.681t-.777.68q-.446.126-.856.236q-.411.109-.813.19q-.169-.068-.31-.159q-.142-.091-.275-.213q-.159-.148-.346-.148t-.346.13q-.615.476-1.292.688T15 19.116t-1.352-.212t-1.292-.708q-.16-.129-.356-.129t-.356.13q-.615.495-1.292.707T9 19.116m5.171-3.522l1.758-3.952L13.596 13l-2.038-1.054l-1.239 3.65q.36-.038.8-.067q.439-.029.881-.029q.487 0 1.05.022t1.121.072"/></svg>
</template>

CSS

.icon-kayaking-rounded {
  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%22M3%2022.5q-.213%200-.357-.143T2.5%2022t.143-.357T3%2021.5q.689%200%201.355-.191q.666-.192%201.299-.542q.148-.086.346-.086t.346.086q.633.35%201.3.542q.666.191%201.354.191t1.355-.191t1.299-.542q.148-.086.349-.086t.343.086q.633.35%201.3.542q.666.191%201.354.191t1.355-.191t1.299-.542q.142-.086.346-.086t.346.086q.633.35%201.3.542q.666.191%201.354.191q.214%200%20.357.143T21.5%2022t-.143.357T21%2022.5q-.717%200-1.467-.197T18%2021.693q-.783.413-1.533.61T15%2022.5t-1.467-.197t-1.533-.61q-.783.413-1.533.61T9%2022.5t-1.467-.197T6%2021.693q-.783.413-1.533.61T3%2022.5m7.809-13.809q-.501-.5-.501-1.191t.5-1.191q.502-.501%201.192-.501t1.191.5q.501.501.501%201.192t-.5%201.191q-.502.501-1.192.501t-1.191-.5M9%2019.115q-.675%200-1.362-.212q-.686-.212-1.282-.688q-.16-.13-.35-.13t-.348.13q-.133.115-.281.209t-.318.18q-.407-.08-.825-.18q-.417-.1-.825-.225q-.782-.225-.782-.69q0-.466.782-.69q.985-.293%202.028-.542t2.072-.41l1.543-4.657q.198-.561.73-.788t1.034.027l2.78%201.416l2.979-1.693l1.785-3.988l-.389-1.008q-.05-.161-.04-.317t.065-.298l.596-1.33q.137-.303.448-.424q.31-.121.608.015l1.158.529q.303.137.434.447t-.005.609l-.596%201.329q-.056.142-.187.248q-.13.106-.273.161l-1.002.389l-4.065%209.138q1.474.156%202.862.468q1.388.311%202.617.678q.776.225.776.681t-.777.68q-.446.126-.856.236q-.411.109-.813.19q-.169-.068-.31-.159q-.142-.091-.275-.213q-.159-.148-.346-.148t-.346.13q-.615.476-1.292.688T15%2019.116t-1.352-.212t-1.292-.708q-.16-.129-.356-.129t-.356.13q-.615.495-1.292.707T9%2019.116m5.171-3.522l1.758-3.952L13.596%2013l-2.038-1.054l-1.239%203.65q.36-.038.8-.067q.439-.029.881-.029q.487%200%201.05.022t1.121.072%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%22M3%2022.5q-.213%200-.357-.143T2.5%2022t.143-.357T3%2021.5q.689%200%201.355-.191q.666-.192%201.299-.542q.148-.086.346-.086t.346.086q.633.35%201.3.542q.666.191%201.354.191t1.355-.191t1.299-.542q.148-.086.349-.086t.343.086q.633.35%201.3.542q.666.191%201.354.191t1.355-.191t1.299-.542q.142-.086.346-.086t.346.086q.633.35%201.3.542q.666.191%201.354.191q.214%200%20.357.143T21.5%2022t-.143.357T21%2022.5q-.717%200-1.467-.197T18%2021.693q-.783.413-1.533.61T15%2022.5t-1.467-.197t-1.533-.61q-.783.413-1.533.61T9%2022.5t-1.467-.197T6%2021.693q-.783.413-1.533.61T3%2022.5m7.809-13.809q-.501-.5-.501-1.191t.5-1.191q.502-.501%201.192-.501t1.191.5q.501.501.501%201.192t-.5%201.191q-.502.501-1.192.501t-1.191-.5M9%2019.115q-.675%200-1.362-.212q-.686-.212-1.282-.688q-.16-.13-.35-.13t-.348.13q-.133.115-.281.209t-.318.18q-.407-.08-.825-.18q-.417-.1-.825-.225q-.782-.225-.782-.69q0-.466.782-.69q.985-.293%202.028-.542t2.072-.41l1.543-4.657q.198-.561.73-.788t1.034.027l2.78%201.416l2.979-1.693l1.785-3.988l-.389-1.008q-.05-.161-.04-.317t.065-.298l.596-1.33q.137-.303.448-.424q.31-.121.608.015l1.158.529q.303.137.434.447t-.005.609l-.596%201.329q-.056.142-.187.248q-.13.106-.273.161l-1.002.389l-4.065%209.138q1.474.156%202.862.468q1.388.311%202.617.678q.776.225.776.681t-.777.68q-.446.126-.856.236q-.411.109-.813.19q-.169-.068-.31-.159q-.142-.091-.275-.213q-.159-.148-.346-.148t-.346.13q-.615.476-1.292.688T15%2019.116t-1.352-.212t-1.292-.708q-.16-.129-.356-.129t-.356.13q-.615.495-1.292.707T9%2019.116m5.171-3.522l1.758-3.952L13.596%2013l-2.038-1.054l-1.239%203.65q.36-.038.8-.067q.439-.029.881-.029q.487%200%201.05.022t1.121.072%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/kayaking-rounded.svg?color=%231a73e8&size=48