audition from Skill Icons by tandpfun · Default · MIT Free for personal and commercial use.

Name
audition
Set
Skill Icons
Style
Default
Viewbox
256×256
License
MIT

Use the audition logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#00005b" rx="60"/><path fill="#99f" d="M105.208 156.5h-39.7l-8.1 25.2c-.2 1-1.1 1.6-2 1.5h-20.1c-1.2 0-1.5-.6-1.2-1.9l34.4-98.8c.3-1.1.6-2.2 1.1-3.5c.5-2.2.9-4.5.9-6.8c-.1-.5.3-1.1.9-1.2h27.7c.7 0 1.3.3 1.4.9l38.8 109.6c.3 1.2 0 1.7-1.1 1.7h-22.3c-.7.1-1.5-.4-1.7-1.2zm-33.5-21.3h27.1c-.6-2.2-1.5-4.9-2.5-7.7c-1-2.9-1.9-6-2.9-9.2c-1.1-3.3-2-6.5-3.1-9.8s-2-6.4-2.9-9.5c-.9-3-1.6-5.8-2.4-8.3h-.2c-1 4.6-2.1 9.2-3.6 13.8c-1.6 5.1-3.2 10.5-4.9 15.8c-1.3 5.4-3 10.4-4.6 14.9m149.5-36.2v65.5c0 2.9 0 5.4.1 7.7c.1 2.2.2 4.2.3 5.9c.2 1.7.3 2.7.4 3.8c.1 1-.3 1.4-1.2 1.4h-18.3c-.9.1-1.7-.4-2-1.2l-.6-2.7c-.2-.7-.2-1.5-.2-2.2c-3.4 3.1-7.6 5.3-12.1 6.6c-3.8 1.1-7.9 1.6-11.9 1.6s-7.9-.5-11.6-1.8c-3.4-1.2-6.6-3.2-9.1-5.9c-2.8-3-4.8-6.5-6-10.4c-1.5-4.9-2.2-10-2.1-15.2v-53c-.1-.6.3-1.3 1.1-1.4h20.7c.6-.1 1.3.3 1.4 1.1v50.5c0 4.7 1.1 8.4 3.1 11.1s6.2 4.1 11 4.1c2.5 0 4.9-.4 7.3-1.3c2.5-.9 4.7-2 6.7-3.5V99c0-.7.5-1.2 1.5-1.2h20.4c.5-.1 1.2.3 1.2.9c-.1.1-.1.2-.1.3"/></g></svg>

React

import type { SVGProps } from "react";

