unjs from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
unjs
Set
SVG Logos
Style
Color
Viewbox
256×256
License
CC0

The same logo in other sets

Use the unjs logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#ecdc5a" d="M255.149 256.001H.02c-.006-.023-.02-.045-.02-.069V0h256v256.001z"/><path fill="#111827" d="M211.164 167.347c2.59 3.43 3.733 7.343 4.215 11.46c.26 2.221.336 4.473.344 6.71c.036 9.425.009 18.85.02 28.274c.003 2.17-.704 3.928-2.695 5.003c-3.131 1.69-6.955-.512-7.024-4.07c-.045-2.274-.007-4.549-.009-6.823l-.004-12.453c-.003-4.15-.013-8.301-.044-12.452c-.023-3.007-.596-5.928-2.27-8.515c-1.782-2.758-4.382-4.251-7.6-4.618c-6.604-.752-12.065 1.428-16.282 6.589c-1.81 2.215-2.528 4.817-2.524 7.654q.017 15.112-.001 30.224c-.005 3.511-3.181 5.82-6.51 4.772c-1.899-.598-3.148-2.465-3.205-4.822c-.022-.916-.003-1.832-.003-2.748c0-14.683.005-29.366-.008-44.05c-.001-1.96.579-3.628 2.277-4.712c1.527-.977 3.182-1.055 4.8-.226c1.653.846 2.526 2.254 2.646 4.111c.024.379.004.761.004 1.284c.258-.21.465-.367.652-.525l.137-.12c4.139-3.754 8.927-6.214 14.516-6.719c6.444-.582 12.498.437 17.305 5.324c.434.442.82.93 1.263 1.448m-61.24-5.31c2.672.465 4.28 2.279 4.277 5.014c-.011 10.902.116 21.809-.196 32.702c-.212 7.43-3.563 13.38-10.147 17.207c-2.79 1.621-5.85 2.495-9.051 2.87c-4.144.489-8.28.418-12.296-.747c-6.38-1.85-11.134-5.654-13.682-11.955c-1.343-3.32-1.722-6.8-1.733-10.328c-.03-9.868-.018-19.736-.007-29.605c.004-3.233 2.19-5.344 5.291-5.163c2.504.147 4.417 2.41 4.424 5.29c.009 3.9.005 7.8.004 11.7v11.275a475 475 0 0 0 .059 8.136c.04 2.231.569 4.39 1.655 6.368c1.517 2.761 3.839 4.498 6.867 5.32c3.991 1.084 7.962 1.03 11.817-.49c3.958-1.56 6.164-4.642 6.904-8.755c.28-1.558.362-3.17.368-4.758c.033-9.603.013-19.205.018-28.807c.002-2.677 1.28-4.52 3.599-5.137c.557-.148 1.165-.1 1.83-.137"/></svg>

React

import type { SVGProps } from "react";

