design ideas icon
design-ideas-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- design-ideas-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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="M6 2.75a.75.75 0 0 0-1.219-.586c-1.31 1.049-2.023 1.968-2.398 2.768A3.96 3.96 0 0 0 2 6.75c0 .946.477 1.78 1.204 2.275a2.4 2.4 0 0 0-.506.593c-.476.77-.698 1.947-.698 3.637c0 1.712.23 3.768.605 5.41c.186.816.417 1.569.692 2.134c.137.281.304.555.51.77c.206.211.523.436.943.436s.737-.225.942-.436a3 3 0 0 0 .51-.77c.276-.566.507-1.318.693-2.135a26 26 0 0 0 .605-5.41c0-1.69-.222-2.866-.698-3.636a2.4 2.4 0 0 0-.506-.593A2.75 2.75 0 0 0 7.5 6.75c0-.927-.436-1.574-.768-2.068l-.029-.043C6.313 4.058 6 3.58 6 2.75m-2.5 4v-.001c0-.298 0-.665.242-1.18c.168-.361.469-.819 1.012-1.371c.193.517.463.92.692 1.26l.012.018c.357.531.542.835.542 1.274a1.25 1.25 0 0 1-2.5 0m0 6.505c0-1.623.226-2.447.474-2.849a.8.8 0 0 1 .325-.317a1 1 0 0 1 .451-.084c.2 0 .343.031.451.084c.1.048.212.135.325.317c.248.402.474 1.226.474 2.849c0 1.601-.218 3.545-.567 5.076c-.176.77-.376 1.395-.579 1.811a3 3 0 0 1-.104.195a3 3 0 0 1-.104-.195c-.203-.416-.403-1.042-.579-1.811a24.6 24.6 0 0 1-.567-5.076m4.984.822a5 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 FluentDesignIdeas24Regular(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="M6 2.75a.75.75 0 0 0-1.219-.586c-1.31 1.049-2.023 1.968-2.398 2.768A3.96 3.96 0 0 0 2 6.75c0 .946.477 1.78 1.204 2.275a2.4 2.4 0 0 0-.506.593c-.476.77-.698 1.947-.698 3.637c0 1.712.23 3.768.605 5.41c.186.816.417 1.569.692 2.134c.137.281.304.555.51.77c.206.211.523.436.943.436s.737-.225.942-.436a3 3 0 0 0 .51-.77c.276-.566.507-1.318.693-2.135a26 26 0 0 0 .605-5.41c0-1.69-.222-2.866-.698-3.636a2.4 2.4 0 0 0-.506-.593A2.75 2.75 0 0 0 7.5 6.75c0-.927-.436-1.574-.768-2.068l-.029-.043C6.313 4.058 6 3.58 6 2.75m-2.5 4v-.001c0-.298 0-.665.242-1.18c.168-.361.469-.819 1.012-1.371c.193.517.463.92.692 1.26l.012.018c.357.531.542.835.542 1.274a1.25 1.25 0 0 1-2.5 0m0 6.505c0-1.623.226-2.447.474-2.849a.8.8 0 0 1 .325-.317a1 1 0 0 1 .451-.084c.2 0 .343.031.451.084c.1.048.212.135.325.317c.248.402.474 1.226.474 2.849c0 1.601-.218 3.545-.567 5.076c-.176.77-.376 1.395-.579 1.811a3 3 0 0 1-.104.195a3 3 0 0 1-.104-.195c-.203-.416-.403-1.042-.579-1.811a24.6 24.6 0 0 1-.567-5.076m4.984.822a5 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="M6 2.75a.75.75 0 0 0-1.219-.586c-1.31 1.049-2.023 1.968-2.398 2.768A3.96 3.96 0 0 0 2 6.75c0 .946.477 1.78 1.204 2.275a2.4 2.4 0 0 0-.506.593c-.476.77-.698 1.947-.698 3.637c0 1.712.23 3.768.605 5.41c.186.816.417 1.569.692 2.134c.137.281.304.555.51.77c.206.211.523.436.943.436s.737-.225.942-.436a3 3 0 0 0 .51-.77c.276-.566.507-1.318.693-2.135a26 26 0 0 0 .605-5.41c0-1.69-.222-2.866-.698-3.636a2.4 2.4 0 0 0-.506-.593A2.75 2.75 0 0 0 7.5 6.75c0-.927-.436-1.574-.768-2.068l-.029-.043C6.313 4.058 6 3.58 6 2.75m-2.5 4v-.001c0-.298 0-.665.242-1.18c.168-.361.469-.819 1.012-1.371c.193.517.463.92.692 1.26l.012.018c.357.531.542.835.542 1.274a1.25 1.25 0 0 1-2.5 0m0 6.505c0-1.623.226-2.447.474-2.849a.8.8 0 0 1 .325-.317a1 1 0 0 1 .451-.084c.2 0 .343.031.451.084c.1.048.212.135.325.317c.248.402.474 1.226.474 2.849c0 1.601-.218 3.545-.567 5.076c-.176.77-.376 1.395-.579 1.811a3 3 0 0 1-.104.195a3 3 0 0 1-.104-.195c-.203-.416-.403-1.042-.579-1.811a24.6 24.6 0 0 1-.567-5.076m4.984.822a5 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-regular {
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%22M6%202.75a.75.75%200%200%200-1.219-.586c-1.31%201.049-2.023%201.968-2.398%202.768A3.96%203.96%200%200%200%202%206.75c0%20.946.477%201.78%201.204%202.275a2.4%202.4%200%200%200-.506.593c-.476.77-.698%201.947-.698%203.637c0%201.712.23%203.768.605%205.41c.186.816.417%201.569.692%202.134c.137.281.304.555.51.77c.206.211.523.436.943.436s.737-.225.942-.436a3%203%200%200%200%20.51-.77c.276-.566.507-1.318.693-2.135a26%2026%200%200%200%20.605-5.41c0-1.69-.222-2.866-.698-3.636a2.4%202.4%200%200%200-.506-.593A2.75%202.75%200%200%200%207.5%206.75c0-.927-.436-1.574-.768-2.068l-.029-.043C6.313%204.058%206%203.58%206%202.75m-2.5%204v-.001c0-.298%200-.665.242-1.18c.168-.361.469-.819%201.012-1.371c.193.517.463.92.692%201.26l.012.018c.357.531.542.835.542%201.274a1.25%201.25%200%200%201-2.5%200m0%206.505c0-1.623.226-2.447.474-2.849a.8.8%200%200%201%20.325-.317a1%201%200%200%201%20.451-.084c.2%200%20.343.031.451.084c.1.048.212.135.325.317c.248.402.474%201.226.474%202.849c0%201.601-.218%203.545-.567%205.076c-.176.77-.376%201.395-.579%201.811a3%203%200%200%201-.104.195a3%203%200%200%201-.104-.195c-.203-.416-.403-1.042-.579-1.811a24.6%2024.6%200%200%201-.567-5.076m4.984.822a5%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%22M6%202.75a.75.75%200%200%200-1.219-.586c-1.31%201.049-2.023%201.968-2.398%202.768A3.96%203.96%200%200%200%202%206.75c0%20.946.477%201.78%201.204%202.275a2.4%202.4%200%200%200-.506.593c-.476.77-.698%201.947-.698%203.637c0%201.712.23%203.768.605%205.41c.186.816.417%201.569.692%202.134c.137.281.304.555.51.77c.206.211.523.436.943.436s.737-.225.942-.436a3%203%200%200%200%20.51-.77c.276-.566.507-1.318.693-2.135a26%2026%200%200%200%20.605-5.41c0-1.69-.222-2.866-.698-3.636a2.4%202.4%200%200%200-.506-.593A2.75%202.75%200%200%200%207.5%206.75c0-.927-.436-1.574-.768-2.068l-.029-.043C6.313%204.058%206%203.58%206%202.75m-2.5%204v-.001c0-.298%200-.665.242-1.18c.168-.361.469-.819%201.012-1.371c.193.517.463.92.692%201.26l.012.018c.357.531.542.835.542%201.274a1.25%201.25%200%200%201-2.5%200m0%206.505c0-1.623.226-2.447.474-2.849a.8.8%200%200%201%20.325-.317a1%201%200%200%201%20.451-.084c.2%200%20.343.031.451.084c.1.048.212.135.325.317c.248.402.474%201.226.474%202.849c0%201.601-.218%203.545-.567%205.076c-.176.77-.376%201.395-.579%201.811a3%203%200%200%201-.104.195a3%203%200%200%201-.104-.195c-.203-.416-.403-1.042-.579-1.811a24.6%2024.6%200%200%201-.567-5.076m4.984.822a5%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-regular.svg?color=%231a73e8&size=48