bacon from Font Awesome Solid by Dave Gandy · Solid · Food · CC-BY-4.0 Attribution required.

Name
bacon
Set
Font Awesome Solid
Style
Solid
Category
Food
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More food icons from Font Awesome Solid

Use the bacon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M589 160.7c14.4 14.4 12.4 38.4-4.3 50.2l-64.6 45.7c-43.7 30.9-79.2 71.9-103.4 119.6L391.4 426c-25.1 49.3-62.1 91.5-107.8 122.6l-74.1 50.6c-13.1 8.9-30.7 7.3-41.8-3.9l-44.9-44.9l86.5-66.5c42.3-32.5 76.7-74.3 100.6-122l24.5-49.1c24.5-49 61.8-90.6 107.9-120.2L551 122.7zm-72.8-72.8l-99.9 64.3c-53.4 34.3-96.5 82.4-124.9 139.1l-24.5 49.1c-20.6 41.3-50.3 77.3-86.9 105.4l-91.4 70.3l-36.9-36.9C37.3 464.8 39.3 440.8 56 429l64.6-45.7c43.7-30.9 79.2-71.9 103.4-119.6l25.3-49.8c25-49.1 62-91.3 107.7-122.5l74.1-50.6c13.1-8.9 30.6-7.3 41.8 3.9L516.2 88z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidBacon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M589 160.7c14.4 14.4 12.4 38.4-4.3 50.2l-64.6 45.7c-43.7 30.9-79.2 71.9-103.4 119.6L391.4 426c-25.1 49.3-62.1 91.5-107.8 122.6l-74.1 50.6c-13.1 8.9-30.7 7.3-41.8-3.9l-44.9-44.9l86.5-66.5c42.3-32.5 76.7-74.3 100.6-122l24.5-49.1c24.5-49 61.8-90.6 107.9-120.2L551 122.7zm-72.8-72.8l-99.9 64.3c-53.4 34.3-96.5 82.4-124.9 139.1l-24.5 49.1c-20.6 41.3-50.3 77.3-86.9 105.4l-91.4 70.3l-36.9-36.9C37.3 464.8 39.3 440.8 56 429l64.6-45.7c43.7-30.9 79.2-71.9 103.4-119.6l25.3-49.8c25-49.1 62-91.3 107.7-122.5l74.1-50.6c13.1-8.9 30.6-7.3 41.8 3.9L516.2 88z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M589 160.7c14.4 14.4 12.4 38.4-4.3 50.2l-64.6 45.7c-43.7 30.9-79.2 71.9-103.4 119.6L391.4 426c-25.1 49.3-62.1 91.5-107.8 122.6l-74.1 50.6c-13.1 8.9-30.7 7.3-41.8-3.9l-44.9-44.9l86.5-66.5c42.3-32.5 76.7-74.3 100.6-122l24.5-49.1c24.5-49 61.8-90.6 107.9-120.2L551 122.7zm-72.8-72.8l-99.9 64.3c-53.4 34.3-96.5 82.4-124.9 139.1l-24.5 49.1c-20.6 41.3-50.3 77.3-86.9 105.4l-91.4 70.3l-36.9-36.9C37.3 464.8 39.3 440.8 56 429l64.6-45.7c43.7-30.9 79.2-71.9 103.4-119.6l25.3-49.8c25-49.1 62-91.3 107.7-122.5l74.1-50.6c13.1-8.9 30.6-7.3 41.8 3.9L516.2 88z"/></svg>
</template>

CSS

.icon-bacon {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M589%20160.7c14.4%2014.4%2012.4%2038.4-4.3%2050.2l-64.6%2045.7c-43.7%2030.9-79.2%2071.9-103.4%20119.6L391.4%20426c-25.1%2049.3-62.1%2091.5-107.8%20122.6l-74.1%2050.6c-13.1%208.9-30.7%207.3-41.8-3.9l-44.9-44.9l86.5-66.5c42.3-32.5%2076.7-74.3%20100.6-122l24.5-49.1c24.5-49%2061.8-90.6%20107.9-120.2L551%20122.7zm-72.8-72.8l-99.9%2064.3c-53.4%2034.3-96.5%2082.4-124.9%20139.1l-24.5%2049.1c-20.6%2041.3-50.3%2077.3-86.9%20105.4l-91.4%2070.3l-36.9-36.9C37.3%20464.8%2039.3%20440.8%2056%20429l64.6-45.7c43.7-30.9%2079.2-71.9%20103.4-119.6l25.3-49.8c25-49.1%2062-91.3%20107.7-122.5l74.1-50.6c13.1-8.9%2030.6-7.3%2041.8%203.9L516.2%2088z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M589%20160.7c14.4%2014.4%2012.4%2038.4-4.3%2050.2l-64.6%2045.7c-43.7%2030.9-79.2%2071.9-103.4%20119.6L391.4%20426c-25.1%2049.3-62.1%2091.5-107.8%20122.6l-74.1%2050.6c-13.1%208.9-30.7%207.3-41.8-3.9l-44.9-44.9l86.5-66.5c42.3-32.5%2076.7-74.3%20100.6-122l24.5-49.1c24.5-49%2061.8-90.6%20107.9-120.2L551%20122.7zm-72.8-72.8l-99.9%2064.3c-53.4%2034.3-96.5%2082.4-124.9%20139.1l-24.5%2049.1c-20.6%2041.3-50.3%2077.3-86.9%20105.4l-91.4%2070.3l-36.9-36.9C37.3%20464.8%2039.3%20440.8%2056%20429l64.6-45.7c43.7-30.9%2079.2-71.9%20103.4-119.6l25.3-49.8c25-49.1%2062-91.3%20107.7-122.5l74.1-50.6c13.1-8.9%2030.6-7.3%2041.8%203.9L516.2%2088z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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