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

Name
devto-light
Set
Skill Icons
Style
Light
Viewbox
256×256
License
MIT

1 other variant in Skill Icons

Use the devto 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="#fff" rx="60"/><path fill="#000" fill-rule="evenodd" d="M87.375 147.217c0 10.219-6.295 25.701-26.219 25.669H36V83h25.687c19.215 0 25.677 15.46 25.683 25.685zM62.582 99.819c2.104 0 4.213.788 6.316 2.363c2.098 1.575 3.156 3.944 3.16 7.095v37.837q.001 4.732-3.154 7.095c-2.104 1.575-4.213 2.363-6.317 2.363h-9.46V99.819z" clip-rule="evenodd"/><path fill="#000" d="M141.959 99.053h-28.886v20.871h17.658v16.064h-17.658v20.866h28.892v16.064h-33.712c-6.05.158-11.081-4.634-11.233-10.696V94.256c-.146-6.057 4.641-11.088 10.686-11.24h34.259zm56.19 62.631c-7.157 16.705-19.979 13.38-25.72 0l-20.89-78.662h17.658l16.108 61.778l16.031-61.778H219z"/></g></svg>

React

import type { SVGProps } from "react";

export function SkillIconsDevtoLight(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="#fff" rx="60"/><path fill="#000" fillRule="evenodd" d="M87.375 147.217c0 10.219-6.295 25.701-26.219 25.669H36V83h25.687c19.215 0 25.677 15.46 25.683 25.685zM62.582 99.819c2.104 0 4.213.788 6.316 2.363c2.098 1.575 3.156 3.944 3.16 7.095v37.837q.001 4.732-3.154 7.095c-2.104 1.575-4.213 2.363-6.317 2.363h-9.46V99.819z" clipRule="evenodd"/><path fill="#000" d="M141.959 99.053h-28.886v20.871h17.658v16.064h-17.658v20.866h28.892v16.064h-33.712c-6.05.158-11.081-4.634-11.233-10.696V94.256c-.146-6.057 4.641-11.088 10.686-11.24h34.259zm56.19 62.631c-7.157 16.705-19.979 13.38-25.72 0l-20.89-78.662h17.658l16.108 61.778l16.031-61.778H219z"/></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="#fff" rx="60"/><path fill="#000" fill-rule="evenodd" d="M87.375 147.217c0 10.219-6.295 25.701-26.219 25.669H36V83h25.687c19.215 0 25.677 15.46 25.683 25.685zM62.582 99.819c2.104 0 4.213.788 6.316 2.363c2.098 1.575 3.156 3.944 3.16 7.095v37.837q.001 4.732-3.154 7.095c-2.104 1.575-4.213 2.363-6.317 2.363h-9.46V99.819z" clip-rule="evenodd"/><path fill="#000" d="M141.959 99.053h-28.886v20.871h17.658v16.064h-17.658v20.866h28.892v16.064h-33.712c-6.05.158-11.081-4.634-11.233-10.696V94.256c-.146-6.057 4.641-11.088 10.686-11.24h34.259zm56.19 62.631c-7.157 16.705-19.979 13.38-25.72 0l-20.89-78.662h17.658l16.108 61.778l16.031-61.778H219z"/></g></svg>
</template>

CSS

.icon-devto-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%23fff%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20d%3D%22M87.375%20147.217c0%2010.219-6.295%2025.701-26.219%2025.669H36V83h25.687c19.215%200%2025.677%2015.46%2025.683%2025.685zM62.582%2099.819c2.104%200%204.213.788%206.316%202.363c2.098%201.575%203.156%203.944%203.16%207.095v37.837q.001%204.732-3.154%207.095c-2.104%201.575-4.213%202.363-6.317%202.363h-9.46V99.819z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M141.959%2099.053h-28.886v20.871h17.658v16.064h-17.658v20.866h28.892v16.064h-33.712c-6.05.158-11.081-4.634-11.233-10.696V94.256c-.146-6.057%204.641-11.088%2010.686-11.24h34.259zm56.19%2062.631c-7.157%2016.705-19.979%2013.38-25.72%200l-20.89-78.662h17.658l16.108%2061.778l16.031-61.778H219z%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%23fff%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20d%3D%22M87.375%20147.217c0%2010.219-6.295%2025.701-26.219%2025.669H36V83h25.687c19.215%200%2025.677%2015.46%2025.683%2025.685zM62.582%2099.819c2.104%200%204.213.788%206.316%202.363c2.098%201.575%203.156%203.944%203.16%207.095v37.837q.001%204.732-3.154%207.095c-2.104%201.575-4.213%202.363-6.317%202.363h-9.46V99.819z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M141.959%2099.053h-28.886v20.871h17.658v16.064h-17.658v20.866h28.892v16.064h-33.712c-6.05.158-11.081-4.634-11.233-10.696V94.256c-.146-6.057%204.641-11.088%2010.686-11.24h34.259zm56.19%2062.631c-7.157%2016.705-19.979%2013.38-25.72%200l-20.89-78.662h17.658l16.108%2061.778l16.031-61.778H219z%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/devto-light.svg?color=%231a73e8&size=48