boot from Firefox OS Emoji by Mozilla · Default · People · Apache-2.0 Free for personal and commercial use.

Name
boot
Set
Firefox OS Emoji
Style
Default
Category
People
Viewbox
72×72
License
Apache 2.0

The same emoji in other sets

More people icons from Firefox OS Emoji

Use the boot emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#2B3B47" d="M55.2 60.2c-6.5 0-38.9-18-41.6-8.8l-.1.4c-.2-.3.1-.7.1-.7c-2.3 1.2-3.1 20 1.1 20.5c1 .1 2.6 0 6 0c1.8 0 2.3-4 2.4-5.8v-.4c.1-1.6.8-2.7 2.3-2.3c1 .3 6.5 3 7.3 3.4c4.9 2.9 9.8 5.4 15.1 5.4h4.8c5.6 0 12.8-2 12.8-4.2c.1-4.5-3.7-7.5-10.2-7.5"/><path fill="#68442A" d="M13.6 49c2.7-9.2-5.9-33-7.1-46.2C6.3 1.3 7.5 0 9.1 0h26.7c1.5 0 2.7 1.2 2.6 2.7c-.3 6.3-1 22.3-1 33.2c0 13.8 11.5 21.9 17.9 21.9s10.3 3 10.3 7.6c0 2.2-7.2 4.2-12.8 4.2H48c-12.6 0-23.3-14.3-35.8-14.3c0 0 .3-1.8.7-3.1z"/><path fill="#856956" d="M56.3 67.4c-1 0-1.8-.8-1.8-1.8s.8-1.8 1.8-1.8s3.4-.5 4-.9c.7-.7 1.8-.7 2.5 0s.7 1.8 0 2.5c-1.6 1.7-5.9 2-6.5 2M15 24.8c-.8 0-1.6-.6-1.7-1.4c-.3-1.5-4-16.3-4.9-19.2c-.3-1 .3-1.9 1.2-2.2s1.9.3 2.2 1.2c.9 3 4.6 17.9 4.9 19.5c.2 1-.4 1.9-1.4 2.1c-.1-.1-.2 0-.3 0"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiBoot(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#2B3B47" d="M55.2 60.2c-6.5 0-38.9-18-41.6-8.8l-.1.4c-.2-.3.1-.7.1-.7c-2.3 1.2-3.1 20 1.1 20.5c1 .1 2.6 0 6 0c1.8 0 2.3-4 2.4-5.8v-.4c.1-1.6.8-2.7 2.3-2.3c1 .3 6.5 3 7.3 3.4c4.9 2.9 9.8 5.4 15.1 5.4h4.8c5.6 0 12.8-2 12.8-4.2c.1-4.5-3.7-7.5-10.2-7.5"/><path fill="#68442A" d="M13.6 49c2.7-9.2-5.9-33-7.1-46.2C6.3 1.3 7.5 0 9.1 0h26.7c1.5 0 2.7 1.2 2.6 2.7c-.3 6.3-1 22.3-1 33.2c0 13.8 11.5 21.9 17.9 21.9s10.3 3 10.3 7.6c0 2.2-7.2 4.2-12.8 4.2H48c-12.6 0-23.3-14.3-35.8-14.3c0 0 .3-1.8.7-3.1z"/><path fill="#856956" d="M56.3 67.4c-1 0-1.8-.8-1.8-1.8s.8-1.8 1.8-1.8s3.4-.5 4-.9c.7-.7 1.8-.7 2.5 0s.7 1.8 0 2.5c-1.6 1.7-5.9 2-6.5 2M15 24.8c-.8 0-1.6-.6-1.7-1.4c-.3-1.5-4-16.3-4.9-19.2c-.3-1 .3-1.9 1.2-2.2s1.9.3 2.2 1.2c.9 3 4.6 17.9 4.9 19.5c.2 1-.4 1.9-1.4 2.1c-.1-.1-.2 0-.3 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#2B3B47" d="M55.2 60.2c-6.5 0-38.9-18-41.6-8.8l-.1.4c-.2-.3.1-.7.1-.7c-2.3 1.2-3.1 20 1.1 20.5c1 .1 2.6 0 6 0c1.8 0 2.3-4 2.4-5.8v-.4c.1-1.6.8-2.7 2.3-2.3c1 .3 6.5 3 7.3 3.4c4.9 2.9 9.8 5.4 15.1 5.4h4.8c5.6 0 12.8-2 12.8-4.2c.1-4.5-3.7-7.5-10.2-7.5"/><path fill="#68442A" d="M13.6 49c2.7-9.2-5.9-33-7.1-46.2C6.3 1.3 7.5 0 9.1 0h26.7c1.5 0 2.7 1.2 2.6 2.7c-.3 6.3-1 22.3-1 33.2c0 13.8 11.5 21.9 17.9 21.9s10.3 3 10.3 7.6c0 2.2-7.2 4.2-12.8 4.2H48c-12.6 0-23.3-14.3-35.8-14.3c0 0 .3-1.8.7-3.1z"/><path fill="#856956" d="M56.3 67.4c-1 0-1.8-.8-1.8-1.8s.8-1.8 1.8-1.8s3.4-.5 4-.9c.7-.7 1.8-.7 2.5 0s.7 1.8 0 2.5c-1.6 1.7-5.9 2-6.5 2M15 24.8c-.8 0-1.6-.6-1.7-1.4c-.3-1.5-4-16.3-4.9-19.2c-.3-1 .3-1.9 1.2-2.2s1.9.3 2.2 1.2c.9 3 4.6 17.9 4.9 19.5c.2 1-.4 1.9-1.4 2.1c-.1-.1-.2 0-.3 0"/></svg>
</template>

