chicken thighs icon

chicken-thighs from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
chicken-thighs
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the chicken thighs icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="m10 15.845l-3.314 3.314c.772.55.876 1.707.2 2.383a1.565 1.565 0 0 1-2.214 0c-.482-.482-.647-1.263-.369-1.845c-.582.278-1.363.113-1.845-.369a1.565 1.565 0 0 1 0-2.213c.676-.676 1.833-.573 2.383.2L8.155 14"/><path d="M12.537 3.682c2.334-2.334 5.632-2.149 7.781 0c1.715 1.715 2.18 4.162 1.11 6.267c-1.775-2.354-5.77-.55-5.023 2.407c-1.648-.686-3.062 1.433-1.927 2.707c-2.38.969-4.748 1.375-5.832.29c-2.149-2.148 1.556-9.337 3.89-11.671Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsChickenThighs(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path d="m10 15.845l-3.314 3.314c.772.55.876 1.707.2 2.383a1.565 1.565 0 0 1-2.214 0c-.482-.482-.647-1.263-.369-1.845c-.582.278-1.363.113-1.845-.369a1.565 1.565 0 0 1 0-2.213c.676-.676 1.833-.573 2.383.2L8.155 14"/><path d="M12.537 3.682c2.334-2.334 5.632-2.149 7.781 0c1.715 1.715 2.18 4.162 1.11 6.267c-1.775-2.354-5.77-.55-5.023 2.407c-1.648-.686-3.062 1.433-1.927 2.707c-2.38.969-4.748 1.375-5.832.29c-2.149-2.148 1.556-9.337 3.89-11.671Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="m10 15.845l-3.314 3.314c.772.55.876 1.707.2 2.383a1.565 1.565 0 0 1-2.214 0c-.482-.482-.647-1.263-.369-1.845c-.582.278-1.363.113-1.845-.369a1.565 1.565 0 0 1 0-2.213c.676-.676 1.833-.573 2.383.2L8.155 14"/><path d="M12.537 3.682c2.334-2.334 5.632-2.149 7.781 0c1.715 1.715 2.18 4.162 1.11 6.267c-1.775-2.354-5.77-.55-5.023 2.407c-1.648-.686-3.062 1.433-1.927 2.707c-2.38.969-4.748 1.375-5.832.29c-2.149-2.148 1.556-9.337 3.89-11.671Z"/></g></svg>
</template>

CSS

.icon-chicken-thighs {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m10%2015.845l-3.314%203.314c.772.55.876%201.707.2%202.383a1.565%201.565%200%200%201-2.214%200c-.482-.482-.647-1.263-.369-1.845c-.582.278-1.363.113-1.845-.369a1.565%201.565%200%200%201%200-2.213c.676-.676%201.833-.573%202.383.2L8.155%2014%22%2F%3E%3Cpath%20d%3D%22M12.537%203.682c2.334-2.334%205.632-2.149%207.781%200c1.715%201.715%202.18%204.162%201.11%206.267c-1.775-2.354-5.77-.55-5.023%202.407c-1.648-.686-3.062%201.433-1.927%202.707c-2.38.969-4.748%201.375-5.832.29c-2.149-2.148%201.556-9.337%203.89-11.671Z%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m10%2015.845l-3.314%203.314c.772.55.876%201.707.2%202.383a1.565%201.565%200%200%201-2.214%200c-.482-.482-.647-1.263-.369-1.845c-.582.278-1.363.113-1.845-.369a1.565%201.565%200%200%201%200-2.213c.676-.676%201.833-.573%202.383.2L8.155%2014%22%2F%3E%3Cpath%20d%3D%22M12.537%203.682c2.334-2.334%205.632-2.149%207.781%200c1.715%201.715%202.18%204.162%201.11%206.267c-1.775-2.354-5.77-.55-5.023%202.407c-1.648-.686-3.062%201.433-1.927%202.707c-2.38.969-4.748%201.375-5.832.29c-2.149-2.148%201.556-9.337%203.89-11.671Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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