round kitesurfing icon

round-kitesurfing from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
round-kitesurfing
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the round kitesurfing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 3c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2m10.03.97c.29.29.77.29 1.06 0L20.06 1h-2.12l-1.91 1.91c-.29.29-.29.77 0 1.06M19.15 12c-1.29 0-3.11.53-5.06 1.38L13 12.16c-.38-.42-.92-.66-1.49-.66H9.6V8H11c1.52 0 2.94-.49 4.09-1.32c.49-.35.52-1.07.09-1.5c-.35-.35-.9-.38-1.3-.09c-.82.57-1.81.91-2.88.91H8c-1.1 0-2 .9-2 2v4.04c0 .64.15 1.27.45 1.83L8 16.84c-.53.38-1.03.78-1.49 1.17c.68.58 1.55.99 2.49.99c1.2 0 2.27-.66 3-1.5c.73.84 1.8 1.5 3 1.5c.33 0 .65-.05.96-.14C18.81 16.9 21 14.72 21 13.28c0-1.03-1.01-1.28-1.85-1.28m-9.32 3.61L9 13.6l2.5-.1l.7.77c-.56.28-1.78.96-2.37 1.34M22 22c0-.55-.45-1-1-1c-.87 0-1.73-.24-2.53-.7a.95.95 0 0 0-.94 0c-1.59.9-3.47.9-5.06 0a.98.98 0 0 0-.94 0c-1.59.9-3.47.9-5.06 0a.98.98 0 0 0-.94 0c-.8.46-1.66.7-2.53.7c-.55 0-1 .45-1 1s.45 1 1 1c1.15 0 2.3-.31 3.33-.94c1.66 1.11 3.78 1.01 5.58.14a6.36 6.36 0 0 0 6.09.05c.95.5 1.97.75 3 .75c.55 0 1-.45 1-1"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundKitesurfing(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="M6 3c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2m10.03.97c.29.29.77.29 1.06 0L20.06 1h-2.12l-1.91 1.91c-.29.29-.29.77 0 1.06M19.15 12c-1.29 0-3.11.53-5.06 1.38L13 12.16c-.38-.42-.92-.66-1.49-.66H9.6V8H11c1.52 0 2.94-.49 4.09-1.32c.49-.35.52-1.07.09-1.5c-.35-.35-.9-.38-1.3-.09c-.82.57-1.81.91-2.88.91H8c-1.1 0-2 .9-2 2v4.04c0 .64.15 1.27.45 1.83L8 16.84c-.53.38-1.03.78-1.49 1.17c.68.58 1.55.99 2.49.99c1.2 0 2.27-.66 3-1.5c.73.84 1.8 1.5 3 1.5c.33 0 .65-.05.96-.14C18.81 16.9 21 14.72 21 13.28c0-1.03-1.01-1.28-1.85-1.28m-9.32 3.61L9 13.6l2.5-.1l.7.77c-.56.28-1.78.96-2.37 1.34M22 22c0-.55-.45-1-1-1c-.87 0-1.73-.24-2.53-.7a.95.95 0 0 0-.94 0c-1.59.9-3.47.9-5.06 0a.98.98 0 0 0-.94 0c-1.59.9-3.47.9-5.06 0a.98.98 0 0 0-.94 0c-.8.46-1.66.7-2.53.7c-.55 0-1 .45-1 1s.45 1 1 1c1.15 0 2.3-.31 3.33-.94c1.66 1.11 3.78 1.01 5.58.14a6.36 6.36 0 0 0 6.09.05c.95.5 1.97.75 3 .75c.55 0 1-.45 1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 3c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2m10.03.97c.29.29.77.29 1.06 0L20.06 1h-2.12l-1.91 1.91c-.29.29-.29.77 0 1.06M19.15 12c-1.29 0-3.11.53-5.06 1.38L13 12.16c-.38-.42-.92-.66-1.49-.66H9.6V8H11c1.52 0 2.94-.49 4.09-1.32c.49-.35.52-1.07.09-1.5c-.35-.35-.9-.38-1.3-.09c-.82.57-1.81.91-2.88.91H8c-1.1 0-2 .9-2 2v4.04c0 .64.15 1.27.45 1.83L8 16.84c-.53.38-1.03.78-1.49 1.17c.68.58 1.55.99 2.49.99c1.2 0 2.27-.66 3-1.5c.73.84 1.8 1.5 3 1.5c.33 0 .65-.05.96-.14C18.81 16.9 21 14.72 21 13.28c0-1.03-1.01-1.28-1.85-1.28m-9.32 3.61L9 13.6l2.5-.1l.7.77c-.56.28-1.78.96-2.37 1.34M22 22c0-.55-.45-1-1-1c-.87 0-1.73-.24-2.53-.7a.95.95 0 0 0-.94 0c-1.59.9-3.47.9-5.06 0a.98.98 0 0 0-.94 0c-1.59.9-3.47.9-5.06 0a.98.98 0 0 0-.94 0c-.8.46-1.66.7-2.53.7c-.55 0-1 .45-1 1s.45 1 1 1c1.15 0 2.3-.31 3.33-.94c1.66 1.11 3.78 1.01 5.58.14a6.36 6.36 0 0 0 6.09.05c.95.5 1.97.75 3 .75c.55 0 1-.45 1-1"/></svg>
</template>

