mantine from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
mantine
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the mantine logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.377 0 0 5.377 0 12s5.377 12 12 12s12-5.377 12-12S18.623 0 12 0m-1.613 6.15a.9.9 0 0 1 .59.176q.647.477 1.177 1.082h2.588a.91.91 0 0 1 .912.906a.91.91 0 0 1-.912.907h-1.43c.4.908.604 1.889.602 2.88a7.1 7.1 0 0 1-.601 2.883h1.427a.91.91 0 0 1 .914.907a.91.91 0 0 1-.914.906h-2.588a7.4 7.4 0 0 1-1.175 1.082a.92.92 0 0 1-1.28-.19a.904.904 0 0 1 .191-1.268a5.32 5.32 0 0 0 2.2-4.32c0-1.715-.801-3.29-2.2-4.32a.906.906 0 0 1-.191-1.268H9.7a.92.92 0 0 1 .688-.363zm-.778 4.295a1.36 1.36 0 0 1 1.354 1.354v.033a1.36 1.36 0 0 1-1.354 1.32a1.36 1.36 0 0 1-1.353-1.32v-.033a1.36 1.36 0 0 1 1.353-1.354"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsMantine(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" d="M12 0C5.377 0 0 5.377 0 12s5.377 12 12 12s12-5.377 12-12S18.623 0 12 0m-1.613 6.15a.9.9 0 0 1 .59.176q.647.477 1.177 1.082h2.588a.91.91 0 0 1 .912.906a.91.91 0 0 1-.912.907h-1.43c.4.908.604 1.889.602 2.88a7.1 7.1 0 0 1-.601 2.883h1.427a.91.91 0 0 1 .914.907a.91.91 0 0 1-.914.906h-2.588a7.4 7.4 0 0 1-1.175 1.082a.92.92 0 0 1-1.28-.19a.904.904 0 0 1 .191-1.268a5.32 5.32 0 0 0 2.2-4.32c0-1.715-.801-3.29-2.2-4.32a.906.906 0 0 1-.191-1.268H9.7a.92.92 0 0 1 .688-.363zm-.778 4.295a1.36 1.36 0 0 1 1.354 1.354v.033a1.36 1.36 0 0 1-1.354 1.32a1.36 1.36 0 0 1-1.353-1.32v-.033a1.36 1.36 0 0 1 1.353-1.354"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.377 0 0 5.377 0 12s5.377 12 12 12s12-5.377 12-12S18.623 0 12 0m-1.613 6.15a.9.9 0 0 1 .59.176q.647.477 1.177 1.082h2.588a.91.91 0 0 1 .912.906a.91.91 0 0 1-.912.907h-1.43c.4.908.604 1.889.602 2.88a7.1 7.1 0 0 1-.601 2.883h1.427a.91.91 0 0 1 .914.907a.91.91 0 0 1-.914.906h-2.588a7.4 7.4 0 0 1-1.175 1.082a.92.92 0 0 1-1.28-.19a.904.904 0 0 1 .191-1.268a5.32 5.32 0 0 0 2.2-4.32c0-1.715-.801-3.29-2.2-4.32a.906.906 0 0 1-.191-1.268H9.7a.92.92 0 0 1 .688-.363zm-.778 4.295a1.36 1.36 0 0 1 1.354 1.354v.033a1.36 1.36 0 0 1-1.354 1.32a1.36 1.36 0 0 1-1.353-1.32v-.033a1.36 1.36 0 0 1 1.353-1.354"/></svg>
</template>

CSS

.icon-mantine {
  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%20d%3D%22M12%200C5.377%200%200%205.377%200%2012s5.377%2012%2012%2012s12-5.377%2012-12S18.623%200%2012%200m-1.613%206.15a.9.9%200%200%201%20.59.176q.647.477%201.177%201.082h2.588a.91.91%200%200%201%20.912.906a.91.91%200%200%201-.912.907h-1.43c.4.908.604%201.889.602%202.88a7.1%207.1%200%200%201-.601%202.883h1.427a.91.91%200%200%201%20.914.907a.91.91%200%200%201-.914.906h-2.588a7.4%207.4%200%200%201-1.175%201.082a.92.92%200%200%201-1.28-.19a.904.904%200%200%201%20.191-1.268a5.32%205.32%200%200%200%202.2-4.32c0-1.715-.801-3.29-2.2-4.32a.906.906%200%200%201-.191-1.268H9.7a.92.92%200%200%201%20.688-.363zm-.778%204.295a1.36%201.36%200%200%201%201.354%201.354v.033a1.36%201.36%200%200%201-1.354%201.32a1.36%201.36%200%200%201-1.353-1.32v-.033a1.36%201.36%200%200%201%201.353-1.354%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%20d%3D%22M12%200C5.377%200%200%205.377%200%2012s5.377%2012%2012%2012s12-5.377%2012-12S18.623%200%2012%200m-1.613%206.15a.9.9%200%200%201%20.59.176q.647.477%201.177%201.082h2.588a.91.91%200%200%201%20.912.906a.91.91%200%200%201-.912.907h-1.43c.4.908.604%201.889.602%202.88a7.1%207.1%200%200%201-.601%202.883h1.427a.91.91%200%200%201%20.914.907a.91.91%200%200%201-.914.906h-2.588a7.4%207.4%200%200%201-1.175%201.082a.92.92%200%200%201-1.28-.19a.904.904%200%200%201%20.191-1.268a5.32%205.32%200%200%200%202.2-4.32c0-1.715-.801-3.29-2.2-4.32a.906.906%200%200%201-.191-1.268H9.7a.92.92%200%200%201%20.688-.363zm-.778%204.295a1.36%201.36%200%200%201%201.354%201.354v.033a1.36%201.36%200%200%201-1.354%201.32a1.36%201.36%200%200%201-1.353-1.32v-.033a1.36%201.36%200%200%201%201.353-1.354%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/mantine.svg?color=%231a73e8&size=48