magic logo
magic from LobeHub AI Icons by LobeHub · Mono · MIT Free for personal and commercial use.
- Name
- magic
- Set
- LobeHub AI Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
1 other variant in LobeHub AI Icons
The same logo in other sets
All magic icons →Use the magic logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd"><path d="M15.294 20.628c-4.8 0-8.706-3.9-8.706-8.695 0-1.168.948-2.116 2.118-2.116s2.12.948 2.12 2.116a4.47 4.47 0 004.468 4.463 4.47 4.47 0 004.468-4.463V8.97c0-1.169.95-2.116 2.12-2.116C23.051 6.854 24 7.8 24 8.97v2.963c0 4.794-3.906 8.695-8.706 8.695z"/><path d="M2.119 17.074A2.117 2.117 0 010 14.958v-2.964C0 7.2 3.906 3.3 8.706 3.3c4.8 0 8.706 3.9 8.706 8.694a2.117 2.117 0 01-2.118 2.116 2.117 2.117 0 01-2.12-2.116 4.47 4.47 0 00-4.468-4.462 4.47 4.47 0 00-4.468 4.462v2.964a2.117 2.117 0 01-2.12 2.116z"/></g></svg>
React
import type { SVGProps } from "react";
export function LobehubMagic(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd"><path d="M15.294 20.628c-4.8 0-8.706-3.9-8.706-8.695 0-1.168.948-2.116 2.118-2.116s2.12.948 2.12 2.116a4.47 4.47 0 004.468 4.463 4.47 4.47 0 004.468-4.463V8.97c0-1.169.95-2.116 2.12-2.116C23.051 6.854 24 7.8 24 8.97v2.963c0 4.794-3.906 8.695-8.706 8.695z"/><path d="M2.119 17.074A2.117 2.117 0 010 14.958v-2.964C0 7.2 3.906 3.3 8.706 3.3c4.8 0 8.706 3.9 8.706 8.694a2.117 2.117 0 01-2.118 2.116 2.117 2.117 0 01-2.12-2.116 4.47 4.47 0 00-4.468-4.462 4.47 4.47 0 00-4.468 4.462v2.964a2.117 2.117 0 01-2.12 2.116z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd"><path d="M15.294 20.628c-4.8 0-8.706-3.9-8.706-8.695 0-1.168.948-2.116 2.118-2.116s2.12.948 2.12 2.116a4.47 4.47 0 004.468 4.463 4.47 4.47 0 004.468-4.463V8.97c0-1.169.95-2.116 2.12-2.116C23.051 6.854 24 7.8 24 8.97v2.963c0 4.794-3.906 8.695-8.706 8.695z"/><path d="M2.119 17.074A2.117 2.117 0 010 14.958v-2.964C0 7.2 3.906 3.3 8.706 3.3c4.8 0 8.706 3.9 8.706 8.694a2.117 2.117 0 01-2.118 2.116 2.117 2.117 0 01-2.12-2.116 4.47 4.47 0 00-4.468-4.462 4.47 4.47 0 00-4.468 4.462v2.964a2.117 2.117 0 01-2.12 2.116z"/></g></svg> </template>
CSS
.icon-magic {
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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M15.294%2020.628c-4.8%200-8.706-3.9-8.706-8.695%200-1.168.948-2.116%202.118-2.116s2.12.948%202.12%202.116a4.47%204.47%200%20004.468%204.463%204.47%204.47%200%20004.468-4.463V8.97c0-1.169.95-2.116%202.12-2.116C23.051%206.854%2024%207.8%2024%208.97v2.963c0%204.794-3.906%208.695-8.706%208.695z%22%2F%3E%3Cpath%20d%3D%22M2.119%2017.074A2.117%202.117%200%20010%2014.958v-2.964C0%207.2%203.906%203.3%208.706%203.3c4.8%200%208.706%203.9%208.706%208.694a2.117%202.117%200%2001-2.118%202.116%202.117%202.117%200%2001-2.12-2.116%204.47%204.47%200%2000-4.468-4.462%204.47%204.47%200%2000-4.468%204.462v2.964a2.117%202.117%200%2001-2.12%202.116z%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M15.294%2020.628c-4.8%200-8.706-3.9-8.706-8.695%200-1.168.948-2.116%202.118-2.116s2.12.948%202.12%202.116a4.47%204.47%200%20004.468%204.463%204.47%204.47%200%20004.468-4.463V8.97c0-1.169.95-2.116%202.12-2.116C23.051%206.854%2024%207.8%2024%208.97v2.963c0%204.794-3.906%208.695-8.706%208.695z%22%2F%3E%3Cpath%20d%3D%22M2.119%2017.074A2.117%202.117%200%20010%2014.958v-2.964C0%207.2%203.906%203.3%208.706%203.3c4.8%200%208.706%203.9%208.706%208.694a2.117%202.117%200%2001-2.118%202.116%202.117%202.117%200%2001-2.12-2.116%204.47%204.47%200%2000-4.468-4.462%204.47%204.47%200%2000-4.468%204.462v2.964a2.117%202.117%200%2001-2.12%202.116z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lobehub/magic.svg?color=%231a73e8&size=48