mantine icon logo

mantine-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
mantine-icon
Set
SVG Logos
Style
Color
Viewbox
256×258
License
CC0

Use the mantine icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 258"><path fill="#339af0" d="M256 128.661C256 57.604 198.693 0 128.002 0C57.307 0 0 57.604 0 128.661c0 71.056 57.307 128.662 128 128.662s128-57.606 128-128.662"/><path fill="#fff" d="M110.576 64.111a9.7 9.7 0 0 1 7.227 1.82a79 79 0 0 1 11.68 10.685l.874.993h27.61c5.384 0 9.744 4.374 9.744 9.777c0 5.283-4.176 9.583-9.388 9.771l-.357.007h-15.25a77.6 77.6 0 0 1 6.426 31.087a77.6 77.6 0 0 1-5.979 30.03l-.448 1.054h15.242c5.386 0 9.747 4.376 9.747 9.778c0 5.282-4.178 9.584-9.39 9.772l-.357.007H130.34a79 79 0 0 1-12.546 11.666a9.715 9.715 0 0 1-13.63-2.027a9.8 9.8 0 0 1-1.623-3.451a9.8 9.8 0 0 1 1.096-7.409a9.7 9.7 0 0 1 2.551-2.82c14.91-11.107 23.469-28.09 23.469-46.602s-8.56-35.494-23.469-46.602a9.7 9.7 0 0 1-2.554-2.82a9.84 9.84 0 0 1 .287-10.521l.243-.346a9.8 9.8 0 0 1 6.411-3.849m-1.755 47.41a14.4 14.4 0 0 1 4.728 3.258a14.6 14.6 0 0 1 3.105 4.857a14.8 14.8 0 0 1 .995 5.696a14.68 14.68 0 0 1-4.35 10.096a14.36 14.36 0 0 1-10.084 4.152a14.36 14.36 0 0 1-10.088-4.152a14.68 14.68 0 0 1-4.349-10.096a14.8 14.8 0 0 1 .998-5.696a14.6 14.6 0 0 1 3.105-4.857a14.4 14.4 0 0 1 4.726-3.257a14.3 14.3 0 0 1 11.214 0"/></svg>

React

import type { SVGProps } from "react";

export function LogosMantineIcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 258"><path fill="#339af0" d="M256 128.661C256 57.604 198.693 0 128.002 0C57.307 0 0 57.604 0 128.661c0 71.056 57.307 128.662 128 128.662s128-57.606 128-128.662"/><path fill="#fff" d="M110.576 64.111a9.7 9.7 0 0 1 7.227 1.82a79 79 0 0 1 11.68 10.685l.874.993h27.61c5.384 0 9.744 4.374 9.744 9.777c0 5.283-4.176 9.583-9.388 9.771l-.357.007h-15.25a77.6 77.6 0 0 1 6.426 31.087a77.6 77.6 0 0 1-5.979 30.03l-.448 1.054h15.242c5.386 0 9.747 4.376 9.747 9.778c0 5.282-4.178 9.584-9.39 9.772l-.357.007H130.34a79 79 0 0 1-12.546 11.666a9.715 9.715 0 0 1-13.63-2.027a9.8 9.8 0 0 1-1.623-3.451a9.8 9.8 0 0 1 1.096-7.409a9.7 9.7 0 0 1 2.551-2.82c14.91-11.107 23.469-28.09 23.469-46.602s-8.56-35.494-23.469-46.602a9.7 9.7 0 0 1-2.554-2.82a9.84 9.84 0 0 1 .287-10.521l.243-.346a9.8 9.8 0 0 1 6.411-3.849m-1.755 47.41a14.4 14.4 0 0 1 4.728 3.258a14.6 14.6 0 0 1 3.105 4.857a14.8 14.8 0 0 1 .995 5.696a14.68 14.68 0 0 1-4.35 10.096a14.36 14.36 0 0 1-10.084 4.152a14.36 14.36 0 0 1-10.088-4.152a14.68 14.68 0 0 1-4.349-10.096a14.8 14.8 0 0 1 .998-5.696a14.6 14.6 0 0 1 3.105-4.857a14.4 14.4 0 0 1 4.726-3.257a14.3 14.3 0 0 1 11.214 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 258"><path fill="#339af0" d="M256 128.661C256 57.604 198.693 0 128.002 0C57.307 0 0 57.604 0 128.661c0 71.056 57.307 128.662 128 128.662s128-57.606 128-128.662"/><path fill="#fff" d="M110.576 64.111a9.7 9.7 0 0 1 7.227 1.82a79 79 0 0 1 11.68 10.685l.874.993h27.61c5.384 0 9.744 4.374 9.744 9.777c0 5.283-4.176 9.583-9.388 9.771l-.357.007h-15.25a77.6 77.6 0 0 1 6.426 31.087a77.6 77.6 0 0 1-5.979 30.03l-.448 1.054h15.242c5.386 0 9.747 4.376 9.747 9.778c0 5.282-4.178 9.584-9.39 9.772l-.357.007H130.34a79 79 0 0 1-12.546 11.666a9.715 9.715 0 0 1-13.63-2.027a9.8 9.8 0 0 1-1.623-3.451a9.8 9.8 0 0 1 1.096-7.409a9.7 9.7 0 0 1 2.551-2.82c14.91-11.107 23.469-28.09 23.469-46.602s-8.56-35.494-23.469-46.602a9.7 9.7 0 0 1-2.554-2.82a9.84 9.84 0 0 1 .287-10.521l.243-.346a9.8 9.8 0 0 1 6.411-3.849m-1.755 47.41a14.4 14.4 0 0 1 4.728 3.258a14.6 14.6 0 0 1 3.105 4.857a14.8 14.8 0 0 1 .995 5.696a14.68 14.68 0 0 1-4.35 10.096a14.36 14.36 0 0 1-10.084 4.152a14.36 14.36 0 0 1-10.088-4.152a14.68 14.68 0 0 1-4.349-10.096a14.8 14.8 0 0 1 .998-5.696a14.6 14.6 0 0 1 3.105-4.857a14.4 14.4 0 0 1 4.726-3.257a14.3 14.3 0 0 1 11.214 0"/></svg>
</template>

