magic hat 2 icon
magic-hat-2-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- magic-hat-2-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Related icons in MingCute Icon
Use the magic hat 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M8 14c0 2.035-.46 4.07-.756 5.169c-.13.48.09.99.56 1.152c.852.292 2.331.679 4.196.679s3.344-.387 4.195-.679c.471-.162.69-.672.561-1.152C16.46 18.07 16 16.035 16 14m3-3c0 1.657-3.134 3-7 3s-7-1.343-7-3s3.134-3 7-3s7 1.343 7 3Z"/><path fill="currentColor" d="M15 11c0-.552-1.343-1-3-1s-3 .448-3 1c0 .553 1.343 1 3 1s3-.447 3-1"/><path fill="currentColor" fill-rule="evenodd" d="M9.44 1.432a5.64 5.64 0 0 1-2.133 2.365c-.314.193-.288.23 0 .407a5.64 5.64 0 0 1 2.134 2.365c.216.45.25.402.443 0a5.64 5.64 0 0 1 2.134-2.365c.315-.193.288-.23 0-.407a5.64 5.64 0 0 1-2.134-2.365c-.193-.402-.227-.45-.443 0m6.393 1.856c-.354.652-.91 1.2-1.603 1.577c-.238.13-.216.153 0 .271a3.96 3.96 0 0 1 1.603 1.577c.16.297.187.27.333 0a3.96 3.96 0 0 1 1.602-1.577c.238-.13.216-.154 0-.271a3.96 3.96 0 0 1-1.602-1.577c-.146-.27-.173-.297-.334 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteMagicHat2Line(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="2" d="M8 14c0 2.035-.46 4.07-.756 5.169c-.13.48.09.99.56 1.152c.852.292 2.331.679 4.196.679s3.344-.387 4.195-.679c.471-.162.69-.672.561-1.152C16.46 18.07 16 16.035 16 14m3-3c0 1.657-3.134 3-7 3s-7-1.343-7-3s3.134-3 7-3s7 1.343 7 3Z"/><path fill="currentColor" d="M15 11c0-.552-1.343-1-3-1s-3 .448-3 1c0 .553 1.343 1 3 1s3-.447 3-1"/><path fill="currentColor" fillRule="evenodd" d="M9.44 1.432a5.64 5.64 0 0 1-2.133 2.365c-.314.193-.288.23 0 .407a5.64 5.64 0 0 1 2.134 2.365c.216.45.25.402.443 0a5.64 5.64 0 0 1 2.134-2.365c.315-.193.288-.23 0-.407a5.64 5.64 0 0 1-2.134-2.365c-.193-.402-.227-.45-.443 0m6.393 1.856c-.354.652-.91 1.2-1.603 1.577c-.238.13-.216.153 0 .271a3.96 3.96 0 0 1 1.603 1.577c.16.297.187.27.333 0a3.96 3.96 0 0 1 1.602-1.577c.238-.13.216-.154 0-.271a3.96 3.96 0 0 1-1.602-1.577c-.146-.27-.173-.297-.334 0" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M8 14c0 2.035-.46 4.07-.756 5.169c-.13.48.09.99.56 1.152c.852.292 2.331.679 4.196.679s3.344-.387 4.195-.679c.471-.162.69-.672.561-1.152C16.46 18.07 16 16.035 16 14m3-3c0 1.657-3.134 3-7 3s-7-1.343-7-3s3.134-3 7-3s7 1.343 7 3Z"/><path fill="currentColor" d="M15 11c0-.552-1.343-1-3-1s-3 .448-3 1c0 .553 1.343 1 3 1s3-.447 3-1"/><path fill="currentColor" fill-rule="evenodd" d="M9.44 1.432a5.64 5.64 0 0 1-2.133 2.365c-.314.193-.288.23 0 .407a5.64 5.64 0 0 1 2.134 2.365c.216.45.25.402.443 0a5.64 5.64 0 0 1 2.134-2.365c.315-.193.288-.23 0-.407a5.64 5.64 0 0 1-2.134-2.365c-.193-.402-.227-.45-.443 0m6.393 1.856c-.354.652-.91 1.2-1.603 1.577c-.238.13-.216.153 0 .271a3.96 3.96 0 0 1 1.603 1.577c.16.297.187.27.333 0a3.96 3.96 0 0 1 1.602-1.577c.238-.13.216-.154 0-.271a3.96 3.96 0 0 1-1.602-1.577c-.146-.27-.173-.297-.334 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-magic-hat-2-line {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M8%2014c0%202.035-.46%204.07-.756%205.169c-.13.48.09.99.56%201.152c.852.292%202.331.679%204.196.679s3.344-.387%204.195-.679c.471-.162.69-.672.561-1.152C16.46%2018.07%2016%2016.035%2016%2014m3-3c0%201.657-3.134%203-7%203s-7-1.343-7-3s3.134-3%207-3s7%201.343%207%203Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2011c0-.552-1.343-1-3-1s-3%20.448-3%201c0%20.553%201.343%201%203%201s3-.447%203-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.44%201.432a5.64%205.64%200%200%201-2.133%202.365c-.314.193-.288.23%200%20.407a5.64%205.64%200%200%201%202.134%202.365c.216.45.25.402.443%200a5.64%205.64%200%200%201%202.134-2.365c.315-.193.288-.23%200-.407a5.64%205.64%200%200%201-2.134-2.365c-.193-.402-.227-.45-.443%200m6.393%201.856c-.354.652-.91%201.2-1.603%201.577c-.238.13-.216.153%200%20.271a3.96%203.96%200%200%201%201.603%201.577c.16.297.187.27.333%200a3.96%203.96%200%200%201%201.602-1.577c.238-.13.216-.154%200-.271a3.96%203.96%200%200%201-1.602-1.577c-.146-.27-.173-.297-.334%200%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M8%2014c0%202.035-.46%204.07-.756%205.169c-.13.48.09.99.56%201.152c.852.292%202.331.679%204.196.679s3.344-.387%204.195-.679c.471-.162.69-.672.561-1.152C16.46%2018.07%2016%2016.035%2016%2014m3-3c0%201.657-3.134%203-7%203s-7-1.343-7-3s3.134-3%207-3s7%201.343%207%203Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2011c0-.552-1.343-1-3-1s-3%20.448-3%201c0%20.553%201.343%201%203%201s3-.447%203-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.44%201.432a5.64%205.64%200%200%201-2.133%202.365c-.314.193-.288.23%200%20.407a5.64%205.64%200%200%201%202.134%202.365c.216.45.25.402.443%200a5.64%205.64%200%200%201%202.134-2.365c.315-.193.288-.23%200-.407a5.64%205.64%200%200%201-2.134-2.365c-.193-.402-.227-.45-.443%200m6.393%201.856c-.354.652-.91%201.2-1.603%201.577c-.238.13-.216.153%200%20.271a3.96%203.96%200%200%201%201.603%201.577c.16.297.187.27.333%200a3.96%203.96%200%200%201%201.602-1.577c.238-.13.216-.154%200-.271a3.96%203.96%200%200%201-1.602-1.577c-.146-.27-.173-.297-.334%200%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-2-line.svg?color=%231a73e8&size=48