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

Name
round-surfing
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 surfing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 1.5c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2M22 22c0 .55-.45 1-1 1c-1.03 0-2.05-.25-3-.75a6.36 6.36 0 0 1-6.09-.05c-1.79.87-3.92.98-5.58-.14C5.3 22.69 4.15 23 3 23c-.55 0-1-.45-1-1s.45-1 1-1c.87 0 1.73-.24 2.53-.7c.29-.16.65-.17.94 0c1.59.9 3.48.9 5.06 0a.98.98 0 0 1 .94 0c1.59.9 3.48.9 5.06 0a.98.98 0 0 1 .94 0c.8.46 1.66.7 2.53.7c.55 0 1 .45 1 1M8.04 18.86c.31.09.63.14.96.14c.9 0 1.72-.37 2.39-.91c.35-.28.87-.28 1.22 0c.67.54 1.49.91 2.39.91s1.72-.37 2.39-.91c.03-.03.07-.05.11-.07c-.46-.39-.97-.79-1.5-1.17v-2.87c0-.61-.28-1.19-.77-1.57L12.17 10l2.25-1.52a7.02 7.02 0 0 0 4.93 3.43c.6.1 1.14-.39 1.14-1c0-.49-.36-.9-.84-.98a5 5 0 0 1-3.51-2.46l-.88-1.55c-.29-.52-.77-.8-1.22-.89l-4.73-.88c-.52-.1-1.06.02-1.5.32L5.82 5.83c-.45.32-.57.94-.26 1.39c.32.46.94.58 1.4.27l1.99-1.37l2 .37L8.8 7.94a1.8 1.8 0 0 0-.77 1.79l.52 3.1c-1.42-.52-2.72-.83-3.7-.83c-.84 0-1.85.25-1.85 1.28c0 1.44 2.19 3.62 5.04 5.58M14 14v1.5c-.78-.48-2.34-1.33-3.26-1.75l-.44-2.65z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundSurfing(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="M17 1.5c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2M22 22c0 .55-.45 1-1 1c-1.03 0-2.05-.25-3-.75a6.36 6.36 0 0 1-6.09-.05c-1.79.87-3.92.98-5.58-.14C5.3 22.69 4.15 23 3 23c-.55 0-1-.45-1-1s.45-1 1-1c.87 0 1.73-.24 2.53-.7c.29-.16.65-.17.94 0c1.59.9 3.48.9 5.06 0a.98.98 0 0 1 .94 0c1.59.9 3.48.9 5.06 0a.98.98 0 0 1 .94 0c.8.46 1.66.7 2.53.7c.55 0 1 .45 1 1M8.04 18.86c.31.09.63.14.96.14c.9 0 1.72-.37 2.39-.91c.35-.28.87-.28 1.22 0c.67.54 1.49.91 2.39.91s1.72-.37 2.39-.91c.03-.03.07-.05.11-.07c-.46-.39-.97-.79-1.5-1.17v-2.87c0-.61-.28-1.19-.77-1.57L12.17 10l2.25-1.52a7.02 7.02 0 0 0 4.93 3.43c.6.1 1.14-.39 1.14-1c0-.49-.36-.9-.84-.98a5 5 0 0 1-3.51-2.46l-.88-1.55c-.29-.52-.77-.8-1.22-.89l-4.73-.88c-.52-.1-1.06.02-1.5.32L5.82 5.83c-.45.32-.57.94-.26 1.39c.32.46.94.58 1.4.27l1.99-1.37l2 .37L8.8 7.94a1.8 1.8 0 0 0-.77 1.79l.52 3.1c-1.42-.52-2.72-.83-3.7-.83c-.84 0-1.85.25-1.85 1.28c0 1.44 2.19 3.62 5.04 5.58M14 14v1.5c-.78-.48-2.34-1.33-3.26-1.75l-.44-2.65z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 1.5c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2M22 22c0 .55-.45 1-1 1c-1.03 0-2.05-.25-3-.75a6.36 6.36 0 0 1-6.09-.05c-1.79.87-3.92.98-5.58-.14C5.3 22.69 4.15 23 3 23c-.55 0-1-.45-1-1s.45-1 1-1c.87 0 1.73-.24 2.53-.7c.29-.16.65-.17.94 0c1.59.9 3.48.9 5.06 0a.98.98 0 0 1 .94 0c1.59.9 3.48.9 5.06 0a.98.98 0 0 1 .94 0c.8.46 1.66.7 2.53.7c.55 0 1 .45 1 1M8.04 18.86c.31.09.63.14.96.14c.9 0 1.72-.37 2.39-.91c.35-.28.87-.28 1.22 0c.67.54 1.49.91 2.39.91s1.72-.37 2.39-.91c.03-.03.07-.05.11-.07c-.46-.39-.97-.79-1.5-1.17v-2.87c0-.61-.28-1.19-.77-1.57L12.17 10l2.25-1.52a7.02 7.02 0 0 0 4.93 3.43c.6.1 1.14-.39 1.14-1c0-.49-.36-.9-.84-.98a5 5 0 0 1-3.51-2.46l-.88-1.55c-.29-.52-.77-.8-1.22-.89l-4.73-.88c-.52-.1-1.06.02-1.5.32L5.82 5.83c-.45.32-.57.94-.26 1.39c.32.46.94.58 1.4.27l1.99-1.37l2 .37L8.8 7.94a1.8 1.8 0 0 0-.77 1.79l.52 3.1c-1.42-.52-2.72-.83-3.7-.83c-.84 0-1.85.25-1.85 1.28c0 1.44 2.19 3.62 5.04 5.58M14 14v1.5c-.78-.48-2.34-1.33-3.26-1.75l-.44-2.65z"/></svg>
</template>

CSS

.icon-round-surfing {
  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%22M17%201.5c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2s-.9-2-2-2M22%2022c0%20.55-.45%201-1%201c-1.03%200-2.05-.25-3-.75a6.36%206.36%200%200%201-6.09-.05c-1.79.87-3.92.98-5.58-.14C5.3%2022.69%204.15%2023%203%2023c-.55%200-1-.45-1-1s.45-1%201-1c.87%200%201.73-.24%202.53-.7c.29-.16.65-.17.94%200c1.59.9%203.48.9%205.06%200a.98.98%200%200%201%20.94%200c1.59.9%203.48.9%205.06%200a.98.98%200%200%201%20.94%200c.8.46%201.66.7%202.53.7c.55%200%201%20.45%201%201M8.04%2018.86c.31.09.63.14.96.14c.9%200%201.72-.37%202.39-.91c.35-.28.87-.28%201.22%200c.67.54%201.49.91%202.39.91s1.72-.37%202.39-.91c.03-.03.07-.05.11-.07c-.46-.39-.97-.79-1.5-1.17v-2.87c0-.61-.28-1.19-.77-1.57L12.17%2010l2.25-1.52a7.02%207.02%200%200%200%204.93%203.43c.6.1%201.14-.39%201.14-1c0-.49-.36-.9-.84-.98a5%205%200%200%201-3.51-2.46l-.88-1.55c-.29-.52-.77-.8-1.22-.89l-4.73-.88c-.52-.1-1.06.02-1.5.32L5.82%205.83c-.45.32-.57.94-.26%201.39c.32.46.94.58%201.4.27l1.99-1.37l2%20.37L8.8%207.94a1.8%201.8%200%200%200-.77%201.79l.52%203.1c-1.42-.52-2.72-.83-3.7-.83c-.84%200-1.85.25-1.85%201.28c0%201.44%202.19%203.62%205.04%205.58M14%2014v1.5c-.78-.48-2.34-1.33-3.26-1.75l-.44-2.65z%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%22M17%201.5c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2s-.9-2-2-2M22%2022c0%20.55-.45%201-1%201c-1.03%200-2.05-.25-3-.75a6.36%206.36%200%200%201-6.09-.05c-1.79.87-3.92.98-5.58-.14C5.3%2022.69%204.15%2023%203%2023c-.55%200-1-.45-1-1s.45-1%201-1c.87%200%201.73-.24%202.53-.7c.29-.16.65-.17.94%200c1.59.9%203.48.9%205.06%200a.98.98%200%200%201%20.94%200c1.59.9%203.48.9%205.06%200a.98.98%200%200%201%20.94%200c.8.46%201.66.7%202.53.7c.55%200%201%20.45%201%201M8.04%2018.86c.31.09.63.14.96.14c.9%200%201.72-.37%202.39-.91c.35-.28.87-.28%201.22%200c.67.54%201.49.91%202.39.91s1.72-.37%202.39-.91c.03-.03.07-.05.11-.07c-.46-.39-.97-.79-1.5-1.17v-2.87c0-.61-.28-1.19-.77-1.57L12.17%2010l2.25-1.52a7.02%207.02%200%200%200%204.93%203.43c.6.1%201.14-.39%201.14-1c0-.49-.36-.9-.84-.98a5%205%200%200%201-3.51-2.46l-.88-1.55c-.29-.52-.77-.8-1.22-.89l-4.73-.88c-.52-.1-1.06.02-1.5.32L5.82%205.83c-.45.32-.57.94-.26%201.39c.32.46.94.58%201.4.27l1.99-1.37l2%20.37L8.8%207.94a1.8%201.8%200%200%200-.77%201.79l.52%203.1c-1.42-.52-2.72-.83-3.7-.83c-.84%200-1.85.25-1.85%201.28c0%201.44%202.19%203.62%205.04%205.58M14%2014v1.5c-.78-.48-2.34-1.33-3.26-1.75l-.44-2.65z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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