cricket icon

cricket-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
cricket-duotone
Set
Phosphor
Style
Duotone
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"><g fill="currentColor"><path d="M168 104v64l-37.66 37.66a8 8 0 0 1-11.31 0L66.34 153a8 8 0 0 1 0-11.31L104 104ZM80 60a20 20 0 1 0-20 20a20 20 0 0 0 20-20" opacity=".2"/><path d="m243.31 81.37l-52.68-52.68a16 16 0 0 0-22.63 0L60.69 136a16 16 0 0 0 0 22.63l20.68 20.68l-47 47a8 8 0 0 0 11.32 11.32l47-47l20.68 20.68a16 16 0 0 0 22.63 0L243.31 104a16 16 0 0 0 0-22.63M124.69 200L104 179.31l29.66-29.65a8 8 0 0 0-11.32-11.32L92.69 168L72 147.31L107.31 112H160v52.69ZM232 92.69l-56 56V104a8 8 0 0 0-8-8h-44.69l56-56L232 92.68ZM60 88a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-40a12 12 0 1 1-12 12a12 12 0 0 1 12-12"/></g></svg>

React

import type { SVGProps } from "react";

export function PhCricketDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M168 104v64l-37.66 37.66a8 8 0 0 1-11.31 0L66.34 153a8 8 0 0 1 0-11.31L104 104ZM80 60a20 20 0 1 0-20 20a20 20 0 0 0 20-20" opacity=".2"/><path d="m243.31 81.37l-52.68-52.68a16 16 0 0 0-22.63 0L60.69 136a16 16 0 0 0 0 22.63l20.68 20.68l-47 47a8 8 0 0 0 11.32 11.32l47-47l20.68 20.68a16 16 0 0 0 22.63 0L243.31 104a16 16 0 0 0 0-22.63M124.69 200L104 179.31l29.66-29.65a8 8 0 0 0-11.32-11.32L92.69 168L72 147.31L107.31 112H160v52.69ZM232 92.69l-56 56V104a8 8 0 0 0-8-8h-44.69l56-56L232 92.68ZM60 88a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-40a12 12 0 1 1-12 12a12 12 0 0 1 12-12"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M168 104v64l-37.66 37.66a8 8 0 0 1-11.31 0L66.34 153a8 8 0 0 1 0-11.31L104 104ZM80 60a20 20 0 1 0-20 20a20 20 0 0 0 20-20" opacity=".2"/><path d="m243.31 81.37l-52.68-52.68a16 16 0 0 0-22.63 0L60.69 136a16 16 0 0 0 0 22.63l20.68 20.68l-47 47a8 8 0 0 0 11.32 11.32l47-47l20.68 20.68a16 16 0 0 0 22.63 0L243.31 104a16 16 0 0 0 0-22.63M124.69 200L104 179.31l29.66-29.65a8 8 0 0 0-11.32-11.32L92.69 168L72 147.31L107.31 112H160v52.69ZM232 92.69l-56 56V104a8 8 0 0 0-8-8h-44.69l56-56L232 92.68ZM60 88a28 28 0 1 0-28-28a28 28 0 0 0 28 28m0-40a12 12 0 1 1-12 12a12 12 0 0 1 12-12"/></g></svg>
</template>

CSS

.icon-cricket-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M168%20104v64l-37.66%2037.66a8%208%200%200%201-11.31%200L66.34%20153a8%208%200%200%201%200-11.31L104%20104ZM80%2060a20%2020%200%201%200-20%2020a20%2020%200%200%200%2020-20%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m243.31%2081.37l-52.68-52.68a16%2016%200%200%200-22.63%200L60.69%20136a16%2016%200%200%200%200%2022.63l20.68%2020.68l-47%2047a8%208%200%200%200%2011.32%2011.32l47-47l20.68%2020.68a16%2016%200%200%200%2022.63%200L243.31%20104a16%2016%200%200%200%200-22.63M124.69%20200L104%20179.31l29.66-29.65a8%208%200%200%200-11.32-11.32L92.69%20168L72%20147.31L107.31%20112H160v52.69ZM232%2092.69l-56%2056V104a8%208%200%200%200-8-8h-44.69l56-56L232%2092.68ZM60%2088a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028m0-40a12%2012%200%201%201-12%2012a12%2012%200%200%201%2012-12%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M168%20104v64l-37.66%2037.66a8%208%200%200%201-11.31%200L66.34%20153a8%208%200%200%201%200-11.31L104%20104ZM80%2060a20%2020%200%201%200-20%2020a20%2020%200%200%200%2020-20%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m243.31%2081.37l-52.68-52.68a16%2016%200%200%200-22.63%200L60.69%20136a16%2016%200%200%200%200%2022.63l20.68%2020.68l-47%2047a8%208%200%200%200%2011.32%2011.32l47-47l20.68%2020.68a16%2016%200%200%200%2022.63%200L243.31%20104a16%2016%200%200%200%200-22.63M124.69%20200L104%20179.31l29.66-29.65a8%208%200%200%200-11.32-11.32L92.69%20168L72%20147.31L107.31%20112H160v52.69ZM232%2092.69l-56%2056V104a8%208%200%200%200-8-8h-44.69l56-56L232%2092.68ZM60%2088a28%2028%200%201%200-28-28a28%2028%200%200%200%2028%2028m0-40a12%2012%200%201%201-12%2012a12%2012%200%200%201%2012-12%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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