kfc from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
kfc
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the kfc logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.893 8.23c-4.187.001-5.249 2.365-5.42 3.97c-.194 1.802 1.053 3.57 4.127 3.57c1.294 0 2.14-.225 2.44-.32a.22.22 0 0 0 .147-.166l.173-.91a.184.184 0 0 0-.236-.21c-.336.106-.93.252-1.685.252c-1.469 0-2.53-.882-2.395-2.4c.13-1.47 1.121-2.59 2.485-2.59c.82 0 1.183.43 1.156 1.003v.033a.184.184 0 0 0 .182.193h.557c.086 0 .16-.06.18-.143l.39-1.76a.215.215 0 0 0-.15-.255a7.2 7.2 0 0 0-1.95-.266zm-20.157.116a.2.2 0 0 0-.195.156l-.108.484a.2.2 0 0 0 .13.23l.033.01c.208.082.45.266.348.748l-.792 3.62c-.207.987-.542 1.19-.86 1.226h-.01a.2.2 0 0 0-.176.157l-.102.464a.192.192 0 0 0 .187.233h3.487c.085 0 .159-.06.177-.142l.12-.543a.184.184 0 0 0-.112-.21l-.022-.01c-.177-.07-.418-.224-.356-.51l.405-1.85c1.389 2.535 1.848 3.266 3.514 3.265H8.91a.18.18 0 0 0 .177-.142l.105-.47a.195.195 0 0 0-.186-.238c-.376-.006-.56-.093-.935-.575l-1.932-2.614l2.51-2.088c.337-.264.748-.338.976-.368l.022-.002a.185.185 0 0 0 .163-.144l.103-.464a.184.184 0 0 0-.18-.223h-3.02a.2.2 0 0 0-.193.155l-.102.46a.2.2 0 0 0 .138.235c.178.069.217.24.063.366L4.046 11.7l.44-2.014a.68.68 0 0 1 .477-.487l.025-.008a.2.2 0 0 0 .135-.147l.106-.477a.18.18 0 0 0-.177-.22zm8.88 0a.2.2 0 0 0-.194.156l-.107.483a.19.19 0 0 0 .122.221l.02.008c.204.077.487.274.364.758l-1.21 5.48a.182.182 0 0 0 .178.222h2.777c.086 0 .16-.06.179-.143l.12-.547a.174.174 0 0 0-.098-.196l-.027-.013c-.176-.086-.438-.285-.35-.67c.009-.05.27-1.24.27-1.24h2.362c.086 0 .16-.06.18-.143l.221-1a.183.183 0 0 0-.18-.224h-2.28l.427-1.94l1.592-.003c.515 0 .672.27.642.728l-.002.024a.184.184 0 0 0 .183.205h.587c.086 0 .16-.06.178-.144l.4-1.8a.184.184 0 0 0-.18-.222z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsKfc(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.893 8.23c-4.187.001-5.249 2.365-5.42 3.97c-.194 1.802 1.053 3.57 4.127 3.57c1.294 0 2.14-.225 2.44-.32a.22.22 0 0 0 .147-.166l.173-.91a.184.184 0 0 0-.236-.21c-.336.106-.93.252-1.685.252c-1.469 0-2.53-.882-2.395-2.4c.13-1.47 1.121-2.59 2.485-2.59c.82 0 1.183.43 1.156 1.003v.033a.184.184 0 0 0 .182.193h.557c.086 0 .16-.06.18-.143l.39-1.76a.215.215 0 0 0-.15-.255a7.2 7.2 0 0 0-1.95-.266zm-20.157.116a.2.2 0 0 0-.195.156l-.108.484a.2.2 0 0 0 .13.23l.033.01c.208.082.45.266.348.748l-.792 3.62c-.207.987-.542 1.19-.86 1.226h-.01a.2.2 0 0 0-.176.157l-.102.464a.192.192 0 0 0 .187.233h3.487c.085 0 .159-.06.177-.142l.12-.543a.184.184 0 0 0-.112-.21l-.022-.01c-.177-.07-.418-.224-.356-.51l.405-1.85c1.389 2.535 1.848 3.266 3.514 3.265H8.91a.18.18 0 0 0 .177-.142l.105-.47a.195.195 0 0 0-.186-.238c-.376-.006-.56-.093-.935-.575l-1.932-2.614l2.51-2.088c.337-.264.748-.338.976-.368l.022-.002a.185.185 0 0 0 .163-.144l.103-.464a.184.184 0 0 0-.18-.223h-3.02a.2.2 0 0 0-.193.155l-.102.46a.2.2 0 0 0 .138.235c.178.069.217.24.063.366L4.046 11.7l.44-2.014a.68.68 0 0 1 .477-.487l.025-.008a.2.2 0 0 0 .135-.147l.106-.477a.18.18 0 0 0-.177-.22zm8.88 0a.2.2 0 0 0-.194.156l-.107.483a.19.19 0 0 0 .122.221l.02.008c.204.077.487.274.364.758l-1.21 5.48a.182.182 0 0 0 .178.222h2.777c.086 0 .16-.06.179-.143l.12-.547a.174.174 0 0 0-.098-.196l-.027-.013c-.176-.086-.438-.285-.35-.67c.009-.05.27-1.24.27-1.24h2.362c.086 0 .16-.06.18-.143l.221-1a.183.183 0 0 0-.18-.224h-2.28l.427-1.94l1.592-.003c.515 0 .672.27.642.728l-.002.024a.184.184 0 0 0 .183.205h.587c.086 0 .16-.06.178-.144l.4-1.8a.184.184 0 0 0-.18-.222z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.893 8.23c-4.187.001-5.249 2.365-5.42 3.97c-.194 1.802 1.053 3.57 4.127 3.57c1.294 0 2.14-.225 2.44-.32a.22.22 0 0 0 .147-.166l.173-.91a.184.184 0 0 0-.236-.21c-.336.106-.93.252-1.685.252c-1.469 0-2.53-.882-2.395-2.4c.13-1.47 1.121-2.59 2.485-2.59c.82 0 1.183.43 1.156 1.003v.033a.184.184 0 0 0 .182.193h.557c.086 0 .16-.06.18-.143l.39-1.76a.215.215 0 0 0-.15-.255a7.2 7.2 0 0 0-1.95-.266zm-20.157.116a.2.2 0 0 0-.195.156l-.108.484a.2.2 0 0 0 .13.23l.033.01c.208.082.45.266.348.748l-.792 3.62c-.207.987-.542 1.19-.86 1.226h-.01a.2.2 0 0 0-.176.157l-.102.464a.192.192 0 0 0 .187.233h3.487c.085 0 .159-.06.177-.142l.12-.543a.184.184 0 0 0-.112-.21l-.022-.01c-.177-.07-.418-.224-.356-.51l.405-1.85c1.389 2.535 1.848 3.266 3.514 3.265H8.91a.18.18 0 0 0 .177-.142l.105-.47a.195.195 0 0 0-.186-.238c-.376-.006-.56-.093-.935-.575l-1.932-2.614l2.51-2.088c.337-.264.748-.338.976-.368l.022-.002a.185.185 0 0 0 .163-.144l.103-.464a.184.184 0 0 0-.18-.223h-3.02a.2.2 0 0 0-.193.155l-.102.46a.2.2 0 0 0 .138.235c.178.069.217.24.063.366L4.046 11.7l.44-2.014a.68.68 0 0 1 .477-.487l.025-.008a.2.2 0 0 0 .135-.147l.106-.477a.18.18 0 0 0-.177-.22zm8.88 0a.2.2 0 0 0-.194.156l-.107.483a.19.19 0 0 0 .122.221l.02.008c.204.077.487.274.364.758l-1.21 5.48a.182.182 0 0 0 .178.222h2.777c.086 0 .16-.06.179-.143l.12-.547a.174.174 0 0 0-.098-.196l-.027-.013c-.176-.086-.438-.285-.35-.67c.009-.05.27-1.24.27-1.24h2.362c.086 0 .16-.06.18-.143l.221-1a.183.183 0 0 0-.18-.224h-2.28l.427-1.94l1.592-.003c.515 0 .672.27.642.728l-.002.024a.184.184 0 0 0 .183.205h.587c.086 0 .16-.06.178-.144l.4-1.8a.184.184 0 0 0-.18-.222z"/></svg>
</template>

CSS

.icon-kfc {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.893%208.23c-4.187.001-5.249%202.365-5.42%203.97c-.194%201.802%201.053%203.57%204.127%203.57c1.294%200%202.14-.225%202.44-.32a.22.22%200%200%200%20.147-.166l.173-.91a.184.184%200%200%200-.236-.21c-.336.106-.93.252-1.685.252c-1.469%200-2.53-.882-2.395-2.4c.13-1.47%201.121-2.59%202.485-2.59c.82%200%201.183.43%201.156%201.003v.033a.184.184%200%200%200%20.182.193h.557c.086%200%20.16-.06.18-.143l.39-1.76a.215.215%200%200%200-.15-.255a7.2%207.2%200%200%200-1.95-.266zm-20.157.116a.2.2%200%200%200-.195.156l-.108.484a.2.2%200%200%200%20.13.23l.033.01c.208.082.45.266.348.748l-.792%203.62c-.207.987-.542%201.19-.86%201.226h-.01a.2.2%200%200%200-.176.157l-.102.464a.192.192%200%200%200%20.187.233h3.487c.085%200%20.159-.06.177-.142l.12-.543a.184.184%200%200%200-.112-.21l-.022-.01c-.177-.07-.418-.224-.356-.51l.405-1.85c1.389%202.535%201.848%203.266%203.514%203.265H8.91a.18.18%200%200%200%20.177-.142l.105-.47a.195.195%200%200%200-.186-.238c-.376-.006-.56-.093-.935-.575l-1.932-2.614l2.51-2.088c.337-.264.748-.338.976-.368l.022-.002a.185.185%200%200%200%20.163-.144l.103-.464a.184.184%200%200%200-.18-.223h-3.02a.2.2%200%200%200-.193.155l-.102.46a.2.2%200%200%200%20.138.235c.178.069.217.24.063.366L4.046%2011.7l.44-2.014a.68.68%200%200%201%20.477-.487l.025-.008a.2.2%200%200%200%20.135-.147l.106-.477a.18.18%200%200%200-.177-.22zm8.88%200a.2.2%200%200%200-.194.156l-.107.483a.19.19%200%200%200%20.122.221l.02.008c.204.077.487.274.364.758l-1.21%205.48a.182.182%200%200%200%20.178.222h2.777c.086%200%20.16-.06.179-.143l.12-.547a.174.174%200%200%200-.098-.196l-.027-.013c-.176-.086-.438-.285-.35-.67c.009-.05.27-1.24.27-1.24h2.362c.086%200%20.16-.06.18-.143l.221-1a.183.183%200%200%200-.18-.224h-2.28l.427-1.94l1.592-.003c.515%200%20.672.27.642.728l-.002.024a.184.184%200%200%200%20.183.205h.587c.086%200%20.16-.06.178-.144l.4-1.8a.184.184%200%200%200-.18-.222z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.893%208.23c-4.187.001-5.249%202.365-5.42%203.97c-.194%201.802%201.053%203.57%204.127%203.57c1.294%200%202.14-.225%202.44-.32a.22.22%200%200%200%20.147-.166l.173-.91a.184.184%200%200%200-.236-.21c-.336.106-.93.252-1.685.252c-1.469%200-2.53-.882-2.395-2.4c.13-1.47%201.121-2.59%202.485-2.59c.82%200%201.183.43%201.156%201.003v.033a.184.184%200%200%200%20.182.193h.557c.086%200%20.16-.06.18-.143l.39-1.76a.215.215%200%200%200-.15-.255a7.2%207.2%200%200%200-1.95-.266zm-20.157.116a.2.2%200%200%200-.195.156l-.108.484a.2.2%200%200%200%20.13.23l.033.01c.208.082.45.266.348.748l-.792%203.62c-.207.987-.542%201.19-.86%201.226h-.01a.2.2%200%200%200-.176.157l-.102.464a.192.192%200%200%200%20.187.233h3.487c.085%200%20.159-.06.177-.142l.12-.543a.184.184%200%200%200-.112-.21l-.022-.01c-.177-.07-.418-.224-.356-.51l.405-1.85c1.389%202.535%201.848%203.266%203.514%203.265H8.91a.18.18%200%200%200%20.177-.142l.105-.47a.195.195%200%200%200-.186-.238c-.376-.006-.56-.093-.935-.575l-1.932-2.614l2.51-2.088c.337-.264.748-.338.976-.368l.022-.002a.185.185%200%200%200%20.163-.144l.103-.464a.184.184%200%200%200-.18-.223h-3.02a.2.2%200%200%200-.193.155l-.102.46a.2.2%200%200%200%20.138.235c.178.069.217.24.063.366L4.046%2011.7l.44-2.014a.68.68%200%200%201%20.477-.487l.025-.008a.2.2%200%200%200%20.135-.147l.106-.477a.18.18%200%200%200-.177-.22zm8.88%200a.2.2%200%200%200-.194.156l-.107.483a.19.19%200%200%200%20.122.221l.02.008c.204.077.487.274.364.758l-1.21%205.48a.182.182%200%200%200%20.178.222h2.777c.086%200%20.16-.06.179-.143l.12-.547a.174.174%200%200%200-.098-.196l-.027-.013c-.176-.086-.438-.285-.35-.67c.009-.05.27-1.24.27-1.24h2.362c.086%200%20.16-.06.18-.143l.221-1a.183.183%200%200%200-.18-.224h-2.28l.427-1.94l1.592-.003c.515%200%20.672.27.642.728l-.002.024a.184.184%200%200%200%20.183.205h.587c.086%200%20.16-.06.178-.144l.4-1.8a.184.184%200%200%200-.18-.222z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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