CSS

.icon-mantine-icon {
  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%20256%20258%22%3E%3Cpath%20fill%3D%22%23339af0%22%20d%3D%22M256%20128.661C256%2057.604%20198.693%200%20128.002%200C57.307%200%200%2057.604%200%20128.661c0%2071.056%2057.307%20128.662%20128%20128.662s128-57.606%20128-128.662%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M110.576%2064.111a9.7%209.7%200%200%201%207.227%201.82a79%2079%200%200%201%2011.68%2010.685l.874.993h27.61c5.384%200%209.744%204.374%209.744%209.777c0%205.283-4.176%209.583-9.388%209.771l-.357.007h-15.25a77.6%2077.6%200%200%201%206.426%2031.087a77.6%2077.6%200%200%201-5.979%2030.03l-.448%201.054h15.242c5.386%200%209.747%204.376%209.747%209.778c0%205.282-4.178%209.584-9.39%209.772l-.357.007H130.34a79%2079%200%200%201-12.546%2011.666a9.715%209.715%200%200%201-13.63-2.027a9.8%209.8%200%200%201-1.623-3.451a9.8%209.8%200%200%201%201.096-7.409a9.7%209.7%200%200%201%202.551-2.82c14.91-11.107%2023.469-28.09%2023.469-46.602s-8.56-35.494-23.469-46.602a9.7%209.7%200%200%201-2.554-2.82a9.84%209.84%200%200%201%20.287-10.521l.243-.346a9.8%209.8%200%200%201%206.411-3.849m-1.755%2047.41a14.4%2014.4%200%200%201%204.728%203.258a14.6%2014.6%200%200%201%203.105%204.857a14.8%2014.8%200%200%201%20.995%205.696a14.68%2014.68%200%200%201-4.35%2010.096a14.36%2014.36%200%200%201-10.084%204.152a14.36%2014.36%200%200%201-10.088-4.152a14.68%2014.68%200%200%201-4.349-10.096a14.8%2014.8%200%200%201%20.998-5.696a14.6%2014.6%200%200%201%203.105-4.857a14.4%2014.4%200%200%201%204.726-3.257a14.3%2014.3%200%200%201%2011.214%200%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%20256%20258%22%3E%3Cpath%20fill%3D%22%23339af0%22%20d%3D%22M256%20128.661C256%2057.604%20198.693%200%20128.002%200C57.307%200%200%2057.604%200%20128.661c0%2071.056%2057.307%20128.662%20128%20128.662s128-57.606%20128-128.662%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M110.576%2064.111a9.7%209.7%200%200%201%207.227%201.82a79%2079%200%200%201%2011.68%2010.685l.874.993h27.61c5.384%200%209.744%204.374%209.744%209.777c0%205.283-4.176%209.583-9.388%209.771l-.357.007h-15.25a77.6%2077.6%200%200%201%206.426%2031.087a77.6%2077.6%200%200%201-5.979%2030.03l-.448%201.054h15.242c5.386%200%209.747%204.376%209.747%209.778c0%205.282-4.178%209.584-9.39%209.772l-.357.007H130.34a79%2079%200%200%201-12.546%2011.666a9.715%209.715%200%200%201-13.63-2.027a9.8%209.8%200%200%201-1.623-3.451a9.8%209.8%200%200%201%201.096-7.409a9.7%209.7%200%200%201%202.551-2.82c14.91-11.107%2023.469-28.09%2023.469-46.602s-8.56-35.494-23.469-46.602a9.7%209.7%200%200%201-2.554-2.82a9.84%209.84%200%200%201%20.287-10.521l.243-.346a9.8%209.8%200%200%201%206.411-3.849m-1.755%2047.41a14.4%2014.4%200%200%201%204.728%203.258a14.6%2014.6%200%200%201%203.105%204.857a14.8%2014.8%200%200%201%20.995%205.696a14.68%2014.68%200%200%201-4.35%2010.096a14.36%2014.36%200%200%201-10.084%204.152a14.36%2014.36%200%200%201-10.088-4.152a14.68%2014.68%200%200%201-4.349-10.096a14.8%2014.8%200%200%201%20.998-5.696a14.6%2014.6%200%200%201%203.105-4.857a14.4%2014.4%200%200%201%204.726-3.257a14.3%2014.3%200%200%201%2011.214%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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