mind-map-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
mind-map-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the mind map icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11 5a3 3 0 1 1 3.054 3l-.218.653A4.5 4.5 0 0 1 15.89 11.5h1.319a2.5 2.5 0 1 1 0 2h-1.32a4.5 4.5 0 0 1-1.006 1.968l.704.704a2.5 2.5 0 1 1-1.414 1.414l-.934-.934A4.5 4.5 0 0 1 11.5 17a4.5 4.5 0 0 1-1.982-.46l-.871 1.046a3 3 0 1 1-1.478-1.35l.794-.954A4.48 4.48 0 0 1 7 12.5c0-.735.176-1.429.489-2.041l-.868-.724A2.5 2.5 0 1 1 7.9 8.2l.868.724a4.48 4.48 0 0 1 3.17-.902l.218-.654A3 3 0 0 1 11 5" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteMindMapFill(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" fillRule="evenodd" d="M11 5a3 3 0 1 1 3.054 3l-.218.653A4.5 4.5 0 0 1 15.89 11.5h1.319a2.5 2.5 0 1 1 0 2h-1.32a4.5 4.5 0 0 1-1.006 1.968l.704.704a2.5 2.5 0 1 1-1.414 1.414l-.934-.934A4.5 4.5 0 0 1 11.5 17a4.5 4.5 0 0 1-1.982-.46l-.871 1.046a3 3 0 1 1-1.478-1.35l.794-.954A4.48 4.48 0 0 1 7 12.5c0-.735.176-1.429.489-2.041l-.868-.724A2.5 2.5 0 1 1 7.9 8.2l.868.724a4.48 4.48 0 0 1 3.17-.902l.218-.654A3 3 0 0 1 11 5" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11 5a3 3 0 1 1 3.054 3l-.218.653A4.5 4.5 0 0 1 15.89 11.5h1.319a2.5 2.5 0 1 1 0 2h-1.32a4.5 4.5 0 0 1-1.006 1.968l.704.704a2.5 2.5 0 1 1-1.414 1.414l-.934-.934A4.5 4.5 0 0 1 11.5 17a4.5 4.5 0 0 1-1.982-.46l-.871 1.046a3 3 0 1 1-1.478-1.35l.794-.954A4.48 4.48 0 0 1 7 12.5c0-.735.176-1.429.489-2.041l-.868-.724A2.5 2.5 0 1 1 7.9 8.2l.868.724a4.48 4.48 0 0 1 3.17-.902l.218-.654A3 3 0 0 1 11 5" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-mind-map-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M11%205a3%203%200%201%201%203.054%203l-.218.653A4.5%204.5%200%200%201%2015.89%2011.5h1.319a2.5%202.5%200%201%201%200%202h-1.32a4.5%204.5%200%200%201-1.006%201.968l.704.704a2.5%202.5%200%201%201-1.414%201.414l-.934-.934A4.5%204.5%200%200%201%2011.5%2017a4.5%204.5%200%200%201-1.982-.46l-.871%201.046a3%203%200%201%201-1.478-1.35l.794-.954A4.48%204.48%200%200%201%207%2012.5c0-.735.176-1.429.489-2.041l-.868-.724A2.5%202.5%200%201%201%207.9%208.2l.868.724a4.48%204.48%200%200%201%203.17-.902l.218-.654A3%203%200%200%201%2011%205%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11%205a3%203%200%201%201%203.054%203l-.218.653A4.5%204.5%200%200%201%2015.89%2011.5h1.319a2.5%202.5%200%201%201%200%202h-1.32a4.5%204.5%200%200%201-1.006%201.968l.704.704a2.5%202.5%200%201%201-1.414%201.414l-.934-.934A4.5%204.5%200%200%201%2011.5%2017a4.5%204.5%200%200%201-1.982-.46l-.871%201.046a3%203%200%201%201-1.478-1.35l.794-.954A4.48%204.48%200%200%201%207%2012.5c0-.735.176-1.429.489-2.041l-.868-.724A2.5%202.5%200%201%201%207.9%208.2l.868.724a4.48%204.48%200%200%201%203.17-.902l.218-.654A3%203%200%200%201%2011%205%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/mind-map-fill.svg?color=%231a73e8&size=48