brainstorm icon
brainstorm-filled from Carbon by IBM · Filled · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- brainstorm-filled
- Set
- Carbon
- Style
- Filled
- Category
- Actions
- Viewbox
- 32×32
- License
- Apache 2.0
1 other variant in Carbon
More actions icons from Carbon
activity-taskadapter-notificationaddadd-altadd-commentadd-largealign-box-bottom-centeralign-box-bottom-leftalign-box-bottom-rightalign-box-middle-centeralign-box-middle-leftalign-box-middle-rightalign-box-top-centeralign-box-top-leftalign-box-top-rightalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-vertical-bottomalign-vertical-centeralign-vertical-topappsareaarea-custom
Use the brainstorm icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18 30H4a1 1 0 0 1-.994-.893C2.965 28.728 2 19.783 2 17h2c0 2.178.651 8.623.9 11h11.872c-.135-.71-.272-1.54-.272-2h2c0 .443.278 1.894.477 2.783A1.002 1.002 0 0 1 18 30m-8-5H6v-2h4zm19-1H15a1 1 0 0 1-.994-.89c-.02-.185-.506-4.566-.506-6.11h2c0 1.035.255 3.625.399 5h12.006l-.818-9H21v-2h7a1 1 0 0 1 .996.91l1 11A1 1 0 0 1 29 24m-17-3H6v-2h6zm12-3h-7v-2h7zm-6-3H4a1 1 0 0 1-.996-.91l-1-11A1 1 0 0 1 3 2h14a1 1 0 0 1 .996.91l1 11A1 1 0 0 1 18 15M4.913 13h11.992l-.818-9H4.095zM13 8H6V6h7z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonBrainstormFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18 30H4a1 1 0 0 1-.994-.893C2.965 28.728 2 19.783 2 17h2c0 2.178.651 8.623.9 11h11.872c-.135-.71-.272-1.54-.272-2h2c0 .443.278 1.894.477 2.783A1.002 1.002 0 0 1 18 30m-8-5H6v-2h4zm19-1H15a1 1 0 0 1-.994-.89c-.02-.185-.506-4.566-.506-6.11h2c0 1.035.255 3.625.399 5h12.006l-.818-9H21v-2h7a1 1 0 0 1 .996.91l1 11A1 1 0 0 1 29 24m-17-3H6v-2h6zm12-3h-7v-2h7zm-6-3H4a1 1 0 0 1-.996-.91l-1-11A1 1 0 0 1 3 2h14a1 1 0 0 1 .996.91l1 11A1 1 0 0 1 18 15M4.913 13h11.992l-.818-9H4.095zM13 8H6V6h7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18 30H4a1 1 0 0 1-.994-.893C2.965 28.728 2 19.783 2 17h2c0 2.178.651 8.623.9 11h11.872c-.135-.71-.272-1.54-.272-2h2c0 .443.278 1.894.477 2.783A1.002 1.002 0 0 1 18 30m-8-5H6v-2h4zm19-1H15a1 1 0 0 1-.994-.89c-.02-.185-.506-4.566-.506-6.11h2c0 1.035.255 3.625.399 5h12.006l-.818-9H21v-2h7a1 1 0 0 1 .996.91l1 11A1 1 0 0 1 29 24m-17-3H6v-2h6zm12-3h-7v-2h7zm-6-3H4a1 1 0 0 1-.996-.91l-1-11A1 1 0 0 1 3 2h14a1 1 0 0 1 .996.91l1 11A1 1 0 0 1 18 15M4.913 13h11.992l-.818-9H4.095zM13 8H6V6h7z"/></svg> </template>
CSS
.icon-brainstorm-filled {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2030H4a1%201%200%200%201-.994-.893C2.965%2028.728%202%2019.783%202%2017h2c0%202.178.651%208.623.9%2011h11.872c-.135-.71-.272-1.54-.272-2h2c0%20.443.278%201.894.477%202.783A1.002%201.002%200%200%201%2018%2030m-8-5H6v-2h4zm19-1H15a1%201%200%200%201-.994-.89c-.02-.185-.506-4.566-.506-6.11h2c0%201.035.255%203.625.399%205h12.006l-.818-9H21v-2h7a1%201%200%200%201%20.996.91l1%2011A1%201%200%200%201%2029%2024m-17-3H6v-2h6zm12-3h-7v-2h7zm-6-3H4a1%201%200%200%201-.996-.91l-1-11A1%201%200%200%201%203%202h14a1%201%200%200%201%20.996.91l1%2011A1%201%200%200%201%2018%2015M4.913%2013h11.992l-.818-9H4.095zM13%208H6V6h7z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2030H4a1%201%200%200%201-.994-.893C2.965%2028.728%202%2019.783%202%2017h2c0%202.178.651%208.623.9%2011h11.872c-.135-.71-.272-1.54-.272-2h2c0%20.443.278%201.894.477%202.783A1.002%201.002%200%200%201%2018%2030m-8-5H6v-2h4zm19-1H15a1%201%200%200%201-.994-.89c-.02-.185-.506-4.566-.506-6.11h2c0%201.035.255%203.625.399%205h12.006l-.818-9H21v-2h7a1%201%200%200%201%20.996.91l1%2011A1%201%200%200%201%2029%2024m-17-3H6v-2h6zm12-3h-7v-2h7zm-6-3H4a1%201%200%200%201-.996-.91l-1-11A1%201%200%200%201%203%202h14a1%201%200%200%201%20.996.91l1%2011A1%201%200%200%201%2018%2015M4.913%2013h11.992l-.818-9H4.095zM13%208H6V6h7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/brainstorm-filled.svg?color=%231a73e8&size=48