mind mapping icon
mind-mapping from IconPark by ByteDance · Color · Edit · Apache-2.0 Free for personal and commercial use.
- Name
- mind-mapping
- Set
- IconPark
- Style
- Color
- Category
- Edit
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More edit icons from IconPark
Use the mind mapping icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M8 28C10.2091 28 12 26.2091 12 24C12 21.7909 10.2091 20 8 20C5.79086 20 4 21.7909 4 24C4 26.2091 5.79086 28 8 28Z"/><path d="M42 8C43.1046 8 44 7.10457 44 6C44 4.89543 43.1046 4 42 4C40.8954 4 40 4.89543 40 6C40 7.10457 40.8954 8 42 8Z"/><path d="M42 26C43.1046 26 44 25.1046 44 24C44 22.8954 43.1046 22 42 22C40.8954 22 40 22.8954 40 24C40 25.1046 40.8954 26 42 26Z"/><path d="M42 44C43.1046 44 44 43.1046 44 42C44 40.8954 43.1046 40 42 40C40.8954 40 40 40.8954 40 42C40 43.1046 40.8954 44 42 44Z"/><path stroke-linecap="round" d="M32 6H20V42H32"/><path stroke-linecap="round" d="M12 24H32"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkMindMapping(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M8 28C10.2091 28 12 26.2091 12 24C12 21.7909 10.2091 20 8 20C5.79086 20 4 21.7909 4 24C4 26.2091 5.79086 28 8 28Z"/><path d="M42 8C43.1046 8 44 7.10457 44 6C44 4.89543 43.1046 4 42 4C40.8954 4 40 4.89543 40 6C40 7.10457 40.8954 8 42 8Z"/><path d="M42 26C43.1046 26 44 25.1046 44 24C44 22.8954 43.1046 22 42 22C40.8954 22 40 22.8954 40 24C40 25.1046 40.8954 26 42 26Z"/><path d="M42 44C43.1046 44 44 43.1046 44 42C44 40.8954 43.1046 40 42 40C40.8954 40 40 40.8954 40 42C40 43.1046 40.8954 44 42 44Z"/><path strokeLinecap="round" d="M32 6H20V42H32"/><path strokeLinecap="round" d="M12 24H32"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M8 28C10.2091 28 12 26.2091 12 24C12 21.7909 10.2091 20 8 20C5.79086 20 4 21.7909 4 24C4 26.2091 5.79086 28 8 28Z"/><path d="M42 8C43.1046 8 44 7.10457 44 6C44 4.89543 43.1046 4 42 4C40.8954 4 40 4.89543 40 6C40 7.10457 40.8954 8 42 8Z"/><path d="M42 26C43.1046 26 44 25.1046 44 24C44 22.8954 43.1046 22 42 22C40.8954 22 40 22.8954 40 24C40 25.1046 40.8954 26 42 26Z"/><path d="M42 44C43.1046 44 44 43.1046 44 42C44 40.8954 43.1046 40 42 40C40.8954 40 40 40.8954 40 42C40 43.1046 40.8954 44 42 44Z"/><path stroke-linecap="round" d="M32 6H20V42H32"/><path stroke-linecap="round" d="M12 24H32"/></g></svg> </template>
CSS
.icon-mind-mapping {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M8%2028C10.2091%2028%2012%2026.2091%2012%2024C12%2021.7909%2010.2091%2020%208%2020C5.79086%2020%204%2021.7909%204%2024C4%2026.2091%205.79086%2028%208%2028Z%22%2F%3E%3Cpath%20d%3D%22M42%208C43.1046%208%2044%207.10457%2044%206C44%204.89543%2043.1046%204%2042%204C40.8954%204%2040%204.89543%2040%206C40%207.10457%2040.8954%208%2042%208Z%22%2F%3E%3Cpath%20d%3D%22M42%2026C43.1046%2026%2044%2025.1046%2044%2024C44%2022.8954%2043.1046%2022%2042%2022C40.8954%2022%2040%2022.8954%2040%2024C40%2025.1046%2040.8954%2026%2042%2026Z%22%2F%3E%3Cpath%20d%3D%22M42%2044C43.1046%2044%2044%2043.1046%2044%2042C44%2040.8954%2043.1046%2040%2042%2040C40.8954%2040%2040%2040.8954%2040%2042C40%2043.1046%2040.8954%2044%2042%2044Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M32%206H20V42H32%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2024H32%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M8%2028C10.2091%2028%2012%2026.2091%2012%2024C12%2021.7909%2010.2091%2020%208%2020C5.79086%2020%204%2021.7909%204%2024C4%2026.2091%205.79086%2028%208%2028Z%22%2F%3E%3Cpath%20d%3D%22M42%208C43.1046%208%2044%207.10457%2044%206C44%204.89543%2043.1046%204%2042%204C40.8954%204%2040%204.89543%2040%206C40%207.10457%2040.8954%208%2042%208Z%22%2F%3E%3Cpath%20d%3D%22M42%2026C43.1046%2026%2044%2025.1046%2044%2024C44%2022.8954%2043.1046%2022%2042%2022C40.8954%2022%2040%2022.8954%2040%2024C40%2025.1046%2040.8954%2026%2042%2026Z%22%2F%3E%3Cpath%20d%3D%22M42%2044C43.1046%2044%2044%2043.1046%2044%2042C44%2040.8954%2043.1046%2040%2042%2040C40.8954%2040%2040%2040.8954%2040%2042C40%2043.1046%2040.8954%2044%2042%2044Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M32%206H20V42H32%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2024H32%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/mind-mapping.svg?color=%231a73e8&size=48