CSS

.icon-round-kitesurfing {
  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%22M6%203c0-1.1.9-2%202-2s2%20.9%202%202s-.9%202-2%202s-2-.9-2-2m10.03.97c.29.29.77.29%201.06%200L20.06%201h-2.12l-1.91%201.91c-.29.29-.29.77%200%201.06M19.15%2012c-1.29%200-3.11.53-5.06%201.38L13%2012.16c-.38-.42-.92-.66-1.49-.66H9.6V8H11c1.52%200%202.94-.49%204.09-1.32c.49-.35.52-1.07.09-1.5c-.35-.35-.9-.38-1.3-.09c-.82.57-1.81.91-2.88.91H8c-1.1%200-2%20.9-2%202v4.04c0%20.64.15%201.27.45%201.83L8%2016.84c-.53.38-1.03.78-1.49%201.17c.68.58%201.55.99%202.49.99c1.2%200%202.27-.66%203-1.5c.73.84%201.8%201.5%203%201.5c.33%200%20.65-.05.96-.14C18.81%2016.9%2021%2014.72%2021%2013.28c0-1.03-1.01-1.28-1.85-1.28m-9.32%203.61L9%2013.6l2.5-.1l.7.77c-.56.28-1.78.96-2.37%201.34M22%2022c0-.55-.45-1-1-1c-.87%200-1.73-.24-2.53-.7a.95.95%200%200%200-.94%200c-1.59.9-3.47.9-5.06%200a.98.98%200%200%200-.94%200c-1.59.9-3.47.9-5.06%200a.98.98%200%200%200-.94%200c-.8.46-1.66.7-2.53.7c-.55%200-1%20.45-1%201s.45%201%201%201c1.15%200%202.3-.31%203.33-.94c1.66%201.11%203.78%201.01%205.58.14a6.36%206.36%200%200%200%206.09.05c.95.5%201.97.75%203%20.75c.55%200%201-.45%201-1%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%22M6%203c0-1.1.9-2%202-2s2%20.9%202%202s-.9%202-2%202s-2-.9-2-2m10.03.97c.29.29.77.29%201.06%200L20.06%201h-2.12l-1.91%201.91c-.29.29-.29.77%200%201.06M19.15%2012c-1.29%200-3.11.53-5.06%201.38L13%2012.16c-.38-.42-.92-.66-1.49-.66H9.6V8H11c1.52%200%202.94-.49%204.09-1.32c.49-.35.52-1.07.09-1.5c-.35-.35-.9-.38-1.3-.09c-.82.57-1.81.91-2.88.91H8c-1.1%200-2%20.9-2%202v4.04c0%20.64.15%201.27.45%201.83L8%2016.84c-.53.38-1.03.78-1.49%201.17c.68.58%201.55.99%202.49.99c1.2%200%202.27-.66%203-1.5c.73.84%201.8%201.5%203%201.5c.33%200%20.65-.05.96-.14C18.81%2016.9%2021%2014.72%2021%2013.28c0-1.03-1.01-1.28-1.85-1.28m-9.32%203.61L9%2013.6l2.5-.1l.7.77c-.56.28-1.78.96-2.37%201.34M22%2022c0-.55-.45-1-1-1c-.87%200-1.73-.24-2.53-.7a.95.95%200%200%200-.94%200c-1.59.9-3.47.9-5.06%200a.98.98%200%200%200-.94%200c-1.59.9-3.47.9-5.06%200a.98.98%200%200%200-.94%200c-.8.46-1.66.7-2.53.7c-.55%200-1%20.45-1%201s.45%201%201%201c1.15%200%202.3-.31%203.33-.94c1.66%201.11%203.78%201.01%205.58.14a6.36%206.36%200%200%200%206.09.05c.95.5%201.97.75%203%20.75c.55%200%201-.45%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-kitesurfing.svg?color=%231a73e8&size=48