postal-horn from Emoji One (Colored) by Emoji One · Default · Objects · CC-BY-4.0 Attribution required.

Name
postal-horn
Set
Emoji One (Colored)
Style
Default
Category
Objects
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More objects icons from Emoji One (Colored)

Use the postal horn emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f2b200" d="M54.4 30.2c-2.7-2.6-4.2-5.6-4-7.5s-.1 4.2-1.5 5.9c-.8.9-1.7 1.8-2.7 2.8l-.6.6c.5-1.8.8-3.8.8-5.7c0-5.3-2.1-10.4-5.9-14.1c-3.8-3.8-8.8-5.9-14.1-5.9S16 8.5 12.2 12.2C8.4 16 6.4 21 6.4 26.4c0 4.7 1.6 9.1 4.6 12.7c-.5-.3-.9-.5-1.4-.8c-1.6-.9-3.1-2-4.4-3c-.8-.6-1.5-1.2-2.2-1.7c-.4-.3-.6-.7-.6-.9c0-.3 0-.6-.1-.8c-.3-.4-1-.3-1.6.2c-.5.5-.7 1.2-.4 1.6c.2.2.4.2.8.2c.5 0 .5.2.9.6c0 0 4.5 4.7 6.1 6.1c1.5 1.3 3.3 2.6 5.3 3.6c1 .5 2.1 1 3.2 1.4s2.3.7 3.5 1c1.2.2 2.4.4 3.6.5c.6.1 1.2.1 1.7.2c.3 0 .6.1.8.1h.9c2.5.1 5 0 7.4-.4s4.8-1.1 6.9-1.9c2.2-.8 4.2-1.8 6.1-2.8s3.6-2.1 5.1-3.2c1.1-.8 2.1-1.5 3-2.2c2.8-2.1 6.5-2.9 6.5-2.9c-2.2.1-5.1-1.3-7.7-3.8m-28 10.4c-7.8 0-14.2-6.4-14.2-14.2s6.4-14.2 14.2-14.2s14.2 6.4 14.2 14.2s-6.4 14.2-14.2 14.2"/><path fill="#333" d="M60 24.5c-3.4-3.3-7.4-4.7-9-3.1c-.3.3-.5.8-.6 1.3c-.2 1.9 1.3 4.9 4 7.5c2.6 2.5 5.5 3.9 7.4 3.7c.6 0 1.2-.3 1.5-.7c1.6-1.5.1-5.4-3.3-8.7"/><path fill="#ed4c5c" d="M24.8 39.7v8c0 .4.4.8.8.8s.8-.4.8-.8v-8c0-.4-.4-.8-.8-.8s-.8.4-.8.8m3.1 0v8c0 .4.4.8.8.8s.8-.4.8-.8v-8c0-.4-.4-.8-.8-.8s-.8.4-.8.8"/><path fill="#c94747" d="M27.9 53.2V39.8c0-.4-.4-.8-.8-.8s-.8.4-.8.8v13.5c-.5.4-.7 1.3-.8 2.1c-.1-.7-.2-1.7-.8-2.1V39.9c0-.4-.4-.8-.8-.8s-.8.4-.8.8v13.5c-.8.6-.8 2.2-.8 2.9c0 .9.7 1.6 1.6 1.6s1.6-.7 1.6-1.6c0 .9.7 1.6 1.6 1.6s1.6-.7 1.6-1.6s0-2.5-.8-3.1"/></svg>

React

import type { SVGProps } from "react";

