horn icon
horn-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- horn-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Related icons in MingCute Icon
Use the horn icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19.149 2.327C19.995 1.862 21 2.488 21 3.425v17.148c0 .937-1.005 1.563-1.851 1.098c-1.137-.623-4.503-2.442-6.518-3.243a19 19 0 0 0-3.822-1.091a51 51 0 0 1-.422 2.118q-.197.896-.417 1.787a1 1 0 0 1-1.94-.487a60 60 0 0 0 .791-3.662q-.427-.034-.868-.054C4.35 16.965 3 15.671 3 14v-4c0-1.671 1.35-2.966 2.953-3.04c2.314-.107 4.333-.457 6.678-1.39c2.015-.8 5.38-2.618 6.518-3.242M7.056 8.893c.029.5.063 1.19.085 1.972c.04 1.336.044 2.904-.059 4.242q-.511-.042-1.036-.066C5.443 15.015 5 14.538 5 14v-4c0-.538.443-1.014 1.046-1.042q.51-.024 1.01-.064" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteHornFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M19.149 2.327C19.995 1.862 21 2.488 21 3.425v17.148c0 .937-1.005 1.563-1.851 1.098c-1.137-.623-4.503-2.442-6.518-3.243a19 19 0 0 0-3.822-1.091a51 51 0 0 1-.422 2.118q-.197.896-.417 1.787a1 1 0 0 1-1.94-.487a60 60 0 0 0 .791-3.662q-.427-.034-.868-.054C4.35 16.965 3 15.671 3 14v-4c0-1.671 1.35-2.966 2.953-3.04c2.314-.107 4.333-.457 6.678-1.39c2.015-.8 5.38-2.618 6.518-3.242M7.056 8.893c.029.5.063 1.19.085 1.972c.04 1.336.044 2.904-.059 4.242q-.511-.042-1.036-.066C5.443 15.015 5 14.538 5 14v-4c0-.538.443-1.014 1.046-1.042q.51-.024 1.01-.064" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19.149 2.327C19.995 1.862 21 2.488 21 3.425v17.148c0 .937-1.005 1.563-1.851 1.098c-1.137-.623-4.503-2.442-6.518-3.243a19 19 0 0 0-3.822-1.091a51 51 0 0 1-.422 2.118q-.197.896-.417 1.787a1 1 0 0 1-1.94-.487a60 60 0 0 0 .791-3.662q-.427-.034-.868-.054C4.35 16.965 3 15.671 3 14v-4c0-1.671 1.35-2.966 2.953-3.04c2.314-.107 4.333-.457 6.678-1.39c2.015-.8 5.38-2.618 6.518-3.242M7.056 8.893c.029.5.063 1.19.085 1.972c.04 1.336.044 2.904-.059 4.242q-.511-.042-1.036-.066C5.443 15.015 5 14.538 5 14v-4c0-.538.443-1.014 1.046-1.042q.51-.024 1.01-.064" clip-rule="evenodd"/></svg> </template>
CSS
.icon-horn-fill {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M19.149%202.327C19.995%201.862%2021%202.488%2021%203.425v17.148c0%20.937-1.005%201.563-1.851%201.098c-1.137-.623-4.503-2.442-6.518-3.243a19%2019%200%200%200-3.822-1.091a51%2051%200%200%201-.422%202.118q-.197.896-.417%201.787a1%201%200%200%201-1.94-.487a60%2060%200%200%200%20.791-3.662q-.427-.034-.868-.054C4.35%2016.965%203%2015.671%203%2014v-4c0-1.671%201.35-2.966%202.953-3.04c2.314-.107%204.333-.457%206.678-1.39c2.015-.8%205.38-2.618%206.518-3.242M7.056%208.893c.029.5.063%201.19.085%201.972c.04%201.336.044%202.904-.059%204.242q-.511-.042-1.036-.066C5.443%2015.015%205%2014.538%205%2014v-4c0-.538.443-1.014%201.046-1.042q.51-.024%201.01-.064%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M19.149%202.327C19.995%201.862%2021%202.488%2021%203.425v17.148c0%20.937-1.005%201.563-1.851%201.098c-1.137-.623-4.503-2.442-6.518-3.243a19%2019%200%200%200-3.822-1.091a51%2051%200%200%201-.422%202.118q-.197.896-.417%201.787a1%201%200%200%201-1.94-.487a60%2060%200%200%200%20.791-3.662q-.427-.034-.868-.054C4.35%2016.965%203%2015.671%203%2014v-4c0-1.671%201.35-2.966%202.953-3.04c2.314-.107%204.333-.457%206.678-1.39c2.015-.8%205.38-2.618%206.518-3.242M7.056%208.893c.029.5.063%201.19.085%201.972c.04%201.336.044%202.904-.059%204.242q-.511-.042-1.036-.066C5.443%2015.015%205%2014.538%205%2014v-4c0-.538.443-1.014%201.046-1.042q.51-.024%201.01-.064%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/horn-fill.svg?color=%231a73e8&size=48