super mario icon
super-mario from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- super-mario
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the super mario icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="m4 12l-.858-1.928a1.8 1.8 0 0 1-.08-1.17C4.13 5.115 7.198 2 12 2s7.87 3.115 8.938 6.902c.109.387.07.797-.08 1.17L20 12"/><path stroke-linejoin="round" d="M18 10a9.96 9.96 0 0 0-6-2a9.96 9.96 0 0 0-6 2"/><path stroke-linejoin="round" d="M15 8c0-4-6-4-6 0m0 9c.5.433 2 .866 3 0c1 .866 2.5.433 3 0"/><path stroke-linejoin="round" d="m18.493 14.5l.5-1.5c.253-.577.819-1.001 1.498-1c1.117.002 1.577 1.04 1.5 2c-.173 2.175-1.115 4-3.498 4c-1.256 2.533-3.596 3.9-6.493 4c-2.897-.1-5.237-1.467-6.493-4c-2.383 0-3.325-1.825-3.499-4c-.076-.96.384-1.998 1.5-2c.68-.001 1.246.423 1.5 1l.499 1.5"/><path d="M9.125 13H9m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Zm5.875 0H15m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSuperMario(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="m4 12l-.858-1.928a1.8 1.8 0 0 1-.08-1.17C4.13 5.115 7.198 2 12 2s7.87 3.115 8.938 6.902c.109.387.07.797-.08 1.17L20 12"/><path strokeLinejoin="round" d="M18 10a9.96 9.96 0 0 0-6-2a9.96 9.96 0 0 0-6 2"/><path strokeLinejoin="round" d="M15 8c0-4-6-4-6 0m0 9c.5.433 2 .866 3 0c1 .866 2.5.433 3 0"/><path strokeLinejoin="round" d="m18.493 14.5l.5-1.5c.253-.577.819-1.001 1.498-1c1.117.002 1.577 1.04 1.5 2c-.173 2.175-1.115 4-3.498 4c-1.256 2.533-3.596 3.9-6.493 4c-2.897-.1-5.237-1.467-6.493-4c-2.383 0-3.325-1.825-3.499-4c-.076-.96.384-1.998 1.5-2c.68-.001 1.246.423 1.5 1l.499 1.5"/><path d="M9.125 13H9m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Zm5.875 0H15m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="m4 12l-.858-1.928a1.8 1.8 0 0 1-.08-1.17C4.13 5.115 7.198 2 12 2s7.87 3.115 8.938 6.902c.109.387.07.797-.08 1.17L20 12"/><path stroke-linejoin="round" d="M18 10a9.96 9.96 0 0 0-6-2a9.96 9.96 0 0 0-6 2"/><path stroke-linejoin="round" d="M15 8c0-4-6-4-6 0m0 9c.5.433 2 .866 3 0c1 .866 2.5.433 3 0"/><path stroke-linejoin="round" d="m18.493 14.5l.5-1.5c.253-.577.819-1.001 1.498-1c1.117.002 1.577 1.04 1.5 2c-.173 2.175-1.115 4-3.498 4c-1.256 2.533-3.596 3.9-6.493 4c-2.897-.1-5.237-1.467-6.493-4c-2.383 0-3.325-1.825-3.499-4c-.076-.96.384-1.998 1.5-2c.68-.001 1.246.423 1.5 1l.499 1.5"/><path d="M9.125 13H9m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Zm5.875 0H15m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/></g></svg> </template>
CSS
.icon-super-mario {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m4%2012l-.858-1.928a1.8%201.8%200%200%201-.08-1.17C4.13%205.115%207.198%202%2012%202s7.87%203.115%208.938%206.902c.109.387.07.797-.08%201.17L20%2012%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M18%2010a9.96%209.96%200%200%200-6-2a9.96%209.96%200%200%200-6%202%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15%208c0-4-6-4-6%200m0%209c.5.433%202%20.866%203%200c1%20.866%202.5.433%203%200%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m18.493%2014.5l.5-1.5c.253-.577.819-1.001%201.498-1c1.117.002%201.577%201.04%201.5%202c-.173%202.175-1.115%204-3.498%204c-1.256%202.533-3.596%203.9-6.493%204c-2.897-.1-5.237-1.467-6.493-4c-2.383%200-3.325-1.825-3.499-4c-.076-.96.384-1.998%201.5-2c.68-.001%201.246.423%201.5%201l.499%201.5%22%2F%3E%3Cpath%20d%3D%22M9.125%2013H9m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Zm5.875%200H15m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m4%2012l-.858-1.928a1.8%201.8%200%200%201-.08-1.17C4.13%205.115%207.198%202%2012%202s7.87%203.115%208.938%206.902c.109.387.07.797-.08%201.17L20%2012%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M18%2010a9.96%209.96%200%200%200-6-2a9.96%209.96%200%200%200-6%202%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15%208c0-4-6-4-6%200m0%209c.5.433%202%20.866%203%200c1%20.866%202.5.433%203%200%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m18.493%2014.5l.5-1.5c.253-.577.819-1.001%201.498-1c1.117.002%201.577%201.04%201.5%202c-.173%202.175-1.115%204-3.498%204c-1.256%202.533-3.596%203.9-6.493%204c-2.897-.1-5.237-1.467-6.493-4c-2.383%200-3.325-1.825-3.499-4c-.076-.96.384-1.998%201.5-2c.68-.001%201.246.423%201.5%201l.499%201.5%22%2F%3E%3Cpath%20d%3D%22M9.125%2013H9m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Zm5.875%200H15m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/super-mario.svg?color=%231a73e8&size=48