wizard-hat from Material Design Icons by Pictogrammers · Filled · Clothing · Apache-2.0 Free for personal and commercial use.

Name
wizard-hat
Set
Material Design Icons
Style
Filled
Category
Clothing
Viewbox
24×24
License
Apache 2.0

More clothing icons from Material Design Icons

Use the wizard hat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 22H3v-2h18zm-2-3H5l6.1-16.4q.3-.6.9-.6l6 3h-4.1zM10 7.5l1.04.47L11.5 9l.47-1.03L13 7.5l-1.03-.47L11.5 6l-.46 1.03zm3 7.5l-2.06-.93L10 12l-.93 2.07L7 15l2.07.93L10 18l.94-2.07zm.97-3.03L15 11.5l-1.03-.47L13.5 10l-.46 1.03l-1.04.47l1.04.47l.46 1.03zm2 4L17 15.5l-1.03-.47L15.5 14l-.46 1.03l-1.04.47l1.04.47l.46 1.03z"/></svg>

React

import type { SVGProps } from "react";

export function MdiWizardHat(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 22H3v-2h18zm-2-3H5l6.1-16.4q.3-.6.9-.6l6 3h-4.1zM10 7.5l1.04.47L11.5 9l.47-1.03L13 7.5l-1.03-.47L11.5 6l-.46 1.03zm3 7.5l-2.06-.93L10 12l-.93 2.07L7 15l2.07.93L10 18l.94-2.07zm.97-3.03L15 11.5l-1.03-.47L13.5 10l-.46 1.03l-1.04.47l1.04.47l.46 1.03zm2 4L17 15.5l-1.03-.47L15.5 14l-.46 1.03l-1.04.47l1.04.47l.46 1.03z"/></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 22H3v-2h18zm-2-3H5l6.1-16.4q.3-.6.9-.6l6 3h-4.1zM10 7.5l1.04.47L11.5 9l.47-1.03L13 7.5l-1.03-.47L11.5 6l-.46 1.03zm3 7.5l-2.06-.93L10 12l-.93 2.07L7 15l2.07.93L10 18l.94-2.07zm.97-3.03L15 11.5l-1.03-.47L13.5 10l-.46 1.03l-1.04.47l1.04.47l.46 1.03zm2 4L17 15.5l-1.03-.47L15.5 14l-.46 1.03l-1.04.47l1.04.47l.46 1.03z"/></svg>
</template>

CSS

.icon-wizard-hat {
  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%2022H3v-2h18zm-2-3H5l6.1-16.4q.3-.6.9-.6l6%203h-4.1zM10%207.5l1.04.47L11.5%209l.47-1.03L13%207.5l-1.03-.47L11.5%206l-.46%201.03zm3%207.5l-2.06-.93L10%2012l-.93%202.07L7%2015l2.07.93L10%2018l.94-2.07zm.97-3.03L15%2011.5l-1.03-.47L13.5%2010l-.46%201.03l-1.04.47l1.04.47l.46%201.03zm2%204L17%2015.5l-1.03-.47L15.5%2014l-.46%201.03l-1.04.47l1.04.47l.46%201.03z%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%2022H3v-2h18zm-2-3H5l6.1-16.4q.3-.6.9-.6l6%203h-4.1zM10%207.5l1.04.47L11.5%209l.47-1.03L13%207.5l-1.03-.47L11.5%206l-.46%201.03zm3%207.5l-2.06-.93L10%2012l-.93%202.07L7%2015l2.07.93L10%2018l.94-2.07zm.97-3.03L15%2011.5l-1.03-.47L13.5%2010l-.46%201.03l-1.04.47l1.04.47l.46%201.03zm2%204L17%2015.5l-1.03-.47L15.5%2014l-.46%201.03l-1.04.47l1.04.47l.46%201.03z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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