clion-light from Skill Icons by tandpfun · Light · MIT Free for personal and commercial use.

Name
clion-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 clion logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><g clip-path="url(#SVGv3WPqdcU)"><path fill="#f4f2ed" d="M196 0H60C26.863 0 0 26.863 0 60v136c0 33.137 26.863 60 60 60h136c33.137 0 60-26.863 60-60V60c0-33.137-26.863-60-60-60"/><path fill="url(#SVGOWJMxeVn)" d="m105.017 110.067l3.466-62.567l36.384 20.167z"/><path fill="url(#SVGYu0o6FFl)" d="m105.017 110.067l3.466-62.567l-46.2 29.117L47.5 165.133z"/><path fill="url(#SVG8ykUud5A)" d="M204.317 95.45L183.733 53.6l-38.866 14.067l-39.85 42.4L47.5 165.133L99.383 202.9l65.217-58.817z"/><path fill="url(#SVGa3RRDcye)" d="M177.5 139.233V177.5h-62.833l27.616 21.367l40 8.633l25.217-57.083z"/><path fill="#000" d="M77.5 77.5h100v100h-100z"/><path fill="#fff" d="M89.967 158.6h37.5v6.25h-37.5zm37.616-68.7h8.334v30.65h16.417v6.95h-24.751zM87.3 108.95v-.1a19.235 19.235 0 0 1 19.717-19.567a19.5 19.5 0 0 1 14.9 5.834l-5.25 6.116a13.97 13.97 0 0 0-9.684-4.266c-6.366 0-10.95 5.283-10.95 11.766v.117c0 6.483 4.484 11.883 10.95 11.883c4.334 0 6.967-1.666 10-4.433l5.2 5.367a19.32 19.32 0 0 1-15.516 6.666a19.1 19.1 0 0 1-13.786-5.593a19.07 19.07 0 0 1-5.58-13.79"/></g><defs><linearGradient id="SVGOWJMxeVn" x1="105.017" x2="150.85" y1="78.783" y2="78.783" gradientUnits="userSpaceOnUse"><stop stop-color="#ff318c"/><stop offset=".15" stop-color="#fb348c"/><stop offset=".28" stop-color="#f03c8c"/><stop offset=".42" stop-color="#de4a8c"/><stop offset=".54" stop-color="#c45d8b"/><stop offset=".67" stop-color="#a2778b"/><stop offset=".79" stop-color="#79958a"/><stop offset=".91" stop-color="#49b98a"/><stop offset="1" stop-color="#21d789"/></linearGradient><linearGradient id="SVGYu0o6FFl" x1="86.65" x2="63.117" y1="67.8" y2="225.7" gradientUnits="userSpaceOnUse"><stop offset=".09" stop-color="#21d789"/><stop offset=".9" stop-color="#009ae5"/></linearGradient><linearGradient id="SVG8ykUud5A" x1="193.417" x2="32.45" y1="62.333" y2="232.333" gradientUnits="userSpaceOnUse"><stop offset=".09" stop-color="#21d789"/><stop offset=".9" stop-color="#009ae5"/></linearGradient><linearGradient id="SVGa3RRDcye" x1="144.733" x2="199.783" y1="168.367" y2="176.2" gradientUnits="userSpaceOnUse"><stop offset=".09" stop-color="#21d789"/><stop offset=".9" stop-color="#009ae5"/></linearGradient><clipPath id="SVGv3WPqdcU"><path fill="#fff" d="M0 0h256v256H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function SkillIconsClionLight(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"><g clipPath="url(#SVGv3WPqdcU)"><path fill="#f4f2ed" d="M196 0H60C26.863 0 0 26.863 0 60v136c0 33.137 26.863 60 60 60h136c33.137 0 60-26.863 60-60V60c0-33.137-26.863-60-60-60"/><path fill="url(#SVGOWJMxeVn)" d="m105.017 110.067l3.466-62.567l36.384 20.167z"/><path fill="url(#SVGYu0o6FFl)" d="m105.017 110.067l3.466-62.567l-46.2 29.117L47.5 165.133z"/><path fill="url(#SVG8ykUud5A)" d="M204.317 95.45L183.733 53.6l-38.866 14.067l-39.85 42.4L47.5 165.133L99.383 202.9l65.217-58.817z"/><path fill="url(#SVGa3RRDcye)" d="M177.5 139.233V177.5h-62.833l27.616 21.367l40 8.633l25.217-57.083z"/><path fill="#000" d="M77.5 77.5h100v100h-100z"/><path fill="#fff" d="M89.967 158.6h37.5v6.25h-37.5zm37.616-68.7h8.334v30.65h16.417v6.95h-24.751zM87.3 108.95v-.1a19.235 19.235 0 0 1 19.717-19.567a19.5 19.5 0 0 1 14.9 5.834l-5.25 6.116a13.97 13.97 0 0 0-9.684-4.266c-6.366 0-10.95 5.283-10.95 11.766v.117c0 6.483 4.484 11.883 10.95 11.883c4.334 0 6.967-1.666 10-4.433l5.2 5.367a19.32 19.32 0 0 1-15.516 6.666a19.1 19.1 0 0 1-13.786-5.593a19.07 19.07 0 0 1-5.58-13.79"/></g><defs><linearGradient id="SVGOWJMxeVn" x1="105.017" x2="150.85" y1="78.783" y2="78.783" gradientUnits="userSpaceOnUse"><stop stopColor="#ff318c"/><stop offset=".15" stopColor="#fb348c"/><stop offset=".28" stopColor="#f03c8c"/><stop offset=".42" stopColor="#de4a8c"/><stop offset=".54" stopColor="#c45d8b"/><stop offset=".67" stopColor="#a2778b"/><stop offset=".79" stopColor="#79958a"/><stop offset=".91" stopColor="#49b98a"/><stop offset="1" stopColor="#21d789"/></linearGradient><linearGradient id="SVGYu0o6FFl" x1="86.65" x2="63.117" y1="67.8" y2="225.7" gradientUnits="userSpaceOnUse"><stop offset=".09" stopColor="#21d789"/><stop offset=".9" stopColor="#009ae5"/></linearGradient><linearGradient id="SVG8ykUud5A" x1="193.417" x2="32.45" y1="62.333" y2="232.333" gradientUnits="userSpaceOnUse"><stop offset=".09" stopColor="#21d789"/><stop offset=".9" stopColor="#009ae5"/></linearGradient><linearGradient id="SVGa3RRDcye" x1="144.733" x2="199.783" y1="168.367" y2="176.2" gradientUnits="userSpaceOnUse"><stop offset=".09" stopColor="#21d789"/><stop offset=".9" stopColor="#009ae5"/></linearGradient><clipPath id="SVGv3WPqdcU"><path fill="#fff" d="M0 0h256v256H0z"/></clipPath></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"><g clip-path="url(#SVGv3WPqdcU)"><path fill="#f4f2ed" d="M196 0H60C26.863 0 0 26.863 0 60v136c0 33.137 26.863 60 60 60h136c33.137 0 60-26.863 60-60V60c0-33.137-26.863-60-60-60"/><path fill="url(#SVGOWJMxeVn)" d="m105.017 110.067l3.466-62.567l36.384 20.167z"/><path fill="url(#SVGYu0o6FFl)" d="m105.017 110.067l3.466-62.567l-46.2 29.117L47.5 165.133z"/><path fill="url(#SVG8ykUud5A)" d="M204.317 95.45L183.733 53.6l-38.866 14.067l-39.85 42.4L47.5 165.133L99.383 202.9l65.217-58.817z"/><path fill="url(#SVGa3RRDcye)" d="M177.5 139.233V177.5h-62.833l27.616 21.367l40 8.633l25.217-57.083z"/><path fill="#000" d="M77.5 77.5h100v100h-100z"/><path fill="#fff" d="M89.967 158.6h37.5v6.25h-37.5zm37.616-68.7h8.334v30.65h16.417v6.95h-24.751zM87.3 108.95v-.1a19.235 19.235 0 0 1 19.717-19.567a19.5 19.5 0 0 1 14.9 5.834l-5.25 6.116a13.97 13.97 0 0 0-9.684-4.266c-6.366 0-10.95 5.283-10.95 11.766v.117c0 6.483 4.484 11.883 10.95 11.883c4.334 0 6.967-1.666 10-4.433l5.2 5.367a19.32 19.32 0 0 1-15.516 6.666a19.1 19.1 0 0 1-13.786-5.593a19.07 19.07 0 0 1-5.58-13.79"/></g><defs><linearGradient id="SVGOWJMxeVn" x1="105.017" x2="150.85" y1="78.783" y2="78.783" gradientUnits="userSpaceOnUse"><stop stop-color="#ff318c"/><stop offset=".15" stop-color="#fb348c"/><stop offset=".28" stop-color="#f03c8c"/><stop offset=".42" stop-color="#de4a8c"/><stop offset=".54" stop-color="#c45d8b"/><stop offset=".67" stop-color="#a2778b"/><stop offset=".79" stop-color="#79958a"/><stop offset=".91" stop-color="#49b98a"/><stop offset="1" stop-color="#21d789"/></linearGradient><linearGradient id="SVGYu0o6FFl" x1="86.65" x2="63.117" y1="67.8" y2="225.7" gradientUnits="userSpaceOnUse"><stop offset=".09" stop-color="#21d789"/><stop offset=".9" stop-color="#009ae5"/></linearGradient><linearGradient id="SVG8ykUud5A" x1="193.417" x2="32.45" y1="62.333" y2="232.333" gradientUnits="userSpaceOnUse"><stop offset=".09" stop-color="#21d789"/><stop offset=".9" stop-color="#009ae5"/></linearGradient><linearGradient id="SVGa3RRDcye" x1="144.733" x2="199.783" y1="168.367" y2="176.2" gradientUnits="userSpaceOnUse"><stop offset=".09" stop-color="#21d789"/><stop offset=".9" stop-color="#009ae5"/></linearGradient><clipPath id="SVGv3WPqdcU"><path fill="#fff" d="M0 0h256v256H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-clion-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%3Cg%20clip-path%3D%22url(%23SVGv3WPqdcU)%22%3E%3Cpath%20fill%3D%22%23f4f2ed%22%20d%3D%22M196%200H60C26.863%200%200%2026.863%200%2060v136c0%2033.137%2026.863%2060%2060%2060h136c33.137%200%2060-26.863%2060-60V60c0-33.137-26.863-60-60-60%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGOWJMxeVn)%22%20d%3D%22m105.017%20110.067l3.466-62.567l36.384%2020.167z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGYu0o6FFl)%22%20d%3D%22m105.017%20110.067l3.466-62.567l-46.2%2029.117L47.5%20165.133z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG8ykUud5A)%22%20d%3D%22M204.317%2095.45L183.733%2053.6l-38.866%2014.067l-39.85%2042.4L47.5%20165.133L99.383%20202.9l65.217-58.817z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGa3RRDcye)%22%20d%3D%22M177.5%20139.233V177.5h-62.833l27.616%2021.367l40%208.633l25.217-57.083z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M77.5%2077.5h100v100h-100z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M89.967%20158.6h37.5v6.25h-37.5zm37.616-68.7h8.334v30.65h16.417v6.95h-24.751zM87.3%20108.95v-.1a19.235%2019.235%200%200%201%2019.717-19.567a19.5%2019.5%200%200%201%2014.9%205.834l-5.25%206.116a13.97%2013.97%200%200%200-9.684-4.266c-6.366%200-10.95%205.283-10.95%2011.766v.117c0%206.483%204.484%2011.883%2010.95%2011.883c4.334%200%206.967-1.666%2010-4.433l5.2%205.367a19.32%2019.32%200%200%201-15.516%206.666a19.1%2019.1%200%200%201-13.786-5.593a19.07%2019.07%200%200%201-5.58-13.79%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGOWJMxeVn%22%20x1%3D%22105.017%22%20x2%3D%22150.85%22%20y1%3D%2278.783%22%20y2%3D%2278.783%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff318c%22%2F%3E%3Cstop%20offset%3D%22.15%22%20stop-color%3D%22%23fb348c%22%2F%3E%3Cstop%20offset%3D%22.28%22%20stop-color%3D%22%23f03c8c%22%2F%3E%3Cstop%20offset%3D%22.42%22%20stop-color%3D%22%23de4a8c%22%2F%3E%3Cstop%20offset%3D%22.54%22%20stop-color%3D%22%23c45d8b%22%2F%3E%3Cstop%20offset%3D%22.67%22%20stop-color%3D%22%23a2778b%22%2F%3E%3Cstop%20offset%3D%22.79%22%20stop-color%3D%22%2379958a%22%2F%3E%3Cstop%20offset%3D%22.91%22%20stop-color%3D%22%2349b98a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2321d789%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGYu0o6FFl%22%20x1%3D%2286.65%22%20x2%3D%2263.117%22%20y1%3D%2267.8%22%20y2%3D%22225.7%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.09%22%20stop-color%3D%22%2321d789%22%2F%3E%3Cstop%20offset%3D%22.9%22%20stop-color%3D%22%23009ae5%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG8ykUud5A%22%20x1%3D%22193.417%22%20x2%3D%2232.45%22%20y1%3D%2262.333%22%20y2%3D%22232.333%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.09%22%20stop-color%3D%22%2321d789%22%2F%3E%3Cstop%20offset%3D%22.9%22%20stop-color%3D%22%23009ae5%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGa3RRDcye%22%20x1%3D%22144.733%22%20x2%3D%22199.783%22%20y1%3D%22168.367%22%20y2%3D%22176.2%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.09%22%20stop-color%3D%22%2321d789%22%2F%3E%3Cstop%20offset%3D%22.9%22%20stop-color%3D%22%23009ae5%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGv3WPqdcU%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3C%2FclipPath%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%3Cg%20clip-path%3D%22url(%23SVGv3WPqdcU)%22%3E%3Cpath%20fill%3D%22%23f4f2ed%22%20d%3D%22M196%200H60C26.863%200%200%2026.863%200%2060v136c0%2033.137%2026.863%2060%2060%2060h136c33.137%200%2060-26.863%2060-60V60c0-33.137-26.863-60-60-60%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGOWJMxeVn)%22%20d%3D%22m105.017%20110.067l3.466-62.567l36.384%2020.167z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGYu0o6FFl)%22%20d%3D%22m105.017%20110.067l3.466-62.567l-46.2%2029.117L47.5%20165.133z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG8ykUud5A)%22%20d%3D%22M204.317%2095.45L183.733%2053.6l-38.866%2014.067l-39.85%2042.4L47.5%20165.133L99.383%20202.9l65.217-58.817z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGa3RRDcye)%22%20d%3D%22M177.5%20139.233V177.5h-62.833l27.616%2021.367l40%208.633l25.217-57.083z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M77.5%2077.5h100v100h-100z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M89.967%20158.6h37.5v6.25h-37.5zm37.616-68.7h8.334v30.65h16.417v6.95h-24.751zM87.3%20108.95v-.1a19.235%2019.235%200%200%201%2019.717-19.567a19.5%2019.5%200%200%201%2014.9%205.834l-5.25%206.116a13.97%2013.97%200%200%200-9.684-4.266c-6.366%200-10.95%205.283-10.95%2011.766v.117c0%206.483%204.484%2011.883%2010.95%2011.883c4.334%200%206.967-1.666%2010-4.433l5.2%205.367a19.32%2019.32%200%200%201-15.516%206.666a19.1%2019.1%200%200%201-13.786-5.593a19.07%2019.07%200%200%201-5.58-13.79%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGOWJMxeVn%22%20x1%3D%22105.017%22%20x2%3D%22150.85%22%20y1%3D%2278.783%22%20y2%3D%2278.783%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff318c%22%2F%3E%3Cstop%20offset%3D%22.15%22%20stop-color%3D%22%23fb348c%22%2F%3E%3Cstop%20offset%3D%22.28%22%20stop-color%3D%22%23f03c8c%22%2F%3E%3Cstop%20offset%3D%22.42%22%20stop-color%3D%22%23de4a8c%22%2F%3E%3Cstop%20offset%3D%22.54%22%20stop-color%3D%22%23c45d8b%22%2F%3E%3Cstop%20offset%3D%22.67%22%20stop-color%3D%22%23a2778b%22%2F%3E%3Cstop%20offset%3D%22.79%22%20stop-color%3D%22%2379958a%22%2F%3E%3Cstop%20offset%3D%22.91%22%20stop-color%3D%22%2349b98a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2321d789%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGYu0o6FFl%22%20x1%3D%2286.65%22%20x2%3D%2263.117%22%20y1%3D%2267.8%22%20y2%3D%22225.7%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.09%22%20stop-color%3D%22%2321d789%22%2F%3E%3Cstop%20offset%3D%22.9%22%20stop-color%3D%22%23009ae5%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG8ykUud5A%22%20x1%3D%22193.417%22%20x2%3D%2232.45%22%20y1%3D%2262.333%22%20y2%3D%22232.333%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.09%22%20stop-color%3D%22%2321d789%22%2F%3E%3Cstop%20offset%3D%22.9%22%20stop-color%3D%22%23009ae5%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGa3RRDcye%22%20x1%3D%22144.733%22%20x2%3D%22199.783%22%20y1%3D%22168.367%22%20y2%3D%22176.2%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.09%22%20stop-color%3D%22%2321d789%22%2F%3E%3Cstop%20offset%3D%22.9%22%20stop-color%3D%22%23009ae5%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGv3WPqdcU%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3C%2FclipPath%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/clion-light.svg?color=%231a73e8&size=48