bullhorn icon
bullhorn from Font Awesome Solid by Dave Gandy · Solid · Business · CC-BY-4.0 Attribution required.
- Name
- bullhorn
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Business
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More business icons from Font Awesome Solid
Use the bullhorn icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M525.2 82.9C536.7 88 544 99.4 544 112v416c0 12.6-7.3 24-18.8 29.1s-24.8 3.2-34.3-5.1l-46.6-40.7c-43.6-38.1-98.7-60.3-156.4-63V544c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32v-96C121.3 448 64 390.7 64 320s57.3-128 128-128h84.5c61.8-.2 121.4-22.7 167.9-63.3L491 88c9.4-8.3 22.9-10.2 34.3-5.1zM288 384v.2c70.3 2.7 137.8 28.5 192 73.4V182.3c-54.2 44.9-121.7 70.7-192 73.4z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidBullhorn(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M525.2 82.9C536.7 88 544 99.4 544 112v416c0 12.6-7.3 24-18.8 29.1s-24.8 3.2-34.3-5.1l-46.6-40.7c-43.6-38.1-98.7-60.3-156.4-63V544c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32v-96C121.3 448 64 390.7 64 320s57.3-128 128-128h84.5c61.8-.2 121.4-22.7 167.9-63.3L491 88c9.4-8.3 22.9-10.2 34.3-5.1zM288 384v.2c70.3 2.7 137.8 28.5 192 73.4V182.3c-54.2 44.9-121.7 70.7-192 73.4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M525.2 82.9C536.7 88 544 99.4 544 112v416c0 12.6-7.3 24-18.8 29.1s-24.8 3.2-34.3-5.1l-46.6-40.7c-43.6-38.1-98.7-60.3-156.4-63V544c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32v-96C121.3 448 64 390.7 64 320s57.3-128 128-128h84.5c61.8-.2 121.4-22.7 167.9-63.3L491 88c9.4-8.3 22.9-10.2 34.3-5.1zM288 384v.2c70.3 2.7 137.8 28.5 192 73.4V182.3c-54.2 44.9-121.7 70.7-192 73.4z"/></svg> </template>
CSS
.icon-bullhorn {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M525.2%2082.9C536.7%2088%20544%2099.4%20544%20112v416c0%2012.6-7.3%2024-18.8%2029.1s-24.8%203.2-34.3-5.1l-46.6-40.7c-43.6-38.1-98.7-60.3-156.4-63V544c0%2017.7-14.3%2032-32%2032h-32c-17.7%200-32-14.3-32-32v-96C121.3%20448%2064%20390.7%2064%20320s57.3-128%20128-128h84.5c61.8-.2%20121.4-22.7%20167.9-63.3L491%2088c9.4-8.3%2022.9-10.2%2034.3-5.1zM288%20384v.2c70.3%202.7%20137.8%2028.5%20192%2073.4V182.3c-54.2%2044.9-121.7%2070.7-192%2073.4z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M525.2%2082.9C536.7%2088%20544%2099.4%20544%20112v416c0%2012.6-7.3%2024-18.8%2029.1s-24.8%203.2-34.3-5.1l-46.6-40.7c-43.6-38.1-98.7-60.3-156.4-63V544c0%2017.7-14.3%2032-32%2032h-32c-17.7%200-32-14.3-32-32v-96C121.3%20448%2064%20390.7%2064%20320s57.3-128%20128-128h84.5c61.8-.2%20121.4-22.7%20167.9-63.3L491%2088c9.4-8.3%2022.9-10.2%2034.3-5.1zM288%20384v.2c70.3%202.7%20137.8%2028.5%20192%2073.4V182.3c-54.2%2044.9-121.7%2070.7-192%2073.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/bullhorn.svg?color=%231a73e8&size=48