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

Name
sublime-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 sublime 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(#SVGv3WPqdcU2)"><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"/><g clip-path="url(#SVG5qy9KbCN2)"><path fill="url(#SVGW46ibejO)" d="M194.595 127.919c0-2.049-1.514-3.23-3.372-2.643l-127.82 40.532c-1.863.59-3.373 2.733-3.373 4.777v41.426c0 2.049 1.51 3.234 3.372 2.643l127.821-40.528c1.858-.591 3.372-2.733 3.372-4.782z"/><path fill="#ff9800" d="M60.03 126.599c0 2.049 1.51 4.191 3.372 4.782l127.839 40.535c1.862.591 3.372-.594 3.372-2.639v-41.429c0-2.045-1.51-4.187-3.372-4.778L63.402 82.534c-1.862-.59-3.372.591-3.372 2.64z"/><path fill="#ff9800" d="M194.595 42.795c0-2.049-1.514-3.234-3.372-2.643L63.403 80.68c-1.863.59-3.373 2.733-3.373 4.782v41.425c0 2.049 1.51 3.23 3.372 2.643l127.821-40.532c1.858-.59 3.372-2.733 3.372-4.778z"/></g></g><defs><clipPath id="SVGv3WPqdcU2"><path fill="#fff" d="M0 0h256v256H0z"/></clipPath><clipPath id="SVG5qy9KbCN2"><path fill="#fff" d="M40 40h175v175H40z"/></clipPath><linearGradient id="SVGW46ibejO" x1="7476.84" x2="8041.22" y1="5387.54" y2="3500.4" gradientUnits="userSpaceOnUse"><stop stop-color="#ff9700"/><stop offset=".53" stop-color="#f48e00"/><stop offset="1" stop-color="#d06f00"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function SkillIconsSublimeLight(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(#SVGv3WPqdcU2)"><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"/><g clipPath="url(#SVG5qy9KbCN2)"><path fill="url(#SVGW46ibejO)" d="M194.595 127.919c0-2.049-1.514-3.23-3.372-2.643l-127.82 40.532c-1.863.59-3.373 2.733-3.373 4.777v41.426c0 2.049 1.51 3.234 3.372 2.643l127.821-40.528c1.858-.591 3.372-2.733 3.372-4.782z"/><path fill="#ff9800" d="M60.03 126.599c0 2.049 1.51 4.191 3.372 4.782l127.839 40.535c1.862.591 3.372-.594 3.372-2.639v-41.429c0-2.045-1.51-4.187-3.372-4.778L63.402 82.534c-1.862-.59-3.372.591-3.372 2.64z"/><path fill="#ff9800" d="M194.595 42.795c0-2.049-1.514-3.234-3.372-2.643L63.403 80.68c-1.863.59-3.373 2.733-3.373 4.782v41.425c0 2.049 1.51 3.23 3.372 2.643l127.821-40.532c1.858-.59 3.372-2.733 3.372-4.778z"/></g></g><defs><clipPath id="SVGv3WPqdcU2"><path fill="#fff" d="M0 0h256v256H0z"/></clipPath><clipPath id="SVG5qy9KbCN2"><path fill="#fff" d="M40 40h175v175H40z"/></clipPath><linearGradient id="SVGW46ibejO" x1="7476.84" x2="8041.22" y1="5387.54" y2="3500.4" gradientUnits="userSpaceOnUse"><stop stopColor="#ff9700"/><stop offset=".53" stopColor="#f48e00"/><stop offset="1" stopColor="#d06f00"/></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"><g clip-path="url(#SVGv3WPqdcU2)"><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"/><g clip-path="url(#SVG5qy9KbCN2)"><path fill="url(#SVGW46ibejO)" d="M194.595 127.919c0-2.049-1.514-3.23-3.372-2.643l-127.82 40.532c-1.863.59-3.373 2.733-3.373 4.777v41.426c0 2.049 1.51 3.234 3.372 2.643l127.821-40.528c1.858-.591 3.372-2.733 3.372-4.782z"/><path fill="#ff9800" d="M60.03 126.599c0 2.049 1.51 4.191 3.372 4.782l127.839 40.535c1.862.591 3.372-.594 3.372-2.639v-41.429c0-2.045-1.51-4.187-3.372-4.778L63.402 82.534c-1.862-.59-3.372.591-3.372 2.64z"/><path fill="#ff9800" d="M194.595 42.795c0-2.049-1.514-3.234-3.372-2.643L63.403 80.68c-1.863.59-3.373 2.733-3.373 4.782v41.425c0 2.049 1.51 3.23 3.372 2.643l127.821-40.532c1.858-.59 3.372-2.733 3.372-4.778z"/></g></g><defs><clipPath id="SVGv3WPqdcU2"><path fill="#fff" d="M0 0h256v256H0z"/></clipPath><clipPath id="SVG5qy9KbCN2"><path fill="#fff" d="M40 40h175v175H40z"/></clipPath><linearGradient id="SVGW46ibejO" x1="7476.84" x2="8041.22" y1="5387.54" y2="3500.4" gradientUnits="userSpaceOnUse"><stop stop-color="#ff9700"/><stop offset=".53" stop-color="#f48e00"/><stop offset="1" stop-color="#d06f00"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-sublime-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(%23SVGv3WPqdcU2)%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%3Cg%20clip-path%3D%22url(%23SVG5qy9KbCN2)%22%3E%3Cpath%20fill%3D%22url(%23SVGW46ibejO)%22%20d%3D%22M194.595%20127.919c0-2.049-1.514-3.23-3.372-2.643l-127.82%2040.532c-1.863.59-3.373%202.733-3.373%204.777v41.426c0%202.049%201.51%203.234%203.372%202.643l127.821-40.528c1.858-.591%203.372-2.733%203.372-4.782z%22%2F%3E%3Cpath%20fill%3D%22%23ff9800%22%20d%3D%22M60.03%20126.599c0%202.049%201.51%204.191%203.372%204.782l127.839%2040.535c1.862.591%203.372-.594%203.372-2.639v-41.429c0-2.045-1.51-4.187-3.372-4.778L63.402%2082.534c-1.862-.59-3.372.591-3.372%202.64z%22%2F%3E%3Cpath%20fill%3D%22%23ff9800%22%20d%3D%22M194.595%2042.795c0-2.049-1.514-3.234-3.372-2.643L63.403%2080.68c-1.863.59-3.373%202.733-3.373%204.782v41.425c0%202.049%201.51%203.23%203.372%202.643l127.821-40.532c1.858-.59%203.372-2.733%203.372-4.778z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGv3WPqdcU2%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22SVG5qy9KbCN2%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M40%2040h175v175H40z%22%2F%3E%3C%2FclipPath%3E%3ClinearGradient%20id%3D%22SVGW46ibejO%22%20x1%3D%227476.84%22%20x2%3D%228041.22%22%20y1%3D%225387.54%22%20y2%3D%223500.4%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff9700%22%2F%3E%3Cstop%20offset%3D%22.53%22%20stop-color%3D%22%23f48e00%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d06f00%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%3Cg%20clip-path%3D%22url(%23SVGv3WPqdcU2)%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%3Cg%20clip-path%3D%22url(%23SVG5qy9KbCN2)%22%3E%3Cpath%20fill%3D%22url(%23SVGW46ibejO)%22%20d%3D%22M194.595%20127.919c0-2.049-1.514-3.23-3.372-2.643l-127.82%2040.532c-1.863.59-3.373%202.733-3.373%204.777v41.426c0%202.049%201.51%203.234%203.372%202.643l127.821-40.528c1.858-.591%203.372-2.733%203.372-4.782z%22%2F%3E%3Cpath%20fill%3D%22%23ff9800%22%20d%3D%22M60.03%20126.599c0%202.049%201.51%204.191%203.372%204.782l127.839%2040.535c1.862.591%203.372-.594%203.372-2.639v-41.429c0-2.045-1.51-4.187-3.372-4.778L63.402%2082.534c-1.862-.59-3.372.591-3.372%202.64z%22%2F%3E%3Cpath%20fill%3D%22%23ff9800%22%20d%3D%22M194.595%2042.795c0-2.049-1.514-3.234-3.372-2.643L63.403%2080.68c-1.863.59-3.373%202.733-3.373%204.782v41.425c0%202.049%201.51%203.23%203.372%202.643l127.821-40.532c1.858-.59%203.372-2.733%203.372-4.778z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGv3WPqdcU2%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22SVG5qy9KbCN2%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M40%2040h175v175H40z%22%2F%3E%3C%2FclipPath%3E%3ClinearGradient%20id%3D%22SVGW46ibejO%22%20x1%3D%227476.84%22%20x2%3D%228041.22%22%20y1%3D%225387.54%22%20y2%3D%223500.4%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff9700%22%2F%3E%3Cstop%20offset%3D%22.53%22%20stop-color%3D%22%23f48e00%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d06f00%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/sublime-light.svg?color=%231a73e8&size=48