cricket icon

cricket-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
cricket-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the cricket icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M241.9 82.79L189.21 30.1a14 14 0 0 0-19.79 0L62.1 137.42a14 14 0 0 0 0 19.79l22.1 22.1l-48.44 48.45a6 6 0 1 0 8.48 8.48l48.45-48.44l22.1 22.1a14 14 0 0 0 19.79 0L241.9 102.58a14 14 0 0 0 0-19.79M126.1 201.42a2 2 0 0 1-2.83 0l-22.1-22.11l31.07-31.07a6 6 0 0 0-8.48-8.48l-31.07 31.07l-22.11-22.1a2 2 0 0 1 0-2.83l35.9-35.9H162v55.52ZM233.42 94.1L174 153.52V104a6 6 0 0 0-6-6h-49.52l59.42-59.42a2 2 0 0 1 2.83 0l52.69 52.69a2 2 0 0 1 0 2.83M60 86a26 26 0 1 0-26-26a26 26 0 0 0 26 26m0-40a14 14 0 1 1-14 14a14 14 0 0 1 14-14"/></svg>

React

import type { SVGProps } from "react";

export function PhCricketLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M241.9 82.79L189.21 30.1a14 14 0 0 0-19.79 0L62.1 137.42a14 14 0 0 0 0 19.79l22.1 22.1l-48.44 48.45a6 6 0 1 0 8.48 8.48l48.45-48.44l22.1 22.1a14 14 0 0 0 19.79 0L241.9 102.58a14 14 0 0 0 0-19.79M126.1 201.42a2 2 0 0 1-2.83 0l-22.1-22.11l31.07-31.07a6 6 0 0 0-8.48-8.48l-31.07 31.07l-22.11-22.1a2 2 0 0 1 0-2.83l35.9-35.9H162v55.52ZM233.42 94.1L174 153.52V104a6 6 0 0 0-6-6h-49.52l59.42-59.42a2 2 0 0 1 2.83 0l52.69 52.69a2 2 0 0 1 0 2.83M60 86a26 26 0 1 0-26-26a26 26 0 0 0 26 26m0-40a14 14 0 1 1-14 14a14 14 0 0 1 14-14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M241.9 82.79L189.21 30.1a14 14 0 0 0-19.79 0L62.1 137.42a14 14 0 0 0 0 19.79l22.1 22.1l-48.44 48.45a6 6 0 1 0 8.48 8.48l48.45-48.44l22.1 22.1a14 14 0 0 0 19.79 0L241.9 102.58a14 14 0 0 0 0-19.79M126.1 201.42a2 2 0 0 1-2.83 0l-22.1-22.11l31.07-31.07a6 6 0 0 0-8.48-8.48l-31.07 31.07l-22.11-22.1a2 2 0 0 1 0-2.83l35.9-35.9H162v55.52ZM233.42 94.1L174 153.52V104a6 6 0 0 0-6-6h-49.52l59.42-59.42a2 2 0 0 1 2.83 0l52.69 52.69a2 2 0 0 1 0 2.83M60 86a26 26 0 1 0-26-26a26 26 0 0 0 26 26m0-40a14 14 0 1 1-14 14a14 14 0 0 1 14-14"/></svg>
</template>

CSS

.icon-cricket-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M241.9%2082.79L189.21%2030.1a14%2014%200%200%200-19.79%200L62.1%20137.42a14%2014%200%200%200%200%2019.79l22.1%2022.1l-48.44%2048.45a6%206%200%201%200%208.48%208.48l48.45-48.44l22.1%2022.1a14%2014%200%200%200%2019.79%200L241.9%20102.58a14%2014%200%200%200%200-19.79M126.1%20201.42a2%202%200%200%201-2.83%200l-22.1-22.11l31.07-31.07a6%206%200%200%200-8.48-8.48l-31.07%2031.07l-22.11-22.1a2%202%200%200%201%200-2.83l35.9-35.9H162v55.52ZM233.42%2094.1L174%20153.52V104a6%206%200%200%200-6-6h-49.52l59.42-59.42a2%202%200%200%201%202.83%200l52.69%2052.69a2%202%200%200%201%200%202.83M60%2086a26%2026%200%201%200-26-26a26%2026%200%200%200%2026%2026m0-40a14%2014%200%201%201-14%2014a14%2014%200%200%201%2014-14%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M241.9%2082.79L189.21%2030.1a14%2014%200%200%200-19.79%200L62.1%20137.42a14%2014%200%200%200%200%2019.79l22.1%2022.1l-48.44%2048.45a6%206%200%201%200%208.48%208.48l48.45-48.44l22.1%2022.1a14%2014%200%200%200%2019.79%200L241.9%20102.58a14%2014%200%200%200%200-19.79M126.1%20201.42a2%202%200%200%201-2.83%200l-22.1-22.11l31.07-31.07a6%206%200%200%200-8.48-8.48l-31.07%2031.07l-22.11-22.1a2%202%200%200%201%200-2.83l35.9-35.9H162v55.52ZM233.42%2094.1L174%20153.52V104a6%206%200%200%200-6-6h-49.52l59.42-59.42a2%202%200%200%201%202.83%200l52.69%2052.69a2%202%200%200%201%200%202.83M60%2086a26%2026%200%201%200-26-26a26%2026%200%200%200%2026%2026m0-40a14%2014%200%201%201-14%2014a14%2014%200%200%201%2014-14%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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