horn 2 icon
horn-2-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- horn-2-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the horn 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="m9 15l-.572 1.334a1 1 0 0 0 .603 1.343l5.096 1.699a1 1 0 0 0 1.236-.555L16 17.333M7 9.01v4.98m13-2.49c0-2.87-.407-4.722-.701-5.688c-.145-.476-.65-.695-1.122-.538l-10.86 3.62a1 1 0 0 1-.633 0L5.316 8.44A1 1 0 0 0 4 9.387v4.226a1 1 0 0 0 1.316.948l1.368-.456a1 1 0 0 1 .632 0l10.861 3.62c.472.158.977-.06 1.122-.537c.294-.966.701-2.819.701-5.688Z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteHorn2Line(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="m9 15l-.572 1.334a1 1 0 0 0 .603 1.343l5.096 1.699a1 1 0 0 0 1.236-.555L16 17.333M7 9.01v4.98m13-2.49c0-2.87-.407-4.722-.701-5.688c-.145-.476-.65-.695-1.122-.538l-10.86 3.62a1 1 0 0 1-.633 0L5.316 8.44A1 1 0 0 0 4 9.387v4.226a1 1 0 0 0 1.316.948l1.368-.456a1 1 0 0 1 .632 0l10.861 3.62c.472.158.977-.06 1.122-.537c.294-.966.701-2.819.701-5.688Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="m9 15l-.572 1.334a1 1 0 0 0 .603 1.343l5.096 1.699a1 1 0 0 0 1.236-.555L16 17.333M7 9.01v4.98m13-2.49c0-2.87-.407-4.722-.701-5.688c-.145-.476-.65-.695-1.122-.538l-10.86 3.62a1 1 0 0 1-.633 0L5.316 8.44A1 1 0 0 0 4 9.387v4.226a1 1 0 0 0 1.316.948l1.368-.456a1 1 0 0 1 .632 0l10.861 3.62c.472.158.977-.06 1.122-.537c.294-.966.701-2.819.701-5.688Z"/></svg> </template>
CSS
.icon-horn-2-line {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m9%2015l-.572%201.334a1%201%200%200%200%20.603%201.343l5.096%201.699a1%201%200%200%200%201.236-.555L16%2017.333M7%209.01v4.98m13-2.49c0-2.87-.407-4.722-.701-5.688c-.145-.476-.65-.695-1.122-.538l-10.86%203.62a1%201%200%200%201-.633%200L5.316%208.44A1%201%200%200%200%204%209.387v4.226a1%201%200%200%200%201.316.948l1.368-.456a1%201%200%200%201%20.632%200l10.861%203.62c.472.158.977-.06%201.122-.537c.294-.966.701-2.819.701-5.688Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m9%2015l-.572%201.334a1%201%200%200%200%20.603%201.343l5.096%201.699a1%201%200%200%200%201.236-.555L16%2017.333M7%209.01v4.98m13-2.49c0-2.87-.407-4.722-.701-5.688c-.145-.476-.65-.695-1.122-.538l-10.86%203.62a1%201%200%200%201-.633%200L5.316%208.44A1%201%200%200%200%204%209.387v4.226a1%201%200%200%200%201.316.948l1.368-.456a1%201%200%200%201%20.632%200l10.861%203.62c.472.158.977-.06%201.122-.537c.294-.966.701-2.819.701-5.688Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/horn-2-line.svg?color=%231a73e8&size=48