meat pepper icon

meat-pepper from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
meat-pepper
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Use the meat pepper icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M2.367 15.4c0-4 5.007-14.382 10.333-12.35C15.5 4 16 6.444 16 8c1.555 0 3.849 1.174 4.95 3.3c2.62 5.061-8.583 10.1-12.583 10.1c-2.215.13-3.221-1.11-3.416-2.585c-1.474-.194-2.714-1.201-2.584-3.416"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M16 9.65V8m0 0c0-1.556-.5-4-3.3-4.95C7.374 1.018 2.367 11.4 2.367 15.4c-.13 2.214 1.11 3.22 2.584 3.415c.195 1.475 1.201 2.715 3.416 2.585c4 0 15.203-5.038 12.582-10.1C19.85 9.173 17.555 8 16 8Zm.45-.692C17.16 6.407 18.425 5.394 20 5"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignMeatPepper(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"><path d="M2.367 15.4c0-4 5.007-14.382 10.333-12.35C15.5 4 16 6.444 16 8c1.555 0 3.849 1.174 4.95 3.3c2.62 5.061-8.583 10.1-12.583 10.1c-2.215.13-3.221-1.11-3.416-2.585c-1.474-.194-2.714-1.201-2.584-3.416"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M16 9.65V8m0 0c0-1.556-.5-4-3.3-4.95C7.374 1.018 2.367 11.4 2.367 15.4c-.13 2.214 1.11 3.22 2.584 3.415c.195 1.475 1.201 2.715 3.416 2.585c4 0 15.203-5.038 12.582-10.1C19.85 9.173 17.555 8 16 8Zm.45-.692C17.16 6.407 18.425 5.394 20 5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M2.367 15.4c0-4 5.007-14.382 10.333-12.35C15.5 4 16 6.444 16 8c1.555 0 3.849 1.174 4.95 3.3c2.62 5.061-8.583 10.1-12.583 10.1c-2.215.13-3.221-1.11-3.416-2.585c-1.474-.194-2.714-1.201-2.584-3.416"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M16 9.65V8m0 0c0-1.556-.5-4-3.3-4.95C7.374 1.018 2.367 11.4 2.367 15.4c-.13 2.214 1.11 3.22 2.584 3.415c.195 1.475 1.201 2.715 3.416 2.585c4 0 15.203-5.038 12.582-10.1C19.85 9.173 17.555 8 16 8Zm.45-.692C17.16 6.407 18.425 5.394 20 5"/></g></svg>
</template>

CSS

.icon-meat-pepper {
  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%3E%3Cpath%20d%3D%22M2.367%2015.4c0-4%205.007-14.382%2010.333-12.35C15.5%204%2016%206.444%2016%208c1.555%200%203.849%201.174%204.95%203.3c2.62%205.061-8.583%2010.1-12.583%2010.1c-2.215.13-3.221-1.11-3.416-2.585c-1.474-.194-2.714-1.201-2.584-3.416%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M16%209.65V8m0%200c0-1.556-.5-4-3.3-4.95C7.374%201.018%202.367%2011.4%202.367%2015.4c-.13%202.214%201.11%203.22%202.584%203.415c.195%201.475%201.201%202.715%203.416%202.585c4%200%2015.203-5.038%2012.582-10.1C19.85%209.173%2017.555%208%2016%208Zm.45-.692C17.16%206.407%2018.425%205.394%2020%205%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%3E%3Cpath%20d%3D%22M2.367%2015.4c0-4%205.007-14.382%2010.333-12.35C15.5%204%2016%206.444%2016%208c1.555%200%203.849%201.174%204.95%203.3c2.62%205.061-8.583%2010.1-12.583%2010.1c-2.215.13-3.221-1.11-3.416-2.585c-1.474-.194-2.714-1.201-2.584-3.416%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M16%209.65V8m0%200c0-1.556-.5-4-3.3-4.95C7.374%201.018%202.367%2011.4%202.367%2015.4c-.13%202.214%201.11%203.22%202.584%203.415c.195%201.475%201.201%202.715%203.416%202.585c4%200%2015.203-5.038%2012.582-10.1C19.85%209.173%2017.555%208%2016%208Zm.45-.692C17.16%206.407%2018.425%205.394%2020%205%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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