magic hat icon
magic-hat-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- magic-hat-line
- Set
- MingCute Icon
- Style
- Line
- 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="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M8 15.2c.912.486 2.364.8 4 .8s3.088-.314 4-.8m4 2.8c0 1.105-3.582 2-8 2s-8-.895-8-2c0-.696 1.423-1.31 3.58-1.667l2.656-7.41a3 3 0 0 1 1.143-1.473L15 5l-.718 4.225a3 3 0 0 0 .133 1.515l2.005 5.593c2.157.358 3.58.97 3.58 1.667Z"/><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.238-.13.216-.154 0-.272a3.96 3.96 0 0 1-1.602-1.576c-.146-.27-.173-.297-.334 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteMagicHatLine(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" strokeLinejoin="round" strokeWidth="2" d="M8 15.2c.912.486 2.364.8 4 .8s3.088-.314 4-.8m4 2.8c0 1.105-3.582 2-8 2s-8-.895-8-2c0-.696 1.423-1.31 3.58-1.667l2.656-7.41a3 3 0 0 1 1.143-1.473L15 5l-.718 4.225a3 3 0 0 0 .133 1.515l2.005 5.593c2.157.358 3.58.97 3.58 1.667Z"/><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.238-.13.216-.154 0-.272a3.96 3.96 0 0 1-1.602-1.576c-.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-linejoin="round" stroke-width="2" d="M8 15.2c.912.486 2.364.8 4 .8s3.088-.314 4-.8m4 2.8c0 1.105-3.582 2-8 2s-8-.895-8-2c0-.696 1.423-1.31 3.58-1.667l2.656-7.41a3 3 0 0 1 1.143-1.473L15 5l-.718 4.225a3 3 0 0 0 .133 1.515l2.005 5.593c2.157.358 3.58.97 3.58 1.667Z"/><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.238-.13.216-.154 0-.272a3.96 3.96 0 0 1-1.602-1.576c-.146-.27-.173-.297-.334 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-magic-hat-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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M8%2015.2c.912.486%202.364.8%204%20.8s3.088-.314%204-.8m4%202.8c0%201.105-3.582%202-8%202s-8-.895-8-2c0-.696%201.423-1.31%203.58-1.667l2.656-7.41a3%203%200%200%201%201.143-1.473L15%205l-.718%204.225a3%203%200%200%200%20.133%201.515l2.005%205.593c2.157.358%203.58.97%203.58%201.667Z%22%2F%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.238-.13.216-.154%200-.272a3.96%203.96%200%200%201-1.602-1.576c-.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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M8%2015.2c.912.486%202.364.8%204%20.8s3.088-.314%204-.8m4%202.8c0%201.105-3.582%202-8%202s-8-.895-8-2c0-.696%201.423-1.31%203.58-1.667l2.656-7.41a3%203%200%200%201%201.143-1.473L15%205l-.718%204.225a3%203%200%200%200%20.133%201.515l2.005%205.593c2.157.358%203.58.97%203.58%201.667Z%22%2F%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.238-.13.216-.154%200-.272a3.96%203.96%200%200%201-1.602-1.576c-.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-line.svg?color=%231a73e8&size=48