CSS

.icon-boot {
  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%2072%2072%22%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M55.2%2060.2c-6.5%200-38.9-18-41.6-8.8l-.1.4c-.2-.3.1-.7.1-.7c-2.3%201.2-3.1%2020%201.1%2020.5c1%20.1%202.6%200%206%200c1.8%200%202.3-4%202.4-5.8v-.4c.1-1.6.8-2.7%202.3-2.3c1%20.3%206.5%203%207.3%203.4c4.9%202.9%209.8%205.4%2015.1%205.4h4.8c5.6%200%2012.8-2%2012.8-4.2c.1-4.5-3.7-7.5-10.2-7.5%22%2F%3E%3Cpath%20fill%3D%22%2368442A%22%20d%3D%22M13.6%2049c2.7-9.2-5.9-33-7.1-46.2C6.3%201.3%207.5%200%209.1%200h26.7c1.5%200%202.7%201.2%202.6%202.7c-.3%206.3-1%2022.3-1%2033.2c0%2013.8%2011.5%2021.9%2017.9%2021.9s10.3%203%2010.3%207.6c0%202.2-7.2%204.2-12.8%204.2H48c-12.6%200-23.3-14.3-35.8-14.3c0%200%20.3-1.8.7-3.1z%22%2F%3E%3Cpath%20fill%3D%22%23856956%22%20d%3D%22M56.3%2067.4c-1%200-1.8-.8-1.8-1.8s.8-1.8%201.8-1.8s3.4-.5%204-.9c.7-.7%201.8-.7%202.5%200s.7%201.8%200%202.5c-1.6%201.7-5.9%202-6.5%202M15%2024.8c-.8%200-1.6-.6-1.7-1.4c-.3-1.5-4-16.3-4.9-19.2c-.3-1%20.3-1.9%201.2-2.2s1.9.3%202.2%201.2c.9%203%204.6%2017.9%204.9%2019.5c.2%201-.4%201.9-1.4%202.1c-.1-.1-.2%200-.3%200%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%2072%2072%22%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M55.2%2060.2c-6.5%200-38.9-18-41.6-8.8l-.1.4c-.2-.3.1-.7.1-.7c-2.3%201.2-3.1%2020%201.1%2020.5c1%20.1%202.6%200%206%200c1.8%200%202.3-4%202.4-5.8v-.4c.1-1.6.8-2.7%202.3-2.3c1%20.3%206.5%203%207.3%203.4c4.9%202.9%209.8%205.4%2015.1%205.4h4.8c5.6%200%2012.8-2%2012.8-4.2c.1-4.5-3.7-7.5-10.2-7.5%22%2F%3E%3Cpath%20fill%3D%22%2368442A%22%20d%3D%22M13.6%2049c2.7-9.2-5.9-33-7.1-46.2C6.3%201.3%207.5%200%209.1%200h26.7c1.5%200%202.7%201.2%202.6%202.7c-.3%206.3-1%2022.3-1%2033.2c0%2013.8%2011.5%2021.9%2017.9%2021.9s10.3%203%2010.3%207.6c0%202.2-7.2%204.2-12.8%204.2H48c-12.6%200-23.3-14.3-35.8-14.3c0%200%20.3-1.8.7-3.1z%22%2F%3E%3Cpath%20fill%3D%22%23856956%22%20d%3D%22M56.3%2067.4c-1%200-1.8-.8-1.8-1.8s.8-1.8%201.8-1.8s3.4-.5%204-.9c.7-.7%201.8-.7%202.5%200s.7%201.8%200%202.5c-1.6%201.7-5.9%202-6.5%202M15%2024.8c-.8%200-1.6-.6-1.7-1.4c-.3-1.5-4-16.3-4.9-19.2c-.3-1%20.3-1.9%201.2-2.2s1.9.3%202.2%201.2c.9%203%204.6%2017.9%204.9%2019.5c.2%201-.4%201.9-1.4%202.1c-.1-.1-.2%200-.3%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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