magic hat icon
magic-hat-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- magic-hat-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Related icons in MingCute Icon
Use the magic hat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M18.778 6.431a5.64 5.64 0 0 1-2.133 2.366c-.315.193-.289.23 0 .407a5.64 5.64 0 0 1 2.133 2.365c.216.449.25.402.444 0a5.64 5.64 0 0 1 2.133-2.365c.315-.193.289-.23 0-.407a5.64 5.64 0 0 1-2.133-2.366c-.194-.402-.228-.449-.444 0M7.333 3.788a3.96 3.96 0 0 1-1.602 1.576c-.238.13-.216.154 0 .272a3.96 3.96 0 0 1 1.602 1.577c.146.269.173.297.334 0a3.96 3.96 0 0 1 1.602-1.577c.216-.118.238-.142 0-.272a3.96 3.96 0 0 1-1.602-1.576c-.161-.297-.188-.27-.334 0" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="M15.986 5.168a1 1 0 0 0-1.546-.996l-3.622 2.45a4 4 0 0 0-1.524 1.964l-2.46 6.866c-.881.175-1.66.4-2.268.678c-.366.167-.724.376-1.004.646C3.281 17.047 3 17.46 3 18c0 .848.663 1.37 1.12 1.64c.523.309 1.214.553 1.98.744c1.548.387 3.634.616 5.9.616s4.352-.229 5.9-.616c.766-.191 1.457-.435 1.98-.744c.457-.27 1.12-.792 1.12-1.64c0-.54-.28-.953-.562-1.224c-.28-.27-.638-.48-1.004-.646c-.608-.277-1.387-.503-2.268-.678l-1.81-5.05a2 2 0 0 1-.088-1.01z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteMagicHatFill(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" fillRule="evenodd" d="M18.778 6.431a5.64 5.64 0 0 1-2.133 2.366c-.315.193-.289.23 0 .407a5.64 5.64 0 0 1 2.133 2.365c.216.449.25.402.444 0a5.64 5.64 0 0 1 2.133-2.365c.315-.193.289-.23 0-.407a5.64 5.64 0 0 1-2.133-2.366c-.194-.402-.228-.449-.444 0M7.333 3.788a3.96 3.96 0 0 1-1.602 1.576c-.238.13-.216.154 0 .272a3.96 3.96 0 0 1 1.602 1.577c.146.269.173.297.334 0a3.96 3.96 0 0 1 1.602-1.577c.216-.118.238-.142 0-.272a3.96 3.96 0 0 1-1.602-1.576c-.161-.297-.188-.27-.334 0" clipRule="evenodd"/><path fill="currentColor" fillRule="evenodd" d="M15.986 5.168a1 1 0 0 0-1.546-.996l-3.622 2.45a4 4 0 0 0-1.524 1.964l-2.46 6.866c-.881.175-1.66.4-2.268.678c-.366.167-.724.376-1.004.646C3.281 17.047 3 17.46 3 18c0 .848.663 1.37 1.12 1.64c.523.309 1.214.553 1.98.744c1.548.387 3.634.616 5.9.616s4.352-.229 5.9-.616c.766-.191 1.457-.435 1.98-.744c.457-.27 1.12-.792 1.12-1.64c0-.54-.28-.953-.562-1.224c-.28-.27-.638-.48-1.004-.646c-.608-.277-1.387-.503-2.268-.678l-1.81-5.05a2 2 0 0 1-.088-1.01z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M18.778 6.431a5.64 5.64 0 0 1-2.133 2.366c-.315.193-.289.23 0 .407a5.64 5.64 0 0 1 2.133 2.365c.216.449.25.402.444 0a5.64 5.64 0 0 1 2.133-2.365c.315-.193.289-.23 0-.407a5.64 5.64 0 0 1-2.133-2.366c-.194-.402-.228-.449-.444 0M7.333 3.788a3.96 3.96 0 0 1-1.602 1.576c-.238.13-.216.154 0 .272a3.96 3.96 0 0 1 1.602 1.577c.146.269.173.297.334 0a3.96 3.96 0 0 1 1.602-1.577c.216-.118.238-.142 0-.272a3.96 3.96 0 0 1-1.602-1.576c-.161-.297-.188-.27-.334 0" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="M15.986 5.168a1 1 0 0 0-1.546-.996l-3.622 2.45a4 4 0 0 0-1.524 1.964l-2.46 6.866c-.881.175-1.66.4-2.268.678c-.366.167-.724.376-1.004.646C3.281 17.047 3 17.46 3 18c0 .848.663 1.37 1.12 1.64c.523.309 1.214.553 1.98.744c1.548.387 3.634.616 5.9.616s4.352-.229 5.9-.616c.766-.191 1.457-.435 1.98-.744c.457-.27 1.12-.792 1.12-1.64c0-.54-.28-.953-.562-1.224c-.28-.27-.638-.48-1.004-.646c-.608-.277-1.387-.503-2.268-.678l-1.81-5.05a2 2 0 0 1-.088-1.01z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-magic-hat-fill {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M18.778%206.431a5.64%205.64%200%200%201-2.133%202.366c-.315.193-.289.23%200%20.407a5.64%205.64%200%200%201%202.133%202.365c.216.449.25.402.444%200a5.64%205.64%200%200%201%202.133-2.365c.315-.193.289-.23%200-.407a5.64%205.64%200%200%201-2.133-2.366c-.194-.402-.228-.449-.444%200M7.333%203.788a3.96%203.96%200%200%201-1.602%201.576c-.238.13-.216.154%200%20.272a3.96%203.96%200%200%201%201.602%201.577c.146.269.173.297.334%200a3.96%203.96%200%200%201%201.602-1.577c.216-.118.238-.142%200-.272a3.96%203.96%200%200%201-1.602-1.576c-.161-.297-.188-.27-.334%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15.986%205.168a1%201%200%200%200-1.546-.996l-3.622%202.45a4%204%200%200%200-1.524%201.964l-2.46%206.866c-.881.175-1.66.4-2.268.678c-.366.167-.724.376-1.004.646C3.281%2017.047%203%2017.46%203%2018c0%20.848.663%201.37%201.12%201.64c.523.309%201.214.553%201.98.744c1.548.387%203.634.616%205.9.616s4.352-.229%205.9-.616c.766-.191%201.457-.435%201.98-.744c.457-.27%201.12-.792%201.12-1.64c0-.54-.28-.953-.562-1.224c-.28-.27-.638-.48-1.004-.646c-.608-.277-1.387-.503-2.268-.678l-1.81-5.05a2%202%200%200%201-.088-1.01z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M18.778%206.431a5.64%205.64%200%200%201-2.133%202.366c-.315.193-.289.23%200%20.407a5.64%205.64%200%200%201%202.133%202.365c.216.449.25.402.444%200a5.64%205.64%200%200%201%202.133-2.365c.315-.193.289-.23%200-.407a5.64%205.64%200%200%201-2.133-2.366c-.194-.402-.228-.449-.444%200M7.333%203.788a3.96%203.96%200%200%201-1.602%201.576c-.238.13-.216.154%200%20.272a3.96%203.96%200%200%201%201.602%201.577c.146.269.173.297.334%200a3.96%203.96%200%200%201%201.602-1.577c.216-.118.238-.142%200-.272a3.96%203.96%200%200%201-1.602-1.576c-.161-.297-.188-.27-.334%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15.986%205.168a1%201%200%200%200-1.546-.996l-3.622%202.45a4%204%200%200%200-1.524%201.964l-2.46%206.866c-.881.175-1.66.4-2.268.678c-.366.167-.724.376-1.004.646C3.281%2017.047%203%2017.46%203%2018c0%20.848.663%201.37%201.12%201.64c.523.309%201.214.553%201.98.744c1.548.387%203.634.616%205.9.616s4.352-.229%205.9-.616c.766-.191%201.457-.435%201.98-.744c.457-.27%201.12-.792%201.12-1.64c0-.54-.28-.953-.562-1.224c-.28-.27-.638-.48-1.004-.646c-.608-.277-1.387-.503-2.268-.678l-1.81-5.05a2%202%200%200%201-.088-1.01z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/magic-hat-fill.svg?color=%231a73e8&size=48