bugle from Material Design Icons by Pictogrammers · Filled · Automotive · Apache-2.0 Free for personal and commercial use.

Name
bugle
Set
Material Design Icons
Style
Filled
Category
Automotive
Viewbox
24×24
License
Apache 2.0
Aliases
car-horn

More automotive icons from Material Design Icons

Use the bugle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 6c0 5-9 5-9 5H5c-1 0-2-1-2-1H2v4h1s1-1 2-1h1.3c-.8.5-1.3 1.2-1.3 2c0 1.8 2.3 3 5.5 3s5.5-1.2 5.5-3c0-.6-.3-1.2-.8-1.7c2.6.5 5.8 1.7 5.8 4.7h1V6zM10.5 16.7c-2.3 0-4.1-.8-4.1-1.7s1.8-1.7 4.1-1.7s4.1.8 4.1 1.7s-1.8 1.7-4.1 1.7"/></svg>

React

import type { SVGProps } from "react";

export function MdiBugle(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" d="M21 6c0 5-9 5-9 5H5c-1 0-2-1-2-1H2v4h1s1-1 2-1h1.3c-.8.5-1.3 1.2-1.3 2c0 1.8 2.3 3 5.5 3s5.5-1.2 5.5-3c0-.6-.3-1.2-.8-1.7c2.6.5 5.8 1.7 5.8 4.7h1V6zM10.5 16.7c-2.3 0-4.1-.8-4.1-1.7s1.8-1.7 4.1-1.7s4.1.8 4.1 1.7s-1.8 1.7-4.1 1.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 6c0 5-9 5-9 5H5c-1 0-2-1-2-1H2v4h1s1-1 2-1h1.3c-.8.5-1.3 1.2-1.3 2c0 1.8 2.3 3 5.5 3s5.5-1.2 5.5-3c0-.6-.3-1.2-.8-1.7c2.6.5 5.8 1.7 5.8 4.7h1V6zM10.5 16.7c-2.3 0-4.1-.8-4.1-1.7s1.8-1.7 4.1-1.7s4.1.8 4.1 1.7s-1.8 1.7-4.1 1.7"/></svg>
</template>

CSS

.icon-bugle {
  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%20d%3D%22M21%206c0%205-9%205-9%205H5c-1%200-2-1-2-1H2v4h1s1-1%202-1h1.3c-.8.5-1.3%201.2-1.3%202c0%201.8%202.3%203%205.5%203s5.5-1.2%205.5-3c0-.6-.3-1.2-.8-1.7c2.6.5%205.8%201.7%205.8%204.7h1V6zM10.5%2016.7c-2.3%200-4.1-.8-4.1-1.7s1.8-1.7%204.1-1.7s4.1.8%204.1%201.7s-1.8%201.7-4.1%201.7%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%20d%3D%22M21%206c0%205-9%205-9%205H5c-1%200-2-1-2-1H2v4h1s1-1%202-1h1.3c-.8.5-1.3%201.2-1.3%202c0%201.8%202.3%203%205.5%203s5.5-1.2%205.5-3c0-.6-.3-1.2-.8-1.7c2.6.5%205.8%201.7%205.8%204.7h1V6zM10.5%2016.7c-2.3%200-4.1-.8-4.1-1.7s1.8-1.7%204.1-1.7s4.1.8%204.1%201.7s-1.8%201.7-4.1%201.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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