joget icon
joget from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- joget
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the joget icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13s13-5.832 13-13S23.168 3 16 3m0 2c6.065 0 11 4.935 11 11q-.002.605-.066 1.191c-2.522-.002-9.46.042-11.98-.023c-3.082-.069-4.535-1.155-3.243-2.666c1.28-1.523 2.515-2.273 3.496-2.861c.992-.577 1.477-1.835-1.338-1.616c-5.504.374-7.806 3.415-8.863 5.842C5.078 9.864 9.98 5 16 5m5.582 7c-.993 0-2.665 1.42-4.107 2.354c-1.742 1.142-3.623 1.742-3.623 1.742l9.404-.092l2.732-1.34s.197-.53-1.06-.853c-1.258-.335-3.311.658-4.961 1.546c-1.65.877-1.719.45-1.719.45s2.583-1.937 3.16-2.295c.59-.357 1.777-.774.75-1.362a1.16 1.16 0 0 0-.576-.15m4.51 8.367C24.398 24.265 20.513 27 16 27a11 11 0 0 1-2.05-.2c-.384-.631-.754-1.293-.913-1.66c-.334-.772-1.568-2.573 1.8-3.796c2.695-.975 8.751-.952 11.255-.977"/></svg>
React
import type { SVGProps } from "react";
export function LaJoget(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13s13-5.832 13-13S23.168 3 16 3m0 2c6.065 0 11 4.935 11 11q-.002.605-.066 1.191c-2.522-.002-9.46.042-11.98-.023c-3.082-.069-4.535-1.155-3.243-2.666c1.28-1.523 2.515-2.273 3.496-2.861c.992-.577 1.477-1.835-1.338-1.616c-5.504.374-7.806 3.415-8.863 5.842C5.078 9.864 9.98 5 16 5m5.582 7c-.993 0-2.665 1.42-4.107 2.354c-1.742 1.142-3.623 1.742-3.623 1.742l9.404-.092l2.732-1.34s.197-.53-1.06-.853c-1.258-.335-3.311.658-4.961 1.546c-1.65.877-1.719.45-1.719.45s2.583-1.937 3.16-2.295c.59-.357 1.777-.774.75-1.362a1.16 1.16 0 0 0-.576-.15m4.51 8.367C24.398 24.265 20.513 27 16 27a11 11 0 0 1-2.05-.2c-.384-.631-.754-1.293-.913-1.66c-.334-.772-1.568-2.573 1.8-3.796c2.695-.975 8.751-.952 11.255-.977"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13s13-5.832 13-13S23.168 3 16 3m0 2c6.065 0 11 4.935 11 11q-.002.605-.066 1.191c-2.522-.002-9.46.042-11.98-.023c-3.082-.069-4.535-1.155-3.243-2.666c1.28-1.523 2.515-2.273 3.496-2.861c.992-.577 1.477-1.835-1.338-1.616c-5.504.374-7.806 3.415-8.863 5.842C5.078 9.864 9.98 5 16 5m5.582 7c-.993 0-2.665 1.42-4.107 2.354c-1.742 1.142-3.623 1.742-3.623 1.742l9.404-.092l2.732-1.34s.197-.53-1.06-.853c-1.258-.335-3.311.658-4.961 1.546c-1.65.877-1.719.45-1.719.45s2.583-1.937 3.16-2.295c.59-.357 1.777-.774.75-1.362a1.16 1.16 0 0 0-.576-.15m4.51 8.367C24.398 24.265 20.513 27 16 27a11 11 0 0 1-2.05-.2c-.384-.631-.754-1.293-.913-1.66c-.334-.772-1.568-2.573 1.8-3.796c2.695-.975 8.751-.952 11.255-.977"/></svg> </template>
CSS
.icon-joget {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C8.832%203%203%208.832%203%2016s5.832%2013%2013%2013s13-5.832%2013-13S23.168%203%2016%203m0%202c6.065%200%2011%204.935%2011%2011q-.002.605-.066%201.191c-2.522-.002-9.46.042-11.98-.023c-3.082-.069-4.535-1.155-3.243-2.666c1.28-1.523%202.515-2.273%203.496-2.861c.992-.577%201.477-1.835-1.338-1.616c-5.504.374-7.806%203.415-8.863%205.842C5.078%209.864%209.98%205%2016%205m5.582%207c-.993%200-2.665%201.42-4.107%202.354c-1.742%201.142-3.623%201.742-3.623%201.742l9.404-.092l2.732-1.34s.197-.53-1.06-.853c-1.258-.335-3.311.658-4.961%201.546c-1.65.877-1.719.45-1.719.45s2.583-1.937%203.16-2.295c.59-.357%201.777-.774.75-1.362a1.16%201.16%200%200%200-.576-.15m4.51%208.367C24.398%2024.265%2020.513%2027%2016%2027a11%2011%200%200%201-2.05-.2c-.384-.631-.754-1.293-.913-1.66c-.334-.772-1.568-2.573%201.8-3.796c2.695-.975%208.751-.952%2011.255-.977%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C8.832%203%203%208.832%203%2016s5.832%2013%2013%2013s13-5.832%2013-13S23.168%203%2016%203m0%202c6.065%200%2011%204.935%2011%2011q-.002.605-.066%201.191c-2.522-.002-9.46.042-11.98-.023c-3.082-.069-4.535-1.155-3.243-2.666c1.28-1.523%202.515-2.273%203.496-2.861c.992-.577%201.477-1.835-1.338-1.616c-5.504.374-7.806%203.415-8.863%205.842C5.078%209.864%209.98%205%2016%205m5.582%207c-.993%200-2.665%201.42-4.107%202.354c-1.742%201.142-3.623%201.742-3.623%201.742l9.404-.092l2.732-1.34s.197-.53-1.06-.853c-1.258-.335-3.311.658-4.961%201.546c-1.65.877-1.719.45-1.719.45s2.583-1.937%203.16-2.295c.59-.357%201.777-.774.75-1.362a1.16%201.16%200%200%200-.576-.15m4.51%208.367C24.398%2024.265%2020.513%2027%2016%2027a11%2011%200%200%201-2.05-.2c-.384-.631-.754-1.293-.913-1.66c-.334-.772-1.568-2.573%201.8-3.796c2.695-.975%208.751-.952%2011.255-.977%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/joget.svg?color=%231a73e8&size=48