export function SkillIconsAudition(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#00005b" rx="60"/><path fill="#99f" d="M105.208 156.5h-39.7l-8.1 25.2c-.2 1-1.1 1.6-2 1.5h-20.1c-1.2 0-1.5-.6-1.2-1.9l34.4-98.8c.3-1.1.6-2.2 1.1-3.5c.5-2.2.9-4.5.9-6.8c-.1-.5.3-1.1.9-1.2h27.7c.7 0 1.3.3 1.4.9l38.8 109.6c.3 1.2 0 1.7-1.1 1.7h-22.3c-.7.1-1.5-.4-1.7-1.2zm-33.5-21.3h27.1c-.6-2.2-1.5-4.9-2.5-7.7c-1-2.9-1.9-6-2.9-9.2c-1.1-3.3-2-6.5-3.1-9.8s-2-6.4-2.9-9.5c-.9-3-1.6-5.8-2.4-8.3h-.2c-1 4.6-2.1 9.2-3.6 13.8c-1.6 5.1-3.2 10.5-4.9 15.8c-1.3 5.4-3 10.4-4.6 14.9m149.5-36.2v65.5c0 2.9 0 5.4.1 7.7c.1 2.2.2 4.2.3 5.9c.2 1.7.3 2.7.4 3.8c.1 1-.3 1.4-1.2 1.4h-18.3c-.9.1-1.7-.4-2-1.2l-.6-2.7c-.2-.7-.2-1.5-.2-2.2c-3.4 3.1-7.6 5.3-12.1 6.6c-3.8 1.1-7.9 1.6-11.9 1.6s-7.9-.5-11.6-1.8c-3.4-1.2-6.6-3.2-9.1-5.9c-2.8-3-4.8-6.5-6-10.4c-1.5-4.9-2.2-10-2.1-15.2v-53c-.1-.6.3-1.3 1.1-1.4h20.7c.6-.1 1.3.3 1.4 1.1v50.5c0 4.7 1.1 8.4 3.1 11.1s6.2 4.1 11 4.1c2.5 0 4.9-.4 7.3-1.3c2.5-.9 4.7-2 6.7-3.5V99c0-.7.5-1.2 1.5-1.2h20.4c.5-.1 1.2.3 1.2.9c-.1.1-.1.2-.1.3"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#00005b" rx="60"/><path fill="#99f" d="M105.208 156.5h-39.7l-8.1 25.2c-.2 1-1.1 1.6-2 1.5h-20.1c-1.2 0-1.5-.6-1.2-1.9l34.4-98.8c.3-1.1.6-2.2 1.1-3.5c.5-2.2.9-4.5.9-6.8c-.1-.5.3-1.1.9-1.2h27.7c.7 0 1.3.3 1.4.9l38.8 109.6c.3 1.2 0 1.7-1.1 1.7h-22.3c-.7.1-1.5-.4-1.7-1.2zm-33.5-21.3h27.1c-.6-2.2-1.5-4.9-2.5-7.7c-1-2.9-1.9-6-2.9-9.2c-1.1-3.3-2-6.5-3.1-9.8s-2-6.4-2.9-9.5c-.9-3-1.6-5.8-2.4-8.3h-.2c-1 4.6-2.1 9.2-3.6 13.8c-1.6 5.1-3.2 10.5-4.9 15.8c-1.3 5.4-3 10.4-4.6 14.9m149.5-36.2v65.5c0 2.9 0 5.4.1 7.7c.1 2.2.2 4.2.3 5.9c.2 1.7.3 2.7.4 3.8c.1 1-.3 1.4-1.2 1.4h-18.3c-.9.1-1.7-.4-2-1.2l-.6-2.7c-.2-.7-.2-1.5-.2-2.2c-3.4 3.1-7.6 5.3-12.1 6.6c-3.8 1.1-7.9 1.6-11.9 1.6s-7.9-.5-11.6-1.8c-3.4-1.2-6.6-3.2-9.1-5.9c-2.8-3-4.8-6.5-6-10.4c-1.5-4.9-2.2-10-2.1-15.2v-53c-.1-.6.3-1.3 1.1-1.4h20.7c.6-.1 1.3.3 1.4 1.1v50.5c0 4.7 1.1 8.4 3.1 11.1s6.2 4.1 11 4.1c2.5 0 4.9-.4 7.3-1.3c2.5-.9 4.7-2 6.7-3.5V99c0-.7.5-1.2 1.5-1.2h20.4c.5-.1 1.2.3 1.2.9c-.1.1-.1.2-.1.3"/></g></svg>
</template>

CSS

.icon-audition {
  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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%2300005b%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%2399f%22%20d%3D%22M105.208%20156.5h-39.7l-8.1%2025.2c-.2%201-1.1%201.6-2%201.5h-20.1c-1.2%200-1.5-.6-1.2-1.9l34.4-98.8c.3-1.1.6-2.2%201.1-3.5c.5-2.2.9-4.5.9-6.8c-.1-.5.3-1.1.9-1.2h27.7c.7%200%201.3.3%201.4.9l38.8%20109.6c.3%201.2%200%201.7-1.1%201.7h-22.3c-.7.1-1.5-.4-1.7-1.2zm-33.5-21.3h27.1c-.6-2.2-1.5-4.9-2.5-7.7c-1-2.9-1.9-6-2.9-9.2c-1.1-3.3-2-6.5-3.1-9.8s-2-6.4-2.9-9.5c-.9-3-1.6-5.8-2.4-8.3h-.2c-1%204.6-2.1%209.2-3.6%2013.8c-1.6%205.1-3.2%2010.5-4.9%2015.8c-1.3%205.4-3%2010.4-4.6%2014.9m149.5-36.2v65.5c0%202.9%200%205.4.1%207.7c.1%202.2.2%204.2.3%205.9c.2%201.7.3%202.7.4%203.8c.1%201-.3%201.4-1.2%201.4h-18.3c-.9.1-1.7-.4-2-1.2l-.6-2.7c-.2-.7-.2-1.5-.2-2.2c-3.4%203.1-7.6%205.3-12.1%206.6c-3.8%201.1-7.9%201.6-11.9%201.6s-7.9-.5-11.6-1.8c-3.4-1.2-6.6-3.2-9.1-5.9c-2.8-3-4.8-6.5-6-10.4c-1.5-4.9-2.2-10-2.1-15.2v-53c-.1-.6.3-1.3%201.1-1.4h20.7c.6-.1%201.3.3%201.4%201.1v50.5c0%204.7%201.1%208.4%203.1%2011.1s6.2%204.1%2011%204.1c2.5%200%204.9-.4%207.3-1.3c2.5-.9%204.7-2%206.7-3.5V99c0-.7.5-1.2%201.5-1.2h20.4c.5-.1%201.2.3%201.2.9c-.1.1-.1.2-.1.3%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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%2300005b%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%2399f%22%20d%3D%22M105.208%20156.5h-39.7l-8.1%2025.2c-.2%201-1.1%201.6-2%201.5h-20.1c-1.2%200-1.5-.6-1.2-1.9l34.4-98.8c.3-1.1.6-2.2%201.1-3.5c.5-2.2.9-4.5.9-6.8c-.1-.5.3-1.1.9-1.2h27.7c.7%200%201.3.3%201.4.9l38.8%20109.6c.3%201.2%200%201.7-1.1%201.7h-22.3c-.7.1-1.5-.4-1.7-1.2zm-33.5-21.3h27.1c-.6-2.2-1.5-4.9-2.5-7.7c-1-2.9-1.9-6-2.9-9.2c-1.1-3.3-2-6.5-3.1-9.8s-2-6.4-2.9-9.5c-.9-3-1.6-5.8-2.4-8.3h-.2c-1%204.6-2.1%209.2-3.6%2013.8c-1.6%205.1-3.2%2010.5-4.9%2015.8c-1.3%205.4-3%2010.4-4.6%2014.9m149.5-36.2v65.5c0%202.9%200%205.4.1%207.7c.1%202.2.2%204.2.3%205.9c.2%201.7.3%202.7.4%203.8c.1%201-.3%201.4-1.2%201.4h-18.3c-.9.1-1.7-.4-2-1.2l-.6-2.7c-.2-.7-.2-1.5-.2-2.2c-3.4%203.1-7.6%205.3-12.1%206.6c-3.8%201.1-7.9%201.6-11.9%201.6s-7.9-.5-11.6-1.8c-3.4-1.2-6.6-3.2-9.1-5.9c-2.8-3-4.8-6.5-6-10.4c-1.5-4.9-2.2-10-2.1-15.2v-53c-.1-.6.3-1.3%201.1-1.4h20.7c.6-.1%201.3.3%201.4%201.1v50.5c0%204.7%201.1%208.4%203.1%2011.1s6.2%204.1%2011%204.1c2.5%200%204.9-.4%207.3-1.3c2.5-.9%204.7-2%206.7-3.5V99c0-.7.5-1.2%201.5-1.2h20.4c.5-.1%201.2.3%201.2.9c-.1.1-.1.2-.1.3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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