postal horn emoji
postal-horn from Twitter Emoji by Twitter · Default · Objects · CC-BY-4.0 Attribution required.
- Name
- postal-horn
- Set
- Twitter Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More objects icons from Twitter Emoji
Use the postal horn emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffac33" d="M34.724 29.656c-1.239-.01-1.241 1.205-1.241 1.205H18.5c-5.246 0-9.5-4.254-9.5-9.5s4.254-9.5 9.5-9.5s9.5 4.254 9.5 9.5c0 3.062-1.6 5.897-3.852 7.633h5.434C31.022 26.849 32 24.139 32 21.361c0-7.456-6.045-13.5-13.5-13.5c-7.456 0-13.5 6.044-13.5 13.5c0 7.455 6.044 13.5 13.5 13.5h14.982s-.003 1.127 1.241 1.139c1.238.012 1.228-1.245 1.228-1.245l.014-3.821s.001-1.267-1.241-1.278M5 14.26a16 16 0 0 1 4-4.739V9c0-5 5-7 5-8s-1-1-1-1H1C0 0 0 1 0 1c0 1 5 3.333 5 7.69z"/><path fill="#be1931" d="M13.091 29.166a9.49 9.49 0 0 1-4.045-8.72l-3.977-.461Q5 20.663 5 21.361c0 4.573 2.28 8.608 5.76 11.051z"/><path fill="#be1931" d="M6 25.924s-5.188-.812-5 1s5-1 5-1m0 .312s-4.125 2.688-2.938 3.75S6 26.236 6 26.236"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiPostalHorn(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffac33" d="M34.724 29.656c-1.239-.01-1.241 1.205-1.241 1.205H18.5c-5.246 0-9.5-4.254-9.5-9.5s4.254-9.5 9.5-9.5s9.5 4.254 9.5 9.5c0 3.062-1.6 5.897-3.852 7.633h5.434C31.022 26.849 32 24.139 32 21.361c0-7.456-6.045-13.5-13.5-13.5c-7.456 0-13.5 6.044-13.5 13.5c0 7.455 6.044 13.5 13.5 13.5h14.982s-.003 1.127 1.241 1.139c1.238.012 1.228-1.245 1.228-1.245l.014-3.821s.001-1.267-1.241-1.278M5 14.26a16 16 0 0 1 4-4.739V9c0-5 5-7 5-8s-1-1-1-1H1C0 0 0 1 0 1c0 1 5 3.333 5 7.69z"/><path fill="#be1931" d="M13.091 29.166a9.49 9.49 0 0 1-4.045-8.72l-3.977-.461Q5 20.663 5 21.361c0 4.573 2.28 8.608 5.76 11.051z"/><path fill="#be1931" d="M6 25.924s-5.188-.812-5 1s5-1 5-1m0 .312s-4.125 2.688-2.938 3.75S6 26.236 6 26.236"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffac33" d="M34.724 29.656c-1.239-.01-1.241 1.205-1.241 1.205H18.5c-5.246 0-9.5-4.254-9.5-9.5s4.254-9.5 9.5-9.5s9.5 4.254 9.5 9.5c0 3.062-1.6 5.897-3.852 7.633h5.434C31.022 26.849 32 24.139 32 21.361c0-7.456-6.045-13.5-13.5-13.5c-7.456 0-13.5 6.044-13.5 13.5c0 7.455 6.044 13.5 13.5 13.5h14.982s-.003 1.127 1.241 1.139c1.238.012 1.228-1.245 1.228-1.245l.014-3.821s.001-1.267-1.241-1.278M5 14.26a16 16 0 0 1 4-4.739V9c0-5 5-7 5-8s-1-1-1-1H1C0 0 0 1 0 1c0 1 5 3.333 5 7.69z"/><path fill="#be1931" d="M13.091 29.166a9.49 9.49 0 0 1-4.045-8.72l-3.977-.461Q5 20.663 5 21.361c0 4.573 2.28 8.608 5.76 11.051z"/><path fill="#be1931" d="M6 25.924s-5.188-.812-5 1s5-1 5-1m0 .312s-4.125 2.688-2.938 3.75S6 26.236 6 26.236"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22M34.724%2029.656c-1.239-.01-1.241%201.205-1.241%201.205H18.5c-5.246%200-9.5-4.254-9.5-9.5s4.254-9.5%209.5-9.5s9.5%204.254%209.5%209.5c0%203.062-1.6%205.897-3.852%207.633h5.434C31.022%2026.849%2032%2024.139%2032%2021.361c0-7.456-6.045-13.5-13.5-13.5c-7.456%200-13.5%206.044-13.5%2013.5c0%207.455%206.044%2013.5%2013.5%2013.5h14.982s-.003%201.127%201.241%201.139c1.238.012%201.228-1.245%201.228-1.245l.014-3.821s.001-1.267-1.241-1.278M5%2014.26a16%2016%200%200%201%204-4.739V9c0-5%205-7%205-8s-1-1-1-1H1C0%200%200%201%200%201c0%201%205%203.333%205%207.69z%22%2F%3E%3Cpath%20fill%3D%22%23be1931%22%20d%3D%22M13.091%2029.166a9.49%209.49%200%200%201-4.045-8.72l-3.977-.461Q5%2020.663%205%2021.361c0%204.573%202.28%208.608%205.76%2011.051z%22%2F%3E%3Cpath%20fill%3D%22%23be1931%22%20d%3D%22M6%2025.924s-5.188-.812-5%201s5-1%205-1m0%20.312s-4.125%202.688-2.938%203.75S6%2026.236%206%2026.236%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22M34.724%2029.656c-1.239-.01-1.241%201.205-1.241%201.205H18.5c-5.246%200-9.5-4.254-9.5-9.5s4.254-9.5%209.5-9.5s9.5%204.254%209.5%209.5c0%203.062-1.6%205.897-3.852%207.633h5.434C31.022%2026.849%2032%2024.139%2032%2021.361c0-7.456-6.045-13.5-13.5-13.5c-7.456%200-13.5%206.044-13.5%2013.5c0%207.455%206.044%2013.5%2013.5%2013.5h14.982s-.003%201.127%201.241%201.139c1.238.012%201.228-1.245%201.228-1.245l.014-3.821s.001-1.267-1.241-1.278M5%2014.26a16%2016%200%200%201%204-4.739V9c0-5%205-7%205-8s-1-1-1-1H1C0%200%200%201%200%201c0%201%205%203.333%205%207.69z%22%2F%3E%3Cpath%20fill%3D%22%23be1931%22%20d%3D%22M13.091%2029.166a9.49%209.49%200%200%201-4.045-8.72l-3.977-.461Q5%2020.663%205%2021.361c0%204.573%202.28%208.608%205.76%2011.051z%22%2F%3E%3Cpath%20fill%3D%22%23be1931%22%20d%3D%22M6%2025.924s-5.188-.812-5%201s5-1%205-1m0%20.312s-4.125%202.688-2.938%203.75S6%2026.236%206%2026.236%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/postal-horn.svg?color=%231a73e8&size=48