idea logo
idea-light from Skill Icons by tandpfun · Light · MIT Free for personal and commercial use.
- Name
- idea-light
- Set
- Skill Icons
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
1 other variant in Skill Icons
The same logo in other sets
Use the idea logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#f4f2ed" rx="60"/><path fill="url(#SVGAxKcqc2V)" d="m78.571 184l-48.285-38.286l24-44.571L123.143 128z"/><path fill="url(#SVGfLar6cfN)" d="m228 81.429l-3.714 115.714L147.429 228l-46.286-29.714L168.857 128l-29.714-64.857l26.571-32z"/><path fill="url(#SVG2TdOye3m)" d="m228 81.429l-60.857 72l-28-90.286l26.571-32z"/><path fill="url(#SVGQOCFBICt)" d="M124.286 194L44 223.143L56.857 178l16.857-55.429L28 107.143L56.857 28l62.857 7.714l61.715 70.572z"/><path fill="#000" d="M190.571 66.572H67.143V190H190.57z"/><path fill="#fff" d="M124.857 166.857H78.571v7.714h46.286zM112 92v-9.428H86.286V92h7.428v32.286h-7.428v9.428H112v-9.428h-7.143V92zm24.571 42.572c-4 0-7.428-.858-10-2.286c-2.571-1.429-4.857-3.429-6.571-5.429l7.143-8c1.428 1.715 2.857 2.857 4.286 3.715s3.142 1.428 4.857 1.428c2 0 3.714-.571 5.143-2c1.142-1.428 1.714-3.428 1.714-6.571V82.572h11.428V116c0 3.143-.285 5.714-1.142 8c-.858 2.286-2 4-3.715 5.714c-1.428 1.429-3.428 2.858-5.714 3.429c-2.286.857-4.571 1.429-7.429 1.429"/><defs><linearGradient id="SVGAxKcqc2V" x1="30.256" x2="123.192" y1="142.541" y2="142.541" gradientUnits="userSpaceOnUse"><stop offset=".258" stop-color="#f97a12"/><stop offset=".459" stop-color="#b07b58"/><stop offset=".724" stop-color="#577bae"/><stop offset=".91" stop-color="#1e7ce5"/><stop offset="1" stop-color="#087cfa"/></linearGradient><linearGradient id="SVGfLar6cfN" x1="101.621" x2="254.926" y1="99.086" y2="183.914" gradientUnits="userSpaceOnUse"><stop stop-color="#f97a12"/><stop offset=".072" stop-color="#cb7a3e"/><stop offset=".154" stop-color="#9e7b6a"/><stop offset=".242" stop-color="#757b91"/><stop offset=".334" stop-color="#537bb1"/><stop offset=".432" stop-color="#387ccc"/><stop offset=".538" stop-color="#237ce0"/><stop offset=".655" stop-color="#147cef"/><stop offset=".792" stop-color="#0b7cf7"/><stop offset="1" stop-color="#087cfa"/></linearGradient><linearGradient id="SVG2TdOye3m" x1="208.651" x2="165.972" y1="150.615" y2="23.088" gradientUnits="userSpaceOnUse"><stop stop-color="#fe315d"/><stop offset=".078" stop-color="#cb417e"/><stop offset=".16" stop-color="#9e4e9b"/><stop offset=".247" stop-color="#755bb4"/><stop offset=".339" stop-color="#5365ca"/><stop offset=".436" stop-color="#386ddb"/><stop offset=".541" stop-color="#2374e9"/><stop offset=".658" stop-color="#1478f3"/><stop offset=".794" stop-color="#0b7bf8"/><stop offset="1" stop-color="#087cfa"/></linearGradient><linearGradient id="SVGQOCFBICt" x1="58.63" x2="186.639" y1="75.066" y2="286.8" gradientUnits="userSpaceOnUse"><stop stop-color="#fe315d"/><stop offset=".04" stop-color="#f63462"/><stop offset=".104" stop-color="#df3a71"/><stop offset=".167" stop-color="#c24383"/><stop offset=".291" stop-color="#ad4a91"/><stop offset=".55" stop-color="#755bb4"/><stop offset=".917" stop-color="#1d76ed"/><stop offset="1" stop-color="#087cfa"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function SkillIconsIdeaLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#f4f2ed" rx="60"/><path fill="url(#SVGAxKcqc2V)" d="m78.571 184l-48.285-38.286l24-44.571L123.143 128z"/><path fill="url(#SVGfLar6cfN)" d="m228 81.429l-3.714 115.714L147.429 228l-46.286-29.714L168.857 128l-29.714-64.857l26.571-32z"/><path fill="url(#SVG2TdOye3m)" d="m228 81.429l-60.857 72l-28-90.286l26.571-32z"/><path fill="url(#SVGQOCFBICt)" d="M124.286 194L44 223.143L56.857 178l16.857-55.429L28 107.143L56.857 28l62.857 7.714l61.715 70.572z"/><path fill="#000" d="M190.571 66.572H67.143V190H190.57z"/><path fill="#fff" d="M124.857 166.857H78.571v7.714h46.286zM112 92v-9.428H86.286V92h7.428v32.286h-7.428v9.428H112v-9.428h-7.143V92zm24.571 42.572c-4 0-7.428-.858-10-2.286c-2.571-1.429-4.857-3.429-6.571-5.429l7.143-8c1.428 1.715 2.857 2.857 4.286 3.715s3.142 1.428 4.857 1.428c2 0 3.714-.571 5.143-2c1.142-1.428 1.714-3.428 1.714-6.571V82.572h11.428V116c0 3.143-.285 5.714-1.142 8c-.858 2.286-2 4-3.715 5.714c-1.428 1.429-3.428 2.858-5.714 3.429c-2.286.857-4.571 1.429-7.429 1.429"/><defs><linearGradient id="SVGAxKcqc2V" x1="30.256" x2="123.192" y1="142.541" y2="142.541" gradientUnits="userSpaceOnUse"><stop offset=".258" stopColor="#f97a12"/><stop offset=".459" stopColor="#b07b58"/><stop offset=".724" stopColor="#577bae"/><stop offset=".91" stopColor="#1e7ce5"/><stop offset="1" stopColor="#087cfa"/></linearGradient><linearGradient id="SVGfLar6cfN" x1="101.621" x2="254.926" y1="99.086" y2="183.914" gradientUnits="userSpaceOnUse"><stop stopColor="#f97a12"/><stop offset=".072" stopColor="#cb7a3e"/><stop offset=".154" stopColor="#9e7b6a"/><stop offset=".242" stopColor="#757b91"/><stop offset=".334" stopColor="#537bb1"/><stop offset=".432" stopColor="#387ccc"/><stop offset=".538" stopColor="#237ce0"/><stop offset=".655" stopColor="#147cef"/><stop offset=".792" stopColor="#0b7cf7"/><stop offset="1" stopColor="#087cfa"/></linearGradient><linearGradient id="SVG2TdOye3m" x1="208.651" x2="165.972" y1="150.615" y2="23.088" gradientUnits="userSpaceOnUse"><stop stopColor="#fe315d"/><stop offset=".078" stopColor="#cb417e"/><stop offset=".16" stopColor="#9e4e9b"/><stop offset=".247" stopColor="#755bb4"/><stop offset=".339" stopColor="#5365ca"/><stop offset=".436" stopColor="#386ddb"/><stop offset=".541" stopColor="#2374e9"/><stop offset=".658" stopColor="#1478f3"/><stop offset=".794" stopColor="#0b7bf8"/><stop offset="1" stopColor="#087cfa"/></linearGradient><linearGradient id="SVGQOCFBICt" x1="58.63" x2="186.639" y1="75.066" y2="286.8" gradientUnits="userSpaceOnUse"><stop stopColor="#fe315d"/><stop offset=".04" stopColor="#f63462"/><stop offset=".104" stopColor="#df3a71"/><stop offset=".167" stopColor="#c24383"/><stop offset=".291" stopColor="#ad4a91"/><stop offset=".55" stopColor="#755bb4"/><stop offset=".917" stopColor="#1d76ed"/><stop offset="1" stopColor="#087cfa"/></linearGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#f4f2ed" rx="60"/><path fill="url(#SVGAxKcqc2V)" d="m78.571 184l-48.285-38.286l24-44.571L123.143 128z"/><path fill="url(#SVGfLar6cfN)" d="m228 81.429l-3.714 115.714L147.429 228l-46.286-29.714L168.857 128l-29.714-64.857l26.571-32z"/><path fill="url(#SVG2TdOye3m)" d="m228 81.429l-60.857 72l-28-90.286l26.571-32z"/><path fill="url(#SVGQOCFBICt)" d="M124.286 194L44 223.143L56.857 178l16.857-55.429L28 107.143L56.857 28l62.857 7.714l61.715 70.572z"/><path fill="#000" d="M190.571 66.572H67.143V190H190.57z"/><path fill="#fff" d="M124.857 166.857H78.571v7.714h46.286zM112 92v-9.428H86.286V92h7.428v32.286h-7.428v9.428H112v-9.428h-7.143V92zm24.571 42.572c-4 0-7.428-.858-10-2.286c-2.571-1.429-4.857-3.429-6.571-5.429l7.143-8c1.428 1.715 2.857 2.857 4.286 3.715s3.142 1.428 4.857 1.428c2 0 3.714-.571 5.143-2c1.142-1.428 1.714-3.428 1.714-6.571V82.572h11.428V116c0 3.143-.285 5.714-1.142 8c-.858 2.286-2 4-3.715 5.714c-1.428 1.429-3.428 2.858-5.714 3.429c-2.286.857-4.571 1.429-7.429 1.429"/><defs><linearGradient id="SVGAxKcqc2V" x1="30.256" x2="123.192" y1="142.541" y2="142.541" gradientUnits="userSpaceOnUse"><stop offset=".258" stop-color="#f97a12"/><stop offset=".459" stop-color="#b07b58"/><stop offset=".724" stop-color="#577bae"/><stop offset=".91" stop-color="#1e7ce5"/><stop offset="1" stop-color="#087cfa"/></linearGradient><linearGradient id="SVGfLar6cfN" x1="101.621" x2="254.926" y1="99.086" y2="183.914" gradientUnits="userSpaceOnUse"><stop stop-color="#f97a12"/><stop offset=".072" stop-color="#cb7a3e"/><stop offset=".154" stop-color="#9e7b6a"/><stop offset=".242" stop-color="#757b91"/><stop offset=".334" stop-color="#537bb1"/><stop offset=".432" stop-color="#387ccc"/><stop offset=".538" stop-color="#237ce0"/><stop offset=".655" stop-color="#147cef"/><stop offset=".792" stop-color="#0b7cf7"/><stop offset="1" stop-color="#087cfa"/></linearGradient><linearGradient id="SVG2TdOye3m" x1="208.651" x2="165.972" y1="150.615" y2="23.088" gradientUnits="userSpaceOnUse"><stop stop-color="#fe315d"/><stop offset=".078" stop-color="#cb417e"/><stop offset=".16" stop-color="#9e4e9b"/><stop offset=".247" stop-color="#755bb4"/><stop offset=".339" stop-color="#5365ca"/><stop offset=".436" stop-color="#386ddb"/><stop offset=".541" stop-color="#2374e9"/><stop offset=".658" stop-color="#1478f3"/><stop offset=".794" stop-color="#0b7bf8"/><stop offset="1" stop-color="#087cfa"/></linearGradient><linearGradient id="SVGQOCFBICt" x1="58.63" x2="186.639" y1="75.066" y2="286.8" gradientUnits="userSpaceOnUse"><stop stop-color="#fe315d"/><stop offset=".04" stop-color="#f63462"/><stop offset=".104" stop-color="#df3a71"/><stop offset=".167" stop-color="#c24383"/><stop offset=".291" stop-color="#ad4a91"/><stop offset=".55" stop-color="#755bb4"/><stop offset=".917" stop-color="#1d76ed"/><stop offset="1" stop-color="#087cfa"/></linearGradient></defs></g></svg> </template>
CSS
.icon-idea-light {
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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23f4f2ed%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGAxKcqc2V)%22%20d%3D%22m78.571%20184l-48.285-38.286l24-44.571L123.143%20128z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGfLar6cfN)%22%20d%3D%22m228%2081.429l-3.714%20115.714L147.429%20228l-46.286-29.714L168.857%20128l-29.714-64.857l26.571-32z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG2TdOye3m)%22%20d%3D%22m228%2081.429l-60.857%2072l-28-90.286l26.571-32z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGQOCFBICt)%22%20d%3D%22M124.286%20194L44%20223.143L56.857%20178l16.857-55.429L28%20107.143L56.857%2028l62.857%207.714l61.715%2070.572z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M190.571%2066.572H67.143V190H190.57z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M124.857%20166.857H78.571v7.714h46.286zM112%2092v-9.428H86.286V92h7.428v32.286h-7.428v9.428H112v-9.428h-7.143V92zm24.571%2042.572c-4%200-7.428-.858-10-2.286c-2.571-1.429-4.857-3.429-6.571-5.429l7.143-8c1.428%201.715%202.857%202.857%204.286%203.715s3.142%201.428%204.857%201.428c2%200%203.714-.571%205.143-2c1.142-1.428%201.714-3.428%201.714-6.571V82.572h11.428V116c0%203.143-.285%205.714-1.142%208c-.858%202.286-2%204-3.715%205.714c-1.428%201.429-3.428%202.858-5.714%203.429c-2.286.857-4.571%201.429-7.429%201.429%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGAxKcqc2V%22%20x1%3D%2230.256%22%20x2%3D%22123.192%22%20y1%3D%22142.541%22%20y2%3D%22142.541%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.258%22%20stop-color%3D%22%23f97a12%22%2F%3E%3Cstop%20offset%3D%22.459%22%20stop-color%3D%22%23b07b58%22%2F%3E%3Cstop%20offset%3D%22.724%22%20stop-color%3D%22%23577bae%22%2F%3E%3Cstop%20offset%3D%22.91%22%20stop-color%3D%22%231e7ce5%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23087cfa%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGfLar6cfN%22%20x1%3D%22101.621%22%20x2%3D%22254.926%22%20y1%3D%2299.086%22%20y2%3D%22183.914%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23f97a12%22%2F%3E%3Cstop%20offset%3D%22.072%22%20stop-color%3D%22%23cb7a3e%22%2F%3E%3Cstop%20offset%3D%22.154%22%20stop-color%3D%22%239e7b6a%22%2F%3E%3Cstop%20offset%3D%22.242%22%20stop-color%3D%22%23757b91%22%2F%3E%3Cstop%20offset%3D%22.334%22%20stop-color%3D%22%23537bb1%22%2F%3E%3Cstop%20offset%3D%22.432%22%20stop-color%3D%22%23387ccc%22%2F%3E%3Cstop%20offset%3D%22.538%22%20stop-color%3D%22%23237ce0%22%2F%3E%3Cstop%20offset%3D%22.655%22%20stop-color%3D%22%23147cef%22%2F%3E%3Cstop%20offset%3D%22.792%22%20stop-color%3D%22%230b7cf7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23087cfa%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG2TdOye3m%22%20x1%3D%22208.651%22%20x2%3D%22165.972%22%20y1%3D%22150.615%22%20y2%3D%2223.088%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fe315d%22%2F%3E%3Cstop%20offset%3D%22.078%22%20stop-color%3D%22%23cb417e%22%2F%3E%3Cstop%20offset%3D%22.16%22%20stop-color%3D%22%239e4e9b%22%2F%3E%3Cstop%20offset%3D%22.247%22%20stop-color%3D%22%23755bb4%22%2F%3E%3Cstop%20offset%3D%22.339%22%20stop-color%3D%22%235365ca%22%2F%3E%3Cstop%20offset%3D%22.436%22%20stop-color%3D%22%23386ddb%22%2F%3E%3Cstop%20offset%3D%22.541%22%20stop-color%3D%22%232374e9%22%2F%3E%3Cstop%20offset%3D%22.658%22%20stop-color%3D%22%231478f3%22%2F%3E%3Cstop%20offset%3D%22.794%22%20stop-color%3D%22%230b7bf8%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23087cfa%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGQOCFBICt%22%20x1%3D%2258.63%22%20x2%3D%22186.639%22%20y1%3D%2275.066%22%20y2%3D%22286.8%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fe315d%22%2F%3E%3Cstop%20offset%3D%22.04%22%20stop-color%3D%22%23f63462%22%2F%3E%3Cstop%20offset%3D%22.104%22%20stop-color%3D%22%23df3a71%22%2F%3E%3Cstop%20offset%3D%22.167%22%20stop-color%3D%22%23c24383%22%2F%3E%3Cstop%20offset%3D%22.291%22%20stop-color%3D%22%23ad4a91%22%2F%3E%3Cstop%20offset%3D%22.55%22%20stop-color%3D%22%23755bb4%22%2F%3E%3Cstop%20offset%3D%22.917%22%20stop-color%3D%22%231d76ed%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23087cfa%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23f4f2ed%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGAxKcqc2V)%22%20d%3D%22m78.571%20184l-48.285-38.286l24-44.571L123.143%20128z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGfLar6cfN)%22%20d%3D%22m228%2081.429l-3.714%20115.714L147.429%20228l-46.286-29.714L168.857%20128l-29.714-64.857l26.571-32z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG2TdOye3m)%22%20d%3D%22m228%2081.429l-60.857%2072l-28-90.286l26.571-32z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGQOCFBICt)%22%20d%3D%22M124.286%20194L44%20223.143L56.857%20178l16.857-55.429L28%20107.143L56.857%2028l62.857%207.714l61.715%2070.572z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M190.571%2066.572H67.143V190H190.57z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M124.857%20166.857H78.571v7.714h46.286zM112%2092v-9.428H86.286V92h7.428v32.286h-7.428v9.428H112v-9.428h-7.143V92zm24.571%2042.572c-4%200-7.428-.858-10-2.286c-2.571-1.429-4.857-3.429-6.571-5.429l7.143-8c1.428%201.715%202.857%202.857%204.286%203.715s3.142%201.428%204.857%201.428c2%200%203.714-.571%205.143-2c1.142-1.428%201.714-3.428%201.714-6.571V82.572h11.428V116c0%203.143-.285%205.714-1.142%208c-.858%202.286-2%204-3.715%205.714c-1.428%201.429-3.428%202.858-5.714%203.429c-2.286.857-4.571%201.429-7.429%201.429%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGAxKcqc2V%22%20x1%3D%2230.256%22%20x2%3D%22123.192%22%20y1%3D%22142.541%22%20y2%3D%22142.541%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.258%22%20stop-color%3D%22%23f97a12%22%2F%3E%3Cstop%20offset%3D%22.459%22%20stop-color%3D%22%23b07b58%22%2F%3E%3Cstop%20offset%3D%22.724%22%20stop-color%3D%22%23577bae%22%2F%3E%3Cstop%20offset%3D%22.91%22%20stop-color%3D%22%231e7ce5%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23087cfa%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGfLar6cfN%22%20x1%3D%22101.621%22%20x2%3D%22254.926%22%20y1%3D%2299.086%22%20y2%3D%22183.914%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23f97a12%22%2F%3E%3Cstop%20offset%3D%22.072%22%20stop-color%3D%22%23cb7a3e%22%2F%3E%3Cstop%20offset%3D%22.154%22%20stop-color%3D%22%239e7b6a%22%2F%3E%3Cstop%20offset%3D%22.242%22%20stop-color%3D%22%23757b91%22%2F%3E%3Cstop%20offset%3D%22.334%22%20stop-color%3D%22%23537bb1%22%2F%3E%3Cstop%20offset%3D%22.432%22%20stop-color%3D%22%23387ccc%22%2F%3E%3Cstop%20offset%3D%22.538%22%20stop-color%3D%22%23237ce0%22%2F%3E%3Cstop%20offset%3D%22.655%22%20stop-color%3D%22%23147cef%22%2F%3E%3Cstop%20offset%3D%22.792%22%20stop-color%3D%22%230b7cf7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23087cfa%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG2TdOye3m%22%20x1%3D%22208.651%22%20x2%3D%22165.972%22%20y1%3D%22150.615%22%20y2%3D%2223.088%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fe315d%22%2F%3E%3Cstop%20offset%3D%22.078%22%20stop-color%3D%22%23cb417e%22%2F%3E%3Cstop%20offset%3D%22.16%22%20stop-color%3D%22%239e4e9b%22%2F%3E%3Cstop%20offset%3D%22.247%22%20stop-color%3D%22%23755bb4%22%2F%3E%3Cstop%20offset%3D%22.339%22%20stop-color%3D%22%235365ca%22%2F%3E%3Cstop%20offset%3D%22.436%22%20stop-color%3D%22%23386ddb%22%2F%3E%3Cstop%20offset%3D%22.541%22%20stop-color%3D%22%232374e9%22%2F%3E%3Cstop%20offset%3D%22.658%22%20stop-color%3D%22%231478f3%22%2F%3E%3Cstop%20offset%3D%22.794%22%20stop-color%3D%22%230b7bf8%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23087cfa%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGQOCFBICt%22%20x1%3D%2258.63%22%20x2%3D%22186.639%22%20y1%3D%2275.066%22%20y2%3D%22286.8%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fe315d%22%2F%3E%3Cstop%20offset%3D%22.04%22%20stop-color%3D%22%23f63462%22%2F%3E%3Cstop%20offset%3D%22.104%22%20stop-color%3D%22%23df3a71%22%2F%3E%3Cstop%20offset%3D%22.167%22%20stop-color%3D%22%23c24383%22%2F%3E%3Cstop%20offset%3D%22.291%22%20stop-color%3D%22%23ad4a91%22%2F%3E%3Cstop%20offset%3D%22.55%22%20stop-color%3D%22%23755bb4%22%2F%3E%3Cstop%20offset%3D%22.917%22%20stop-color%3D%22%231d76ed%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23087cfa%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/skill-icons/idea-light.svg?color=%231a73e8&size=48