Emoji Bacon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Bacon icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/339658.svg" alt="Emoji Bacon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339658.svg" alt="Emoji Bacon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339658.svg" alt="Emoji Bacon icon" :width="24" :height="24" />
CSS background
.icon-emoji-bacon {
background-image: url('https://proicons.com/icon/339658.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M30.9947,10.6166c0,1.6483-1.3344,2.9842-2.9807,2.9842-1.6464-.0006-2.9807,1.3359-2.9807,2.9842s-1.3344,2.9847-2.9807,2.9847c-1.6464-.0012-2.9807,1.3354-2.9807,2.9842s-1.3344,2.9842-2.9807,2.9842"/><path id="c" class="f" d="M11.0284,26.04c-.1193.4062-.025.862.2946,1.1814l2.2024,2.209c.4652.4663,1.2203.4663,1.686,0l.889-.8987c.5397-.5397,1.2843-.8737,2.1086-.8737,1.6458.0006,2.9807-1.3359,2.9807-2.9842-.0005-1.6489,1.3344-2.9848,2.9807-2.9842,1.6464,0,2.9807-1.3365,2.9807-2.9848-.0005-1.6483,1.3344-2.9842,2.9807-2.9842s2.9807-1.3359,2.9807-2.9836c0-.8247.3336-1.5714.8733-2.1111l.8977-.8906c.4658-.4657.4658-1.2217,0-1.6879l-2.2064-2.2044c-.3214-.3212-.7778-.4156-1.1842-.2938-1.4717.1819-2.6157,1.4245-2.6157,2.9469.0006,1.6489-1.3338,2.9848-2.9807,2.9842-1.6464,0-2.9813,1.3365-2.9807,2.9848.0006,1.6483-1.3343,2.9842-2.9813,2.9842-1.6458,0-2.9807,1.3359-2.9807,2.9842.0005,1.6483-1.3344,2.9848-2.9807,2.9842-1.5218,0-2.7642,1.1471-2.9447,2.6223h0"/><path id="d" class="f" d="M32.7831,23.3384c0,1.6483-1.3344,2.9842-2.9807,2.9842-1.6464-.0006-2.9807,1.3359-2.9807,2.9842s-1.3344,2.9842-2.9807,2.9842c-1.6464-.0006-2.9807,1.3359-2.9807,2.9842s-1.3344,2.9848-2.9807,2.9842"/><path id="e" class="f" d="M12.8168,38.7618c-.1193.4057-.025.8615.2946,1.1814l2.2023,2.209c.4652.4663,1.2203.4663,1.686,0l.889-.8988c.5397-.5403,1.2843-.8737,2.1086-.8737,1.6458,0,2.9807-1.3358,2.9807-2.9842-.0005-1.6489,1.3344-2.9847,2.9807-2.9842,1.6464,0,2.9807-1.3364,2.9807-2.9847-.0005-1.6483,1.3344-2.9842,2.9807-2.9842s2.9807-1.3359,2.9807-2.9842c0-.8242.3336-1.5708.8733-2.1105l.8977-.8906c.4658-.4657.4658-1.2216,0-1.6879l-2.2064-2.2043c-.3214-.3212-.7778-.4156-1.1842-.2944-1.4717.1825-2.6157,1.4245-2.6157,2.9475.0006,1.6489-1.3338,2.9847-2.9807,2.9842-1.6464,0-2.9813,1.3364-2.9807,2.9842.0006,1.6489-1.3343,2.9847-2.9813,2.9847-1.6458-.0005-2.9807,1.3359-2.9807,2.9842.0005,1.6483-1.3344,2.9848-2.9807,2.9842-1.5218,0-2.7642,1.1471-2.9447,2.6223h0"/></svg>
Copied!