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

Name
nim-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 nim 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="#f3d400" d="M128.726 46s-8.723 7.288-17.615 14.526c-9.148-.308-27.09 1.858-36.812 5.596C65.343 60.124 57.474 53.5 57.474 53.5S50.75 65.73 46.521 72.908c-6.272 3.526-12.568 7.493-18.18 12.74A969 969 0 0 1 14 79.457c8.644 18.432 14.455 36.889 30.262 47.982c25.167-42.019 142.112-38.146 167.799-.238c16.6-9.154 23.057-28.848 29.585-47.03c-.716.25-9.599 3.393-15.357 5.715c-3.438-3.957-11.542-10.04-16.148-12.978c-4.368-8.457-10.727-19.883-10.727-19.883s-7.531 5.921-16.26 12.382c-11.794-2.301-26.058-5.097-38.054-4.405C136.933 53.905 128.726 46 128.726 46"/><path fill="#ffe953" d="M22.937 118.628s12.252 31.362 20.761 53.154c36.056 50.289 128.127 53.785 168.266.974c9.498-22.63 22.312-54.433 22.312-54.433c-10.297 16.127-27.056 27.26-37.377 33.257c-7.334 4.248-24.257 6.815-24.257 6.815l-44.428-24.339l-44.684 23.852s-16.697-2.836-24.257-6.571c-15.256-8.61-25.518-18.783-36.336-32.709"/></g></svg>

React

import type { SVGProps } from "react";

export function SkillIconsNimLight(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="#f3d400" d="M128.726 46s-8.723 7.288-17.615 14.526c-9.148-.308-27.09 1.858-36.812 5.596C65.343 60.124 57.474 53.5 57.474 53.5S50.75 65.73 46.521 72.908c-6.272 3.526-12.568 7.493-18.18 12.74A969 969 0 0 1 14 79.457c8.644 18.432 14.455 36.889 30.262 47.982c25.167-42.019 142.112-38.146 167.799-.238c16.6-9.154 23.057-28.848 29.585-47.03c-.716.25-9.599 3.393-15.357 5.715c-3.438-3.957-11.542-10.04-16.148-12.978c-4.368-8.457-10.727-19.883-10.727-19.883s-7.531 5.921-16.26 12.382c-11.794-2.301-26.058-5.097-38.054-4.405C136.933 53.905 128.726 46 128.726 46"/><path fill="#ffe953" d="M22.937 118.628s12.252 31.362 20.761 53.154c36.056 50.289 128.127 53.785 168.266.974c9.498-22.63 22.312-54.433 22.312-54.433c-10.297 16.127-27.056 27.26-37.377 33.257c-7.334 4.248-24.257 6.815-24.257 6.815l-44.428-24.339l-44.684 23.852s-16.697-2.836-24.257-6.571c-15.256-8.61-25.518-18.783-36.336-32.709"/></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="#f3d400" d="M128.726 46s-8.723 7.288-17.615 14.526c-9.148-.308-27.09 1.858-36.812 5.596C65.343 60.124 57.474 53.5 57.474 53.5S50.75 65.73 46.521 72.908c-6.272 3.526-12.568 7.493-18.18 12.74A969 969 0 0 1 14 79.457c8.644 18.432 14.455 36.889 30.262 47.982c25.167-42.019 142.112-38.146 167.799-.238c16.6-9.154 23.057-28.848 29.585-47.03c-.716.25-9.599 3.393-15.357 5.715c-3.438-3.957-11.542-10.04-16.148-12.978c-4.368-8.457-10.727-19.883-10.727-19.883s-7.531 5.921-16.26 12.382c-11.794-2.301-26.058-5.097-38.054-4.405C136.933 53.905 128.726 46 128.726 46"/><path fill="#ffe953" d="M22.937 118.628s12.252 31.362 20.761 53.154c36.056 50.289 128.127 53.785 168.266.974c9.498-22.63 22.312-54.433 22.312-54.433c-10.297 16.127-27.056 27.26-37.377 33.257c-7.334 4.248-24.257 6.815-24.257 6.815l-44.428-24.339l-44.684 23.852s-16.697-2.836-24.257-6.571c-15.256-8.61-25.518-18.783-36.336-32.709"/></g></svg>
</template>

CSS

.icon-nim-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%22%23f3d400%22%20d%3D%22M128.726%2046s-8.723%207.288-17.615%2014.526c-9.148-.308-27.09%201.858-36.812%205.596C65.343%2060.124%2057.474%2053.5%2057.474%2053.5S50.75%2065.73%2046.521%2072.908c-6.272%203.526-12.568%207.493-18.18%2012.74A969%20969%200%200%201%2014%2079.457c8.644%2018.432%2014.455%2036.889%2030.262%2047.982c25.167-42.019%20142.112-38.146%20167.799-.238c16.6-9.154%2023.057-28.848%2029.585-47.03c-.716.25-9.599%203.393-15.357%205.715c-3.438-3.957-11.542-10.04-16.148-12.978c-4.368-8.457-10.727-19.883-10.727-19.883s-7.531%205.921-16.26%2012.382c-11.794-2.301-26.058-5.097-38.054-4.405C136.933%2053.905%20128.726%2046%20128.726%2046%22%2F%3E%3Cpath%20fill%3D%22%23ffe953%22%20d%3D%22M22.937%20118.628s12.252%2031.362%2020.761%2053.154c36.056%2050.289%20128.127%2053.785%20168.266.974c9.498-22.63%2022.312-54.433%2022.312-54.433c-10.297%2016.127-27.056%2027.26-37.377%2033.257c-7.334%204.248-24.257%206.815-24.257%206.815l-44.428-24.339l-44.684%2023.852s-16.697-2.836-24.257-6.571c-15.256-8.61-25.518-18.783-36.336-32.709%22%2F%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%22%23f3d400%22%20d%3D%22M128.726%2046s-8.723%207.288-17.615%2014.526c-9.148-.308-27.09%201.858-36.812%205.596C65.343%2060.124%2057.474%2053.5%2057.474%2053.5S50.75%2065.73%2046.521%2072.908c-6.272%203.526-12.568%207.493-18.18%2012.74A969%20969%200%200%201%2014%2079.457c8.644%2018.432%2014.455%2036.889%2030.262%2047.982c25.167-42.019%20142.112-38.146%20167.799-.238c16.6-9.154%2023.057-28.848%2029.585-47.03c-.716.25-9.599%203.393-15.357%205.715c-3.438-3.957-11.542-10.04-16.148-12.978c-4.368-8.457-10.727-19.883-10.727-19.883s-7.531%205.921-16.26%2012.382c-11.794-2.301-26.058-5.097-38.054-4.405C136.933%2053.905%20128.726%2046%20128.726%2046%22%2F%3E%3Cpath%20fill%3D%22%23ffe953%22%20d%3D%22M22.937%20118.628s12.252%2031.362%2020.761%2053.154c36.056%2050.289%20128.127%2053.785%20168.266.974c9.498-22.63%2022.312-54.433%2022.312-54.433c-10.297%2016.127-27.056%2027.26-37.377%2033.257c-7.334%204.248-24.257%206.815-24.257%206.815l-44.428-24.339l-44.684%2023.852s-16.697-2.836-24.257-6.571c-15.256-8.61-25.518-18.783-36.336-32.709%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/skill-icons/nim-light.svg?color=%231a73e8&size=48