export function EmojionePostalHorn(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f2b200" d="M54.4 30.2c-2.7-2.6-4.2-5.6-4-7.5s-.1 4.2-1.5 5.9c-.8.9-1.7 1.8-2.7 2.8l-.6.6c.5-1.8.8-3.8.8-5.7c0-5.3-2.1-10.4-5.9-14.1c-3.8-3.8-8.8-5.9-14.1-5.9S16 8.5 12.2 12.2C8.4 16 6.4 21 6.4 26.4c0 4.7 1.6 9.1 4.6 12.7c-.5-.3-.9-.5-1.4-.8c-1.6-.9-3.1-2-4.4-3c-.8-.6-1.5-1.2-2.2-1.7c-.4-.3-.6-.7-.6-.9c0-.3 0-.6-.1-.8c-.3-.4-1-.3-1.6.2c-.5.5-.7 1.2-.4 1.6c.2.2.4.2.8.2c.5 0 .5.2.9.6c0 0 4.5 4.7 6.1 6.1c1.5 1.3 3.3 2.6 5.3 3.6c1 .5 2.1 1 3.2 1.4s2.3.7 3.5 1c1.2.2 2.4.4 3.6.5c.6.1 1.2.1 1.7.2c.3 0 .6.1.8.1h.9c2.5.1 5 0 7.4-.4s4.8-1.1 6.9-1.9c2.2-.8 4.2-1.8 6.1-2.8s3.6-2.1 5.1-3.2c1.1-.8 2.1-1.5 3-2.2c2.8-2.1 6.5-2.9 6.5-2.9c-2.2.1-5.1-1.3-7.7-3.8m-28 10.4c-7.8 0-14.2-6.4-14.2-14.2s6.4-14.2 14.2-14.2s14.2 6.4 14.2 14.2s-6.4 14.2-14.2 14.2"/><path fill="#333" d="M60 24.5c-3.4-3.3-7.4-4.7-9-3.1c-.3.3-.5.8-.6 1.3c-.2 1.9 1.3 4.9 4 7.5c2.6 2.5 5.5 3.9 7.4 3.7c.6 0 1.2-.3 1.5-.7c1.6-1.5.1-5.4-3.3-8.7"/><path fill="#ed4c5c" d="M24.8 39.7v8c0 .4.4.8.8.8s.8-.4.8-.8v-8c0-.4-.4-.8-.8-.8s-.8.4-.8.8m3.1 0v8c0 .4.4.8.8.8s.8-.4.8-.8v-8c0-.4-.4-.8-.8-.8s-.8.4-.8.8"/><path fill="#c94747" d="M27.9 53.2V39.8c0-.4-.4-.8-.8-.8s-.8.4-.8.8v13.5c-.5.4-.7 1.3-.8 2.1c-.1-.7-.2-1.7-.8-2.1V39.9c0-.4-.4-.8-.8-.8s-.8.4-.8.8v13.5c-.8.6-.8 2.2-.8 2.9c0 .9.7 1.6 1.6 1.6s1.6-.7 1.6-1.6c0 .9.7 1.6 1.6 1.6s1.6-.7 1.6-1.6s0-2.5-.8-3.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f2b200" d="M54.4 30.2c-2.7-2.6-4.2-5.6-4-7.5s-.1 4.2-1.5 5.9c-.8.9-1.7 1.8-2.7 2.8l-.6.6c.5-1.8.8-3.8.8-5.7c0-5.3-2.1-10.4-5.9-14.1c-3.8-3.8-8.8-5.9-14.1-5.9S16 8.5 12.2 12.2C8.4 16 6.4 21 6.4 26.4c0 4.7 1.6 9.1 4.6 12.7c-.5-.3-.9-.5-1.4-.8c-1.6-.9-3.1-2-4.4-3c-.8-.6-1.5-1.2-2.2-1.7c-.4-.3-.6-.7-.6-.9c0-.3 0-.6-.1-.8c-.3-.4-1-.3-1.6.2c-.5.5-.7 1.2-.4 1.6c.2.2.4.2.8.2c.5 0 .5.2.9.6c0 0 4.5 4.7 6.1 6.1c1.5 1.3 3.3 2.6 5.3 3.6c1 .5 2.1 1 3.2 1.4s2.3.7 3.5 1c1.2.2 2.4.4 3.6.5c.6.1 1.2.1 1.7.2c.3 0 .6.1.8.1h.9c2.5.1 5 0 7.4-.4s4.8-1.1 6.9-1.9c2.2-.8 4.2-1.8 6.1-2.8s3.6-2.1 5.1-3.2c1.1-.8 2.1-1.5 3-2.2c2.8-2.1 6.5-2.9 6.5-2.9c-2.2.1-5.1-1.3-7.7-3.8m-28 10.4c-7.8 0-14.2-6.4-14.2-14.2s6.4-14.2 14.2-14.2s14.2 6.4 14.2 14.2s-6.4 14.2-14.2 14.2"/><path fill="#333" d="M60 24.5c-3.4-3.3-7.4-4.7-9-3.1c-.3.3-.5.8-.6 1.3c-.2 1.9 1.3 4.9 4 7.5c2.6 2.5 5.5 3.9 7.4 3.7c.6 0 1.2-.3 1.5-.7c1.6-1.5.1-5.4-3.3-8.7"/><path fill="#ed4c5c" d="M24.8 39.7v8c0 .4.4.8.8.8s.8-.4.8-.8v-8c0-.4-.4-.8-.8-.8s-.8.4-.8.8m3.1 0v8c0 .4.4.8.8.8s.8-.4.8-.8v-8c0-.4-.4-.8-.8-.8s-.8.4-.8.8"/><path fill="#c94747" d="M27.9 53.2V39.8c0-.4-.4-.8-.8-.8s-.8.4-.8.8v13.5c-.5.4-.7 1.3-.8 2.1c-.1-.7-.2-1.7-.8-2.1V39.9c0-.4-.4-.8-.8-.8s-.8.4-.8.8v13.5c-.8.6-.8 2.2-.8 2.9c0 .9.7 1.6 1.6 1.6s1.6-.7 1.6-1.6c0 .9.7 1.6 1.6 1.6s1.6-.7 1.6-1.6s0-2.5-.8-3.1"/></svg>
</template>

CSS

.icon-postal-horn {
  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%2064%2064%22%3E%3Cpath%20fill%3D%22%23f2b200%22%20d%3D%22M54.4%2030.2c-2.7-2.6-4.2-5.6-4-7.5s-.1%204.2-1.5%205.9c-.8.9-1.7%201.8-2.7%202.8l-.6.6c.5-1.8.8-3.8.8-5.7c0-5.3-2.1-10.4-5.9-14.1c-3.8-3.8-8.8-5.9-14.1-5.9S16%208.5%2012.2%2012.2C8.4%2016%206.4%2021%206.4%2026.4c0%204.7%201.6%209.1%204.6%2012.7c-.5-.3-.9-.5-1.4-.8c-1.6-.9-3.1-2-4.4-3c-.8-.6-1.5-1.2-2.2-1.7c-.4-.3-.6-.7-.6-.9c0-.3%200-.6-.1-.8c-.3-.4-1-.3-1.6.2c-.5.5-.7%201.2-.4%201.6c.2.2.4.2.8.2c.5%200%20.5.2.9.6c0%200%204.5%204.7%206.1%206.1c1.5%201.3%203.3%202.6%205.3%203.6c1%20.5%202.1%201%203.2%201.4s2.3.7%203.5%201c1.2.2%202.4.4%203.6.5c.6.1%201.2.1%201.7.2c.3%200%20.6.1.8.1h.9c2.5.1%205%200%207.4-.4s4.8-1.1%206.9-1.9c2.2-.8%204.2-1.8%206.1-2.8s3.6-2.1%205.1-3.2c1.1-.8%202.1-1.5%203-2.2c2.8-2.1%206.5-2.9%206.5-2.9c-2.2.1-5.1-1.3-7.7-3.8m-28%2010.4c-7.8%200-14.2-6.4-14.2-14.2s6.4-14.2%2014.2-14.2s14.2%206.4%2014.2%2014.2s-6.4%2014.2-14.2%2014.2%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M60%2024.5c-3.4-3.3-7.4-4.7-9-3.1c-.3.3-.5.8-.6%201.3c-.2%201.9%201.3%204.9%204%207.5c2.6%202.5%205.5%203.9%207.4%203.7c.6%200%201.2-.3%201.5-.7c1.6-1.5.1-5.4-3.3-8.7%22%2F%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22M24.8%2039.7v8c0%20.4.4.8.8.8s.8-.4.8-.8v-8c0-.4-.4-.8-.8-.8s-.8.4-.8.8m3.1%200v8c0%20.4.4.8.8.8s.8-.4.8-.8v-8c0-.4-.4-.8-.8-.8s-.8.4-.8.8%22%2F%3E%3Cpath%20fill%3D%22%23c94747%22%20d%3D%22M27.9%2053.2V39.8c0-.4-.4-.8-.8-.8s-.8.4-.8.8v13.5c-.5.4-.7%201.3-.8%202.1c-.1-.7-.2-1.7-.8-2.1V39.9c0-.4-.4-.8-.8-.8s-.8.4-.8.8v13.5c-.8.6-.8%202.2-.8%202.9c0%20.9.7%201.6%201.6%201.6s1.6-.7%201.6-1.6c0%20.9.7%201.6%201.6%201.6s1.6-.7%201.6-1.6s0-2.5-.8-3.1%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23f2b200%22%20d%3D%22M54.4%2030.2c-2.7-2.6-4.2-5.6-4-7.5s-.1%204.2-1.5%205.9c-.8.9-1.7%201.8-2.7%202.8l-.6.6c.5-1.8.8-3.8.8-5.7c0-5.3-2.1-10.4-5.9-14.1c-3.8-3.8-8.8-5.9-14.1-5.9S16%208.5%2012.2%2012.2C8.4%2016%206.4%2021%206.4%2026.4c0%204.7%201.6%209.1%204.6%2012.7c-.5-.3-.9-.5-1.4-.8c-1.6-.9-3.1-2-4.4-3c-.8-.6-1.5-1.2-2.2-1.7c-.4-.3-.6-.7-.6-.9c0-.3%200-.6-.1-.8c-.3-.4-1-.3-1.6.2c-.5.5-.7%201.2-.4%201.6c.2.2.4.2.8.2c.5%200%20.5.2.9.6c0%200%204.5%204.7%206.1%206.1c1.5%201.3%203.3%202.6%205.3%203.6c1%20.5%202.1%201%203.2%201.4s2.3.7%203.5%201c1.2.2%202.4.4%203.6.5c.6.1%201.2.1%201.7.2c.3%200%20.6.1.8.1h.9c2.5.1%205%200%207.4-.4s4.8-1.1%206.9-1.9c2.2-.8%204.2-1.8%206.1-2.8s3.6-2.1%205.1-3.2c1.1-.8%202.1-1.5%203-2.2c2.8-2.1%206.5-2.9%206.5-2.9c-2.2.1-5.1-1.3-7.7-3.8m-28%2010.4c-7.8%200-14.2-6.4-14.2-14.2s6.4-14.2%2014.2-14.2s14.2%206.4%2014.2%2014.2s-6.4%2014.2-14.2%2014.2%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M60%2024.5c-3.4-3.3-7.4-4.7-9-3.1c-.3.3-.5.8-.6%201.3c-.2%201.9%201.3%204.9%204%207.5c2.6%202.5%205.5%203.9%207.4%203.7c.6%200%201.2-.3%201.5-.7c1.6-1.5.1-5.4-3.3-8.7%22%2F%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22M24.8%2039.7v8c0%20.4.4.8.8.8s.8-.4.8-.8v-8c0-.4-.4-.8-.8-.8s-.8.4-.8.8m3.1%200v8c0%20.4.4.8.8.8s.8-.4.8-.8v-8c0-.4-.4-.8-.8-.8s-.8.4-.8.8%22%2F%3E%3Cpath%20fill%3D%22%23c94747%22%20d%3D%22M27.9%2053.2V39.8c0-.4-.4-.8-.8-.8s-.8.4-.8.8v13.5c-.5.4-.7%201.3-.8%202.1c-.1-.7-.2-1.7-.8-2.1V39.9c0-.4-.4-.8-.8-.8s-.8.4-.8.8v13.5c-.8.6-.8%202.2-.8%202.9c0%20.9.7%201.6%201.6%201.6s1.6-.7%201.6-1.6c0%20.9.7%201.6%201.6%201.6s1.6-.7%201.6-1.6s0-2.5-.8-3.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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