pig icon
pig-sharp from Keyline Icons by Keyline Icons · Sharp · MIT Free for personal and commercial use.
- Name
- pig-sharp
- Set
- Keyline Icons
- Style
- Sharp
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
pigEmoji One (Colored)pigFluent EmojipigFluent Emoji FlatpigFluent Emoji High ContrastpigFirefox OS EmojipigIconParkpigIconPark OutlinepigIconPark SolidpigIconPark TwoTonepigLucide LabpigMaterial Design Iconspig-fillMingCute IconpigNoto EmojipigOpenMojipigStreamline EmojispigTabler IconspigTwitter Emoji
Use the pig 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="2"><path d="M4.0749 11.9925C4.0749 15.1509 5.0194 17.021 6.8228 18.0115L7.1038 18.166L7.1038 21L9.7355 21L11.6223 18.1555L12.5656 18.1555L14.4526 21L17.0346 21L17.0346 17.3785L17.4468 17.28C20.0664 16.6559 20.09 14.9685 20.0359 13.914L20.0102 13.4148L22 13.4148L22 10.5704L20.0301 10.5704L20.0264 10.0431C20.0161 8.5618 19.5959 7.4312 18.5591 6.9149L18.2263 6.7493L18.1968 3L17.7263 3.001C15.7712 3.1278 14.6975 3.9882 14.2076 4.6549L13.9724 4.9747L13.6162 4.9013C8.9271 3.9337 5.942 6.152 4.5466 9.5102C4.2408 10.2462 4.0749 11.0754 4.0749 11.9925ZM4.0749 11.9925C3.1315 11.6765 1.4333 10.3807 2.1881 7.7258L2.3943 6.9986"/><path fill="currentColor" d="M17 9.5C17 10.0523 16.5523 10.5 16 10.5C15.4477 10.5 15 10.0523 15 9.5C15 8.9477 15.4477 8.5 16 8.5C16.5523 8.5 17 8.9477 17 9.5Z" stroke="none"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsPigSharp(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="2"><path d="M4.0749 11.9925C4.0749 15.1509 5.0194 17.021 6.8228 18.0115L7.1038 18.166L7.1038 21L9.7355 21L11.6223 18.1555L12.5656 18.1555L14.4526 21L17.0346 21L17.0346 17.3785L17.4468 17.28C20.0664 16.6559 20.09 14.9685 20.0359 13.914L20.0102 13.4148L22 13.4148L22 10.5704L20.0301 10.5704L20.0264 10.0431C20.0161 8.5618 19.5959 7.4312 18.5591 6.9149L18.2263 6.7493L18.1968 3L17.7263 3.001C15.7712 3.1278 14.6975 3.9882 14.2076 4.6549L13.9724 4.9747L13.6162 4.9013C8.9271 3.9337 5.942 6.152 4.5466 9.5102C4.2408 10.2462 4.0749 11.0754 4.0749 11.9925ZM4.0749 11.9925C3.1315 11.6765 1.4333 10.3807 2.1881 7.7258L2.3943 6.9986"/><path fill="currentColor" d="M17 9.5C17 10.0523 16.5523 10.5 16 10.5C15.4477 10.5 15 10.0523 15 9.5C15 8.9477 15.4477 8.5 16 8.5C16.5523 8.5 17 8.9477 17 9.5Z" stroke="none"/></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="2"><path d="M4.0749 11.9925C4.0749 15.1509 5.0194 17.021 6.8228 18.0115L7.1038 18.166L7.1038 21L9.7355 21L11.6223 18.1555L12.5656 18.1555L14.4526 21L17.0346 21L17.0346 17.3785L17.4468 17.28C20.0664 16.6559 20.09 14.9685 20.0359 13.914L20.0102 13.4148L22 13.4148L22 10.5704L20.0301 10.5704L20.0264 10.0431C20.0161 8.5618 19.5959 7.4312 18.5591 6.9149L18.2263 6.7493L18.1968 3L17.7263 3.001C15.7712 3.1278 14.6975 3.9882 14.2076 4.6549L13.9724 4.9747L13.6162 4.9013C8.9271 3.9337 5.942 6.152 4.5466 9.5102C4.2408 10.2462 4.0749 11.0754 4.0749 11.9925ZM4.0749 11.9925C3.1315 11.6765 1.4333 10.3807 2.1881 7.7258L2.3943 6.9986"/><path fill="currentColor" d="M17 9.5C17 10.0523 16.5523 10.5 16 10.5C15.4477 10.5 15 10.0523 15 9.5C15 8.9477 15.4477 8.5 16 8.5C16.5523 8.5 17 8.9477 17 9.5Z" stroke="none"/></g></svg> </template>
CSS
.icon-pig-sharp {
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%222%22%3E%3Cpath%20d%3D%22M4.0749%2011.9925C4.0749%2015.1509%205.0194%2017.021%206.8228%2018.0115L7.1038%2018.166L7.1038%2021L9.7355%2021L11.6223%2018.1555L12.5656%2018.1555L14.4526%2021L17.0346%2021L17.0346%2017.3785L17.4468%2017.28C20.0664%2016.6559%2020.09%2014.9685%2020.0359%2013.914L20.0102%2013.4148L22%2013.4148L22%2010.5704L20.0301%2010.5704L20.0264%2010.0431C20.0161%208.5618%2019.5959%207.4312%2018.5591%206.9149L18.2263%206.7493L18.1968%203L17.7263%203.001C15.7712%203.1278%2014.6975%203.9882%2014.2076%204.6549L13.9724%204.9747L13.6162%204.9013C8.9271%203.9337%205.942%206.152%204.5466%209.5102C4.2408%2010.2462%204.0749%2011.0754%204.0749%2011.9925ZM4.0749%2011.9925C3.1315%2011.6765%201.4333%2010.3807%202.1881%207.7258L2.3943%206.9986%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%209.5C17%2010.0523%2016.5523%2010.5%2016%2010.5C15.4477%2010.5%2015%2010.0523%2015%209.5C15%208.9477%2015.4477%208.5%2016%208.5C16.5523%208.5%2017%208.9477%2017%209.5Z%22%20stroke%3D%22none%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%222%22%3E%3Cpath%20d%3D%22M4.0749%2011.9925C4.0749%2015.1509%205.0194%2017.021%206.8228%2018.0115L7.1038%2018.166L7.1038%2021L9.7355%2021L11.6223%2018.1555L12.5656%2018.1555L14.4526%2021L17.0346%2021L17.0346%2017.3785L17.4468%2017.28C20.0664%2016.6559%2020.09%2014.9685%2020.0359%2013.914L20.0102%2013.4148L22%2013.4148L22%2010.5704L20.0301%2010.5704L20.0264%2010.0431C20.0161%208.5618%2019.5959%207.4312%2018.5591%206.9149L18.2263%206.7493L18.1968%203L17.7263%203.001C15.7712%203.1278%2014.6975%203.9882%2014.2076%204.6549L13.9724%204.9747L13.6162%204.9013C8.9271%203.9337%205.942%206.152%204.5466%209.5102C4.2408%2010.2462%204.0749%2011.0754%204.0749%2011.9925ZM4.0749%2011.9925C3.1315%2011.6765%201.4333%2010.3807%202.1881%207.7258L2.3943%206.9986%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%209.5C17%2010.0523%2016.5523%2010.5%2016%2010.5C15.4477%2010.5%2015%2010.0523%2015%209.5C15%208.9477%2015.4477%208.5%2016%208.5C16.5523%208.5%2017%208.9477%2017%209.5Z%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/pig-sharp.svg?color=%231a73e8&size=48