frisbee icon
frisbee from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- frisbee
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the frisbee 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="m4 22l3-3m-5 1l3-3M19.716 2.45c1.317 1.317-.36 5.13-3.748 8.518c-3.387 3.387-7.201 5.066-8.519 3.748M19.716 2.45c-1.317-1.317-5.131.361-8.519 3.749m8.52-3.749l1.703 1.704c1.505 1.505-.02 5.472-3.408 8.86s-7.353 4.912-8.859 3.407l-1.704-1.704m0 0c-1.317-1.317.361-5.131 3.748-8.518m0 0C8.94 8.456 7.72 10.897 8.471 11.65c.753.752 3.194-.468 5.452-2.726s3.48-4.7 2.726-5.452c-.752-.753-3.193.467-5.452 2.726"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFrisbee(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="m4 22l3-3m-5 1l3-3M19.716 2.45c1.317 1.317-.36 5.13-3.748 8.518c-3.387 3.387-7.201 5.066-8.519 3.748M19.716 2.45c-1.317-1.317-5.131.361-8.519 3.749m8.52-3.749l1.703 1.704c1.505 1.505-.02 5.472-3.408 8.86s-7.353 4.912-8.859 3.407l-1.704-1.704m0 0c-1.317-1.317.361-5.131 3.748-8.518m0 0C8.94 8.456 7.72 10.897 8.471 11.65c.753.752 3.194-.468 5.452-2.726s3.48-4.7 2.726-5.452c-.752-.753-3.193.467-5.452 2.726"/></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="m4 22l3-3m-5 1l3-3M19.716 2.45c1.317 1.317-.36 5.13-3.748 8.518c-3.387 3.387-7.201 5.066-8.519 3.748M19.716 2.45c-1.317-1.317-5.131.361-8.519 3.749m8.52-3.749l1.703 1.704c1.505 1.505-.02 5.472-3.408 8.86s-7.353 4.912-8.859 3.407l-1.704-1.704m0 0c-1.317-1.317.361-5.131 3.748-8.518m0 0C8.94 8.456 7.72 10.897 8.471 11.65c.753.752 3.194-.468 5.452-2.726s3.48-4.7 2.726-5.452c-.752-.753-3.193.467-5.452 2.726"/></svg> </template>
CSS
.icon-frisbee {
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%22m4%2022l3-3m-5%201l3-3M19.716%202.45c1.317%201.317-.36%205.13-3.748%208.518c-3.387%203.387-7.201%205.066-8.519%203.748M19.716%202.45c-1.317-1.317-5.131.361-8.519%203.749m8.52-3.749l1.703%201.704c1.505%201.505-.02%205.472-3.408%208.86s-7.353%204.912-8.859%203.407l-1.704-1.704m0%200c-1.317-1.317.361-5.131%203.748-8.518m0%200C8.94%208.456%207.72%2010.897%208.471%2011.65c.753.752%203.194-.468%205.452-2.726s3.48-4.7%202.726-5.452c-.752-.753-3.193.467-5.452%202.726%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%22m4%2022l3-3m-5%201l3-3M19.716%202.45c1.317%201.317-.36%205.13-3.748%208.518c-3.387%203.387-7.201%205.066-8.519%203.748M19.716%202.45c-1.317-1.317-5.131.361-8.519%203.749m8.52-3.749l1.703%201.704c1.505%201.505-.02%205.472-3.408%208.86s-7.353%204.912-8.859%203.407l-1.704-1.704m0%200c-1.317-1.317.361-5.131%203.748-8.518m0%200C8.94%208.456%207.72%2010.897%208.471%2011.65c.753.752%203.194-.468%205.452-2.726s3.48-4.7%202.726-5.452c-.752-.753-3.193.467-5.452%202.726%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/frisbee.svg?color=%231a73e8&size=48