shaka-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
shaka-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the shaka 02 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.712 11.671L15.639 13.5c0-1.39 0-2.085-.201-2.613a2.94 2.94 0 0 0-2.061-1.828c-.538-.127-1.205-.023-2.54.183L6.9 10V4.75C6.9 3.784 6.14 3 5.2 3c-.938 0-1.7.784-1.7 1.75v8.43c0 2.63 0 3.946.483 4.964a5 5 0 0 0 2.374 2.373C7.374 21 8.689 21 11.32 21c1.471 0 2.206 0 2.868-.256q.306-.12.59-.29c.61-.367 1.074-.954 2.001-2.13l3.343-4.236a1.78 1.78 0 0 0 .008-2.183a1.657 1.657 0 0 0-2.418-.234"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsShaka02(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M17.712 11.671L15.639 13.5c0-1.39 0-2.085-.201-2.613a2.94 2.94 0 0 0-2.061-1.828c-.538-.127-1.205-.023-2.54.183L6.9 10V4.75C6.9 3.784 6.14 3 5.2 3c-.938 0-1.7.784-1.7 1.75v8.43c0 2.63 0 3.946.483 4.964a5 5 0 0 0 2.374 2.373C7.374 21 8.689 21 11.32 21c1.471 0 2.206 0 2.868-.256q.306-.12.59-.29c.61-.367 1.074-.954 2.001-2.13l3.343-4.236a1.78 1.78 0 0 0 .008-2.183a1.657 1.657 0 0 0-2.418-.234"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.712 11.671L15.639 13.5c0-1.39 0-2.085-.201-2.613a2.94 2.94 0 0 0-2.061-1.828c-.538-.127-1.205-.023-2.54.183L6.9 10V4.75C6.9 3.784 6.14 3 5.2 3c-.938 0-1.7.784-1.7 1.75v8.43c0 2.63 0 3.946.483 4.964a5 5 0 0 0 2.374 2.373C7.374 21 8.689 21 11.32 21c1.471 0 2.206 0 2.868-.256q.306-.12.59-.29c.61-.367 1.074-.954 2.001-2.13l3.343-4.236a1.78 1.78 0 0 0 .008-2.183a1.657 1.657 0 0 0-2.418-.234"/></svg>
</template>

CSS

.icon-shaka-02 {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.712%2011.671L15.639%2013.5c0-1.39%200-2.085-.201-2.613a2.94%202.94%200%200%200-2.061-1.828c-.538-.127-1.205-.023-2.54.183L6.9%2010V4.75C6.9%203.784%206.14%203%205.2%203c-.938%200-1.7.784-1.7%201.75v8.43c0%202.63%200%203.946.483%204.964a5%205%200%200%200%202.374%202.373C7.374%2021%208.689%2021%2011.32%2021c1.471%200%202.206%200%202.868-.256q.306-.12.59-.29c.61-.367%201.074-.954%202.001-2.13l3.343-4.236a1.78%201.78%200%200%200%20.008-2.183a1.657%201.657%200%200%200-2.418-.234%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.712%2011.671L15.639%2013.5c0-1.39%200-2.085-.201-2.613a2.94%202.94%200%200%200-2.061-1.828c-.538-.127-1.205-.023-2.54.183L6.9%2010V4.75C6.9%203.784%206.14%203%205.2%203c-.938%200-1.7.784-1.7%201.75v8.43c0%202.63%200%203.946.483%204.964a5%205%200%200%200%202.374%202.373C7.374%2021%208.689%2021%2011.32%2021c1.471%200%202.206%200%202.868-.256q.306-.12.59-.29c.61-.367%201.074-.954%202.001-2.13l3.343-4.236a1.78%201.78%200%200%200%20.008-2.183a1.657%201.657%200%200%200-2.418-.234%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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