design-ideas-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
design-ideas-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Use the design ideas icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.575 2.074A.75.75 0 0 1 6 2.75c0 .83.312 1.308.703 1.89l.029.042c.332.494.768 1.141.768 2.068a2.75 2.75 0 1 1-5.5 0c0-.368 0-1.001.383-1.818c.375-.8 1.088-1.719 2.398-2.768a.75.75 0 0 1 .794-.09M4.75 11a4.23 4.23 0 0 0 2.365-.718c.261.734.385 1.71.385 2.973c0 1.712-.23 3.768-.605 5.41c-.186.816-.417 1.569-.692 2.134a3 3 0 0 1-.51.77c-.206.211-.523.436-.943.436s-.737-.225-.942-.436a3 3 0 0 1-.51-.77c-.276-.566-.507-1.318-.693-2.135A26 26 0 0 1 2 13.254c0-1.262.124-2.238.385-2.972A4.23 4.23 0 0 0 4.75 11m3.734 3.077a5 5 0 0 0 1.516.398V12.25A3.25 3.25 0 0 1 13.25 9h2.225a5 5 0 0 0-7.344-3.904a6.4 6.4 0 0 0-.548-.94l-.05-.074l-.179-.272A6.5 6.5 0 0 1 16.981 9h1.769A3.25 3.25 0 0 1 22 12.25v5.5A3.25 3.25 0 0 1 18.75 21h-5.5A3.25 3.25 0 0 1 10 17.75v-1.769a6.5 6.5 0 0 1-1.621-.335c.05-.53.086-1.058.105-1.569M18.75 10.5h-1.826a6.505 6.505 0 0 1-5.424 5.424v1.826c0 .966.784 1.75 1.75 1.75h5.5a1.75 1.75 0 0 0 1.75-1.75v-5.5a1.75 1.75 0 0 0-1.75-1.75m-7.25 3.9a5.01 5.01 0 0 0 3.9-3.9h-2.15a1.75 1.75 0 0 0-1.75 1.75z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDesignIdeas24Filled(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="M5.575 2.074A.75.75 0 0 1 6 2.75c0 .83.312 1.308.703 1.89l.029.042c.332.494.768 1.141.768 2.068a2.75 2.75 0 1 1-5.5 0c0-.368 0-1.001.383-1.818c.375-.8 1.088-1.719 2.398-2.768a.75.75 0 0 1 .794-.09M4.75 11a4.23 4.23 0 0 0 2.365-.718c.261.734.385 1.71.385 2.973c0 1.712-.23 3.768-.605 5.41c-.186.816-.417 1.569-.692 2.134a3 3 0 0 1-.51.77c-.206.211-.523.436-.943.436s-.737-.225-.942-.436a3 3 0 0 1-.51-.77c-.276-.566-.507-1.318-.693-2.135A26 26 0 0 1 2 13.254c0-1.262.124-2.238.385-2.972A4.23 4.23 0 0 0 4.75 11m3.734 3.077a5 5 0 0 0 1.516.398V12.25A3.25 3.25 0 0 1 13.25 9h2.225a5 5 0 0 0-7.344-3.904a6.4 6.4 0 0 0-.548-.94l-.05-.074l-.179-.272A6.5 6.5 0 0 1 16.981 9h1.769A3.25 3.25 0 0 1 22 12.25v5.5A3.25 3.25 0 0 1 18.75 21h-5.5A3.25 3.25 0 0 1 10 17.75v-1.769a6.5 6.5 0 0 1-1.621-.335c.05-.53.086-1.058.105-1.569M18.75 10.5h-1.826a6.505 6.505 0 0 1-5.424 5.424v1.826c0 .966.784 1.75 1.75 1.75h5.5a1.75 1.75 0 0 0 1.75-1.75v-5.5a1.75 1.75 0 0 0-1.75-1.75m-7.25 3.9a5.01 5.01 0 0 0 3.9-3.9h-2.15a1.75 1.75 0 0 0-1.75 1.75z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.575 2.074A.75.75 0 0 1 6 2.75c0 .83.312 1.308.703 1.89l.029.042c.332.494.768 1.141.768 2.068a2.75 2.75 0 1 1-5.5 0c0-.368 0-1.001.383-1.818c.375-.8 1.088-1.719 2.398-2.768a.75.75 0 0 1 .794-.09M4.75 11a4.23 4.23 0 0 0 2.365-.718c.261.734.385 1.71.385 2.973c0 1.712-.23 3.768-.605 5.41c-.186.816-.417 1.569-.692 2.134a3 3 0 0 1-.51.77c-.206.211-.523.436-.943.436s-.737-.225-.942-.436a3 3 0 0 1-.51-.77c-.276-.566-.507-1.318-.693-2.135A26 26 0 0 1 2 13.254c0-1.262.124-2.238.385-2.972A4.23 4.23 0 0 0 4.75 11m3.734 3.077a5 5 0 0 0 1.516.398V12.25A3.25 3.25 0 0 1 13.25 9h2.225a5 5 0 0 0-7.344-3.904a6.4 6.4 0 0 0-.548-.94l-.05-.074l-.179-.272A6.5 6.5 0 0 1 16.981 9h1.769A3.25 3.25 0 0 1 22 12.25v5.5A3.25 3.25 0 0 1 18.75 21h-5.5A3.25 3.25 0 0 1 10 17.75v-1.769a6.5 6.5 0 0 1-1.621-.335c.05-.53.086-1.058.105-1.569M18.75 10.5h-1.826a6.505 6.505 0 0 1-5.424 5.424v1.826c0 .966.784 1.75 1.75 1.75h5.5a1.75 1.75 0 0 0 1.75-1.75v-5.5a1.75 1.75 0 0 0-1.75-1.75m-7.25 3.9a5.01 5.01 0 0 0 3.9-3.9h-2.15a1.75 1.75 0 0 0-1.75 1.75z"/></svg>
</template>

CSS

.icon-design-ideas-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.575%202.074A.75.75%200%200%201%206%202.75c0%20.83.312%201.308.703%201.89l.029.042c.332.494.768%201.141.768%202.068a2.75%202.75%200%201%201-5.5%200c0-.368%200-1.001.383-1.818c.375-.8%201.088-1.719%202.398-2.768a.75.75%200%200%201%20.794-.09M4.75%2011a4.23%204.23%200%200%200%202.365-.718c.261.734.385%201.71.385%202.973c0%201.712-.23%203.768-.605%205.41c-.186.816-.417%201.569-.692%202.134a3%203%200%200%201-.51.77c-.206.211-.523.436-.943.436s-.737-.225-.942-.436a3%203%200%200%201-.51-.77c-.276-.566-.507-1.318-.693-2.135A26%2026%200%200%201%202%2013.254c0-1.262.124-2.238.385-2.972A4.23%204.23%200%200%200%204.75%2011m3.734%203.077a5%205%200%200%200%201.516.398V12.25A3.25%203.25%200%200%201%2013.25%209h2.225a5%205%200%200%200-7.344-3.904a6.4%206.4%200%200%200-.548-.94l-.05-.074l-.179-.272A6.5%206.5%200%200%201%2016.981%209h1.769A3.25%203.25%200%200%201%2022%2012.25v5.5A3.25%203.25%200%200%201%2018.75%2021h-5.5A3.25%203.25%200%200%201%2010%2017.75v-1.769a6.5%206.5%200%200%201-1.621-.335c.05-.53.086-1.058.105-1.569M18.75%2010.5h-1.826a6.505%206.505%200%200%201-5.424%205.424v1.826c0%20.966.784%201.75%201.75%201.75h5.5a1.75%201.75%200%200%200%201.75-1.75v-5.5a1.75%201.75%200%200%200-1.75-1.75m-7.25%203.9a5.01%205.01%200%200%200%203.9-3.9h-2.15a1.75%201.75%200%200%200-1.75%201.75z%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%22M5.575%202.074A.75.75%200%200%201%206%202.75c0%20.83.312%201.308.703%201.89l.029.042c.332.494.768%201.141.768%202.068a2.75%202.75%200%201%201-5.5%200c0-.368%200-1.001.383-1.818c.375-.8%201.088-1.719%202.398-2.768a.75.75%200%200%201%20.794-.09M4.75%2011a4.23%204.23%200%200%200%202.365-.718c.261.734.385%201.71.385%202.973c0%201.712-.23%203.768-.605%205.41c-.186.816-.417%201.569-.692%202.134a3%203%200%200%201-.51.77c-.206.211-.523.436-.943.436s-.737-.225-.942-.436a3%203%200%200%201-.51-.77c-.276-.566-.507-1.318-.693-2.135A26%2026%200%200%201%202%2013.254c0-1.262.124-2.238.385-2.972A4.23%204.23%200%200%200%204.75%2011m3.734%203.077a5%205%200%200%200%201.516.398V12.25A3.25%203.25%200%200%201%2013.25%209h2.225a5%205%200%200%200-7.344-3.904a6.4%206.4%200%200%200-.548-.94l-.05-.074l-.179-.272A6.5%206.5%200%200%201%2016.981%209h1.769A3.25%203.25%200%200%201%2022%2012.25v5.5A3.25%203.25%200%200%201%2018.75%2021h-5.5A3.25%203.25%200%200%201%2010%2017.75v-1.769a6.5%206.5%200%200%201-1.621-.335c.05-.53.086-1.058.105-1.569M18.75%2010.5h-1.826a6.505%206.505%200%200%201-5.424%205.424v1.826c0%20.966.784%201.75%201.75%201.75h5.5a1.75%201.75%200%200%200%201.75-1.75v-5.5a1.75%201.75%200%200%200-1.75-1.75m-7.25%203.9a5.01%205.01%200%200%200%203.9-3.9h-2.15a1.75%201.75%200%200%200-1.75%201.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/design-ideas-24-filled.svg?color=%231a73e8&size=48