shaka 01 icon
shaka-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- shaka-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the shaka 01 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="M12.329 5.952L10.5 8.147c1.39 0 2.085 0 2.613.213a3.06 3.06 0 0 1 1.828 2.182c.127.57.023 1.276-.183 2.69L14 17.401h5.25c.966 0 1.75.805 1.75 1.799s-.784 1.8-1.75 1.8h-8.2c-2.847 0-4.271 0-5.355-.58a5.07 5.07 0 0 1-2.132-2.192C3 17.113 3 15.648 3 12.72c0-1.556 0-2.335.257-3.036q.118-.325.289-.624c.367-.647.954-1.137 2.13-2.12L9.911 3.4a1.7 1.7 0 0 1 2.183-.008c.768.632.874 1.792.234 2.56"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsShaka01(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="M12.329 5.952L10.5 8.147c1.39 0 2.085 0 2.613.213a3.06 3.06 0 0 1 1.828 2.182c.127.57.023 1.276-.183 2.69L14 17.401h5.25c.966 0 1.75.805 1.75 1.799s-.784 1.8-1.75 1.8h-8.2c-2.847 0-4.271 0-5.355-.58a5.07 5.07 0 0 1-2.132-2.192C3 17.113 3 15.648 3 12.72c0-1.556 0-2.335.257-3.036q.118-.325.289-.624c.367-.647.954-1.137 2.13-2.12L9.911 3.4a1.7 1.7 0 0 1 2.183-.008c.768.632.874 1.792.234 2.56"/></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="M12.329 5.952L10.5 8.147c1.39 0 2.085 0 2.613.213a3.06 3.06 0 0 1 1.828 2.182c.127.57.023 1.276-.183 2.69L14 17.401h5.25c.966 0 1.75.805 1.75 1.799s-.784 1.8-1.75 1.8h-8.2c-2.847 0-4.271 0-5.355-.58a5.07 5.07 0 0 1-2.132-2.192C3 17.113 3 15.648 3 12.72c0-1.556 0-2.335.257-3.036q.118-.325.289-.624c.367-.647.954-1.137 2.13-2.12L9.911 3.4a1.7 1.7 0 0 1 2.183-.008c.768.632.874 1.792.234 2.56"/></svg> </template>
CSS
.icon-shaka-01 {
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%22M12.329%205.952L10.5%208.147c1.39%200%202.085%200%202.613.213a3.06%203.06%200%200%201%201.828%202.182c.127.57.023%201.276-.183%202.69L14%2017.401h5.25c.966%200%201.75.805%201.75%201.799s-.784%201.8-1.75%201.8h-8.2c-2.847%200-4.271%200-5.355-.58a5.07%205.07%200%200%201-2.132-2.192C3%2017.113%203%2015.648%203%2012.72c0-1.556%200-2.335.257-3.036q.118-.325.289-.624c.367-.647.954-1.137%202.13-2.12L9.911%203.4a1.7%201.7%200%200%201%202.183-.008c.768.632.874%201.792.234%202.56%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%22M12.329%205.952L10.5%208.147c1.39%200%202.085%200%202.613.213a3.06%203.06%200%200%201%201.828%202.182c.127.57.023%201.276-.183%202.69L14%2017.401h5.25c.966%200%201.75.805%201.75%201.799s-.784%201.8-1.75%201.8h-8.2c-2.847%200-4.271%200-5.355-.58a5.07%205.07%200%200%201-2.132-2.192C3%2017.113%203%2015.648%203%2012.72c0-1.556%200-2.335.257-3.036q.118-.325.289-.624c.367-.647.954-1.137%202.13-2.12L9.911%203.4a1.7%201.7%200%200%201%202.183-.008c.768.632.874%201.792.234%202.56%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/shaka-01.svg?color=%231a73e8&size=48