export function LogosUnjs(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#ecdc5a" d="M255.149 256.001H.02c-.006-.023-.02-.045-.02-.069V0h256v256.001z"/><path fill="#111827" d="M211.164 167.347c2.59 3.43 3.733 7.343 4.215 11.46c.26 2.221.336 4.473.344 6.71c.036 9.425.009 18.85.02 28.274c.003 2.17-.704 3.928-2.695 5.003c-3.131 1.69-6.955-.512-7.024-4.07c-.045-2.274-.007-4.549-.009-6.823l-.004-12.453c-.003-4.15-.013-8.301-.044-12.452c-.023-3.007-.596-5.928-2.27-8.515c-1.782-2.758-4.382-4.251-7.6-4.618c-6.604-.752-12.065 1.428-16.282 6.589c-1.81 2.215-2.528 4.817-2.524 7.654q.017 15.112-.001 30.224c-.005 3.511-3.181 5.82-6.51 4.772c-1.899-.598-3.148-2.465-3.205-4.822c-.022-.916-.003-1.832-.003-2.748c0-14.683.005-29.366-.008-44.05c-.001-1.96.579-3.628 2.277-4.712c1.527-.977 3.182-1.055 4.8-.226c1.653.846 2.526 2.254 2.646 4.111c.024.379.004.761.004 1.284c.258-.21.465-.367.652-.525l.137-.12c4.139-3.754 8.927-6.214 14.516-6.719c6.444-.582 12.498.437 17.305 5.324c.434.442.82.93 1.263 1.448m-61.24-5.31c2.672.465 4.28 2.279 4.277 5.014c-.011 10.902.116 21.809-.196 32.702c-.212 7.43-3.563 13.38-10.147 17.207c-2.79 1.621-5.85 2.495-9.051 2.87c-4.144.489-8.28.418-12.296-.747c-6.38-1.85-11.134-5.654-13.682-11.955c-1.343-3.32-1.722-6.8-1.733-10.328c-.03-9.868-.018-19.736-.007-29.605c.004-3.233 2.19-5.344 5.291-5.163c2.504.147 4.417 2.41 4.424 5.29c.009 3.9.005 7.8.004 11.7v11.275a475 475 0 0 0 .059 8.136c.04 2.231.569 4.39 1.655 6.368c1.517 2.761 3.839 4.498 6.867 5.32c3.991 1.084 7.962 1.03 11.817-.49c3.958-1.56 6.164-4.642 6.904-8.755c.28-1.558.362-3.17.368-4.758c.033-9.603.013-19.205.018-28.807c.002-2.677 1.28-4.52 3.599-5.137c.557-.148 1.165-.1 1.83-.137"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#ecdc5a" d="M255.149 256.001H.02c-.006-.023-.02-.045-.02-.069V0h256v256.001z"/><path fill="#111827" d="M211.164 167.347c2.59 3.43 3.733 7.343 4.215 11.46c.26 2.221.336 4.473.344 6.71c.036 9.425.009 18.85.02 28.274c.003 2.17-.704 3.928-2.695 5.003c-3.131 1.69-6.955-.512-7.024-4.07c-.045-2.274-.007-4.549-.009-6.823l-.004-12.453c-.003-4.15-.013-8.301-.044-12.452c-.023-3.007-.596-5.928-2.27-8.515c-1.782-2.758-4.382-4.251-7.6-4.618c-6.604-.752-12.065 1.428-16.282 6.589c-1.81 2.215-2.528 4.817-2.524 7.654q.017 15.112-.001 30.224c-.005 3.511-3.181 5.82-6.51 4.772c-1.899-.598-3.148-2.465-3.205-4.822c-.022-.916-.003-1.832-.003-2.748c0-14.683.005-29.366-.008-44.05c-.001-1.96.579-3.628 2.277-4.712c1.527-.977 3.182-1.055 4.8-.226c1.653.846 2.526 2.254 2.646 4.111c.024.379.004.761.004 1.284c.258-.21.465-.367.652-.525l.137-.12c4.139-3.754 8.927-6.214 14.516-6.719c6.444-.582 12.498.437 17.305 5.324c.434.442.82.93 1.263 1.448m-61.24-5.31c2.672.465 4.28 2.279 4.277 5.014c-.011 10.902.116 21.809-.196 32.702c-.212 7.43-3.563 13.38-10.147 17.207c-2.79 1.621-5.85 2.495-9.051 2.87c-4.144.489-8.28.418-12.296-.747c-6.38-1.85-11.134-5.654-13.682-11.955c-1.343-3.32-1.722-6.8-1.733-10.328c-.03-9.868-.018-19.736-.007-29.605c.004-3.233 2.19-5.344 5.291-5.163c2.504.147 4.417 2.41 4.424 5.29c.009 3.9.005 7.8.004 11.7v11.275a475 475 0 0 0 .059 8.136c.04 2.231.569 4.39 1.655 6.368c1.517 2.761 3.839 4.498 6.867 5.32c3.991 1.084 7.962 1.03 11.817-.49c3.958-1.56 6.164-4.642 6.904-8.755c.28-1.558.362-3.17.368-4.758c.033-9.603.013-19.205.018-28.807c.002-2.677 1.28-4.52 3.599-5.137c.557-.148 1.165-.1 1.83-.137"/></svg>
</template>

CSS

.icon-unjs {
  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%3Cpath%20fill%3D%22%23ecdc5a%22%20d%3D%22M255.149%20256.001H.02c-.006-.023-.02-.045-.02-.069V0h256v256.001z%22%2F%3E%3Cpath%20fill%3D%22%23111827%22%20d%3D%22M211.164%20167.347c2.59%203.43%203.733%207.343%204.215%2011.46c.26%202.221.336%204.473.344%206.71c.036%209.425.009%2018.85.02%2028.274c.003%202.17-.704%203.928-2.695%205.003c-3.131%201.69-6.955-.512-7.024-4.07c-.045-2.274-.007-4.549-.009-6.823l-.004-12.453c-.003-4.15-.013-8.301-.044-12.452c-.023-3.007-.596-5.928-2.27-8.515c-1.782-2.758-4.382-4.251-7.6-4.618c-6.604-.752-12.065%201.428-16.282%206.589c-1.81%202.215-2.528%204.817-2.524%207.654q.017%2015.112-.001%2030.224c-.005%203.511-3.181%205.82-6.51%204.772c-1.899-.598-3.148-2.465-3.205-4.822c-.022-.916-.003-1.832-.003-2.748c0-14.683.005-29.366-.008-44.05c-.001-1.96.579-3.628%202.277-4.712c1.527-.977%203.182-1.055%204.8-.226c1.653.846%202.526%202.254%202.646%204.111c.024.379.004.761.004%201.284c.258-.21.465-.367.652-.525l.137-.12c4.139-3.754%208.927-6.214%2014.516-6.719c6.444-.582%2012.498.437%2017.305%205.324c.434.442.82.93%201.263%201.448m-61.24-5.31c2.672.465%204.28%202.279%204.277%205.014c-.011%2010.902.116%2021.809-.196%2032.702c-.212%207.43-3.563%2013.38-10.147%2017.207c-2.79%201.621-5.85%202.495-9.051%202.87c-4.144.489-8.28.418-12.296-.747c-6.38-1.85-11.134-5.654-13.682-11.955c-1.343-3.32-1.722-6.8-1.733-10.328c-.03-9.868-.018-19.736-.007-29.605c.004-3.233%202.19-5.344%205.291-5.163c2.504.147%204.417%202.41%204.424%205.29c.009%203.9.005%207.8.004%2011.7v11.275a475%20475%200%200%200%20.059%208.136c.04%202.231.569%204.39%201.655%206.368c1.517%202.761%203.839%204.498%206.867%205.32c3.991%201.084%207.962%201.03%2011.817-.49c3.958-1.56%206.164-4.642%206.904-8.755c.28-1.558.362-3.17.368-4.758c.033-9.603.013-19.205.018-28.807c.002-2.677%201.28-4.52%203.599-5.137c.557-.148%201.165-.1%201.83-.137%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%20256%20256%22%3E%3Cpath%20fill%3D%22%23ecdc5a%22%20d%3D%22M255.149%20256.001H.02c-.006-.023-.02-.045-.02-.069V0h256v256.001z%22%2F%3E%3Cpath%20fill%3D%22%23111827%22%20d%3D%22M211.164%20167.347c2.59%203.43%203.733%207.343%204.215%2011.46c.26%202.221.336%204.473.344%206.71c.036%209.425.009%2018.85.02%2028.274c.003%202.17-.704%203.928-2.695%205.003c-3.131%201.69-6.955-.512-7.024-4.07c-.045-2.274-.007-4.549-.009-6.823l-.004-12.453c-.003-4.15-.013-8.301-.044-12.452c-.023-3.007-.596-5.928-2.27-8.515c-1.782-2.758-4.382-4.251-7.6-4.618c-6.604-.752-12.065%201.428-16.282%206.589c-1.81%202.215-2.528%204.817-2.524%207.654q.017%2015.112-.001%2030.224c-.005%203.511-3.181%205.82-6.51%204.772c-1.899-.598-3.148-2.465-3.205-4.822c-.022-.916-.003-1.832-.003-2.748c0-14.683.005-29.366-.008-44.05c-.001-1.96.579-3.628%202.277-4.712c1.527-.977%203.182-1.055%204.8-.226c1.653.846%202.526%202.254%202.646%204.111c.024.379.004.761.004%201.284c.258-.21.465-.367.652-.525l.137-.12c4.139-3.754%208.927-6.214%2014.516-6.719c6.444-.582%2012.498.437%2017.305%205.324c.434.442.82.93%201.263%201.448m-61.24-5.31c2.672.465%204.28%202.279%204.277%205.014c-.011%2010.902.116%2021.809-.196%2032.702c-.212%207.43-3.563%2013.38-10.147%2017.207c-2.79%201.621-5.85%202.495-9.051%202.87c-4.144.489-8.28.418-12.296-.747c-6.38-1.85-11.134-5.654-13.682-11.955c-1.343-3.32-1.722-6.8-1.733-10.328c-.03-9.868-.018-19.736-.007-29.605c.004-3.233%202.19-5.344%205.291-5.163c2.504.147%204.417%202.41%204.424%205.29c.009%203.9.005%207.8.004%2011.7v11.275a475%20475%200%200%200%20.059%208.136c.04%202.231.569%204.39%201.655%206.368c1.517%202.761%203.839%204.498%206.867%205.32c3.991%201.084%207.962%201.03%2011.817-.49c3.958-1.56%206.164-4.642%206.904-8.755c.28-1.558.362-3.17.368-4.758c.033-9.603.013-19.205.018-28.807c.002-2.677%201.28-4.52%203.599-5.137c.557-.148%201.165-.1%201.83-.137%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/unjs.svg?color=%231a73e8&size=48