deno-solid from Teenyicons by smhmd · Solid · MIT Free for personal and commercial use.

Name
deno-solid
Set
Teenyicons
Style
Solid
Viewbox
15×15
License
MIT

1 other variant in Teenyicons

The same icon in other sets

Use the deno icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7 7H6V6h1z"/><path fill="currentColor" fill-rule="evenodd" d="M7.5 0a7.5 7.5 0 1 0 0 15a7.5 7.5 0 0 0 0-15M8 13.981a6.46 6.46 0 0 0 2.971-.985l-.287-5.167A2.995 2.995 0 0 0 7.694 5H6a2 2 0 0 0-1.732 1H5v1H4a2 2 0 0 0 2 2h.882c.496 0 .95-.28 1.17-.724l.895.448A2.3 2.3 0 0 1 8 9.71z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TeenyiconsDenoSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7 7H6V6h1z"/><path fill="currentColor" fillRule="evenodd" d="M7.5 0a7.5 7.5 0 1 0 0 15a7.5 7.5 0 0 0 0-15M8 13.981a6.46 6.46 0 0 0 2.971-.985l-.287-5.167A2.995 2.995 0 0 0 7.694 5H6a2 2 0 0 0-1.732 1H5v1H4a2 2 0 0 0 2 2h.882c.496 0 .95-.28 1.17-.724l.895.448A2.3 2.3 0 0 1 8 9.71z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7 7H6V6h1z"/><path fill="currentColor" fill-rule="evenodd" d="M7.5 0a7.5 7.5 0 1 0 0 15a7.5 7.5 0 0 0 0-15M8 13.981a6.46 6.46 0 0 0 2.971-.985l-.287-5.167A2.995 2.995 0 0 0 7.694 5H6a2 2 0 0 0-1.732 1H5v1H4a2 2 0 0 0 2 2h.882c.496 0 .95-.28 1.17-.724l.895.448A2.3 2.3 0 0 1 8 9.71z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-deno-solid {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%207H6V6h1z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.5%200a7.5%207.5%200%201%200%200%2015a7.5%207.5%200%200%200%200-15M8%2013.981a6.46%206.46%200%200%200%202.971-.985l-.287-5.167A2.995%202.995%200%200%200%207.694%205H6a2%202%200%200%200-1.732%201H5v1H4a2%202%200%200%200%202%202h.882c.496%200%20.95-.28%201.17-.724l.895.448A2.3%202.3%200%200%201%208%209.71z%22%20clip-rule%3D%22evenodd%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%207H6V6h1z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.5%200a7.5%207.5%200%201%200%200%2015a7.5%207.5%200%200%200%200-15M8%2013.981a6.46%206.46%200%200%200%202.971-.985l-.287-5.167A2.995%202.995%200%200%200%207.694%205H6a2%202%200%200%200-1.732%201H5v1H4a2%202%200%200%200%202%202h.882c.496%200%20.95-.28%201.17-.724l.895.448A2.3%202.3%200%200%201%208%209.71z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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