ai concert icon

ai-concert from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
ai-concert
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the ai concert icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M20.056 8.5c1.007.35 1.68.877 1.881 1.566c.613 2.09-3.34 4.873-8.828 6.218s-10.434.74-11.046-1.35c-.266-.905.326-1.941 1.529-2.934"/><path d="M17 12V7c0-1.87 0-2.804-.402-3.5A3 3 0 0 0 15.5 2.402C14.804 2 13.87 2 12 2s-2.804 0-3.5.402A3 3 0 0 0 7.402 3.5C7 4.196 7 5.13 7 7v3c0 2.828 0 4.243.879 5.121C8.757 16 10.172 16 13 16h1M7 6h3M7 9h3m-3 3h3m4-3h3m-3-3h3m-3 6h3m-5 8v2m-3 0h6m5-4.25V19m0 0v1.25M20 19h-1m1 0h1m1 0l-.867-.29a1.33 1.33 0 0 1-.844-.843L20 17l-.29.867a1.33 1.33 0 0 1-.843.844L18 19l.867.29c.399.132.711.444.844.843L20 21l.29-.867a1.33 1.33 0 0 1 .843-.844z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsAiConcert(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M20.056 8.5c1.007.35 1.68.877 1.881 1.566c.613 2.09-3.34 4.873-8.828 6.218s-10.434.74-11.046-1.35c-.266-.905.326-1.941 1.529-2.934"/><path d="M17 12V7c0-1.87 0-2.804-.402-3.5A3 3 0 0 0 15.5 2.402C14.804 2 13.87 2 12 2s-2.804 0-3.5.402A3 3 0 0 0 7.402 3.5C7 4.196 7 5.13 7 7v3c0 2.828 0 4.243.879 5.121C8.757 16 10.172 16 13 16h1M7 6h3M7 9h3m-3 3h3m4-3h3m-3-3h3m-3 6h3m-5 8v2m-3 0h6m5-4.25V19m0 0v1.25M20 19h-1m1 0h1m1 0l-.867-.29a1.33 1.33 0 0 1-.844-.843L20 17l-.29.867a1.33 1.33 0 0 1-.843.844L18 19l.867.29c.399.132.711.444.844.843L20 21l.29-.867a1.33 1.33 0 0 1 .843-.844z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M20.056 8.5c1.007.35 1.68.877 1.881 1.566c.613 2.09-3.34 4.873-8.828 6.218s-10.434.74-11.046-1.35c-.266-.905.326-1.941 1.529-2.934"/><path d="M17 12V7c0-1.87 0-2.804-.402-3.5A3 3 0 0 0 15.5 2.402C14.804 2 13.87 2 12 2s-2.804 0-3.5.402A3 3 0 0 0 7.402 3.5C7 4.196 7 5.13 7 7v3c0 2.828 0 4.243.879 5.121C8.757 16 10.172 16 13 16h1M7 6h3M7 9h3m-3 3h3m4-3h3m-3-3h3m-3 6h3m-5 8v2m-3 0h6m5-4.25V19m0 0v1.25M20 19h-1m1 0h1m1 0l-.867-.29a1.33 1.33 0 0 1-.844-.843L20 17l-.29.867a1.33 1.33 0 0 1-.843.844L18 19l.867.29c.399.132.711.444.844.843L20 21l.29-.867a1.33 1.33 0 0 1 .843-.844z"/></g></svg>
</template>

CSS

.icon-ai-concert {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20.056%208.5c1.007.35%201.68.877%201.881%201.566c.613%202.09-3.34%204.873-8.828%206.218s-10.434.74-11.046-1.35c-.266-.905.326-1.941%201.529-2.934%22%2F%3E%3Cpath%20d%3D%22M17%2012V7c0-1.87%200-2.804-.402-3.5A3%203%200%200%200%2015.5%202.402C14.804%202%2013.87%202%2012%202s-2.804%200-3.5.402A3%203%200%200%200%207.402%203.5C7%204.196%207%205.13%207%207v3c0%202.828%200%204.243.879%205.121C8.757%2016%2010.172%2016%2013%2016h1M7%206h3M7%209h3m-3%203h3m4-3h3m-3-3h3m-3%206h3m-5%208v2m-3%200h6m5-4.25V19m0%200v1.25M20%2019h-1m1%200h1m1%200l-.867-.29a1.33%201.33%200%200%201-.844-.843L20%2017l-.29.867a1.33%201.33%200%200%201-.843.844L18%2019l.867.29c.399.132.711.444.844.843L20%2021l.29-.867a1.33%201.33%200%200%201%20.843-.844z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20.056%208.5c1.007.35%201.68.877%201.881%201.566c.613%202.09-3.34%204.873-8.828%206.218s-10.434.74-11.046-1.35c-.266-.905.326-1.941%201.529-2.934%22%2F%3E%3Cpath%20d%3D%22M17%2012V7c0-1.87%200-2.804-.402-3.5A3%203%200%200%200%2015.5%202.402C14.804%202%2013.87%202%2012%202s-2.804%200-3.5.402A3%203%200%200%200%207.402%203.5C7%204.196%207%205.13%207%207v3c0%202.828%200%204.243.879%205.121C8.757%2016%2010.172%2016%2013%2016h1M7%206h3M7%209h3m-3%203h3m4-3h3m-3-3h3m-3%206h3m-5%208v2m-3%200h6m5-4.25V19m0%200v1.25M20%2019h-1m1%200h1m1%200l-.867-.29a1.33%201.33%200%200%201-.844-.843L20%2017l-.29.867a1.33%201.33%200%200%201-.843.844L18%2019l.867.29c.399.132.711.444.844.843L20%2021l.29-.867a1.33%201.33%200%200%201%20.843-.844z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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