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

Name
jsdom
Set
SVG Logos
Style
Color
Viewbox
256×287
License
CC0

Use the jsdom logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 287"><path fill="#dbc01d" d="m240.403 225.915l-97.117 56.04a29.93 29.93 0 0 1-30.886 0l-97.116-56.04C5.73 220.183 0 209.995 0 199.168V87.086C0 75.942 5.731 66.071 15.284 60.34L112.4 4.3c9.553-5.732 21.016-5.732 30.886 0l97.117 56.04c9.552 5.732 15.284 15.921 15.284 26.747v112.082a29.61 29.61 0 0 1-15.284 26.747"/><path fill="#383307" d="M106.98 54.607s.32 18.15-7.004 39.164c-5.095 14.966-12.1 22.608-28.658 39.802c-7.96 7.96-30.249 27.702-47.125 49.036a182.8 182.8 0 0 0-20.378 30.886s2.865 7.324 11.78 12.737l23.563 13.692l10.827-17.832c4.776-7.323 12.736-17.194 12.736-17.194l25.473 38.847l36.618-24.518l-30.886-46.17s14.647-14.01 18.468-18.468l10.189-11.782s15.602 9.234 21.652 13.374c8.916 5.731 20.379 14.965 20.379 14.965l-32.16 48.08l36.617 24.519l26.747-39.802l14.966 21.652c3.502 5.413 7.323 13.373 7.323 13.373l22.29-12.736c9.233-5.413 12.736-14.329 12.736-14.329s-9.871-17.831-18.787-29.612c-9.234-12.419-22.289-26.429-28.339-32.797c-10.826-10.508-29.612-25.155-39.164-31.523c-8.598-5.732-23.882-14.01-23.882-14.01s3.503-9.871 5.732-24.518c1.274-8.916 1.91-23.881 1.91-23.881z"/></svg>

React

import type { SVGProps } from "react";

export function LogosJsdom(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 287"><path fill="#dbc01d" d="m240.403 225.915l-97.117 56.04a29.93 29.93 0 0 1-30.886 0l-97.116-56.04C5.73 220.183 0 209.995 0 199.168V87.086C0 75.942 5.731 66.071 15.284 60.34L112.4 4.3c9.553-5.732 21.016-5.732 30.886 0l97.117 56.04c9.552 5.732 15.284 15.921 15.284 26.747v112.082a29.61 29.61 0 0 1-15.284 26.747"/><path fill="#383307" d="M106.98 54.607s.32 18.15-7.004 39.164c-5.095 14.966-12.1 22.608-28.658 39.802c-7.96 7.96-30.249 27.702-47.125 49.036a182.8 182.8 0 0 0-20.378 30.886s2.865 7.324 11.78 12.737l23.563 13.692l10.827-17.832c4.776-7.323 12.736-17.194 12.736-17.194l25.473 38.847l36.618-24.518l-30.886-46.17s14.647-14.01 18.468-18.468l10.189-11.782s15.602 9.234 21.652 13.374c8.916 5.731 20.379 14.965 20.379 14.965l-32.16 48.08l36.617 24.519l26.747-39.802l14.966 21.652c3.502 5.413 7.323 13.373 7.323 13.373l22.29-12.736c9.233-5.413 12.736-14.329 12.736-14.329s-9.871-17.831-18.787-29.612c-9.234-12.419-22.289-26.429-28.339-32.797c-10.826-10.508-29.612-25.155-39.164-31.523c-8.598-5.732-23.882-14.01-23.882-14.01s3.503-9.871 5.732-24.518c1.274-8.916 1.91-23.881 1.91-23.881z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 287"><path fill="#dbc01d" d="m240.403 225.915l-97.117 56.04a29.93 29.93 0 0 1-30.886 0l-97.116-56.04C5.73 220.183 0 209.995 0 199.168V87.086C0 75.942 5.731 66.071 15.284 60.34L112.4 4.3c9.553-5.732 21.016-5.732 30.886 0l97.117 56.04c9.552 5.732 15.284 15.921 15.284 26.747v112.082a29.61 29.61 0 0 1-15.284 26.747"/><path fill="#383307" d="M106.98 54.607s.32 18.15-7.004 39.164c-5.095 14.966-12.1 22.608-28.658 39.802c-7.96 7.96-30.249 27.702-47.125 49.036a182.8 182.8 0 0 0-20.378 30.886s2.865 7.324 11.78 12.737l23.563 13.692l10.827-17.832c4.776-7.323 12.736-17.194 12.736-17.194l25.473 38.847l36.618-24.518l-30.886-46.17s14.647-14.01 18.468-18.468l10.189-11.782s15.602 9.234 21.652 13.374c8.916 5.731 20.379 14.965 20.379 14.965l-32.16 48.08l36.617 24.519l26.747-39.802l14.966 21.652c3.502 5.413 7.323 13.373 7.323 13.373l22.29-12.736c9.233-5.413 12.736-14.329 12.736-14.329s-9.871-17.831-18.787-29.612c-9.234-12.419-22.289-26.429-28.339-32.797c-10.826-10.508-29.612-25.155-39.164-31.523c-8.598-5.732-23.882-14.01-23.882-14.01s3.503-9.871 5.732-24.518c1.274-8.916 1.91-23.881 1.91-23.881z"/></svg>
</template>

CSS

.icon-jsdom {
  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%20287%22%3E%3Cpath%20fill%3D%22%23dbc01d%22%20d%3D%22m240.403%20225.915l-97.117%2056.04a29.93%2029.93%200%200%201-30.886%200l-97.116-56.04C5.73%20220.183%200%20209.995%200%20199.168V87.086C0%2075.942%205.731%2066.071%2015.284%2060.34L112.4%204.3c9.553-5.732%2021.016-5.732%2030.886%200l97.117%2056.04c9.552%205.732%2015.284%2015.921%2015.284%2026.747v112.082a29.61%2029.61%200%200%201-15.284%2026.747%22%2F%3E%3Cpath%20fill%3D%22%23383307%22%20d%3D%22M106.98%2054.607s.32%2018.15-7.004%2039.164c-5.095%2014.966-12.1%2022.608-28.658%2039.802c-7.96%207.96-30.249%2027.702-47.125%2049.036a182.8%20182.8%200%200%200-20.378%2030.886s2.865%207.324%2011.78%2012.737l23.563%2013.692l10.827-17.832c4.776-7.323%2012.736-17.194%2012.736-17.194l25.473%2038.847l36.618-24.518l-30.886-46.17s14.647-14.01%2018.468-18.468l10.189-11.782s15.602%209.234%2021.652%2013.374c8.916%205.731%2020.379%2014.965%2020.379%2014.965l-32.16%2048.08l36.617%2024.519l26.747-39.802l14.966%2021.652c3.502%205.413%207.323%2013.373%207.323%2013.373l22.29-12.736c9.233-5.413%2012.736-14.329%2012.736-14.329s-9.871-17.831-18.787-29.612c-9.234-12.419-22.289-26.429-28.339-32.797c-10.826-10.508-29.612-25.155-39.164-31.523c-8.598-5.732-23.882-14.01-23.882-14.01s3.503-9.871%205.732-24.518c1.274-8.916%201.91-23.881%201.91-23.881z%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%20287%22%3E%3Cpath%20fill%3D%22%23dbc01d%22%20d%3D%22m240.403%20225.915l-97.117%2056.04a29.93%2029.93%200%200%201-30.886%200l-97.116-56.04C5.73%20220.183%200%20209.995%200%20199.168V87.086C0%2075.942%205.731%2066.071%2015.284%2060.34L112.4%204.3c9.553-5.732%2021.016-5.732%2030.886%200l97.117%2056.04c9.552%205.732%2015.284%2015.921%2015.284%2026.747v112.082a29.61%2029.61%200%200%201-15.284%2026.747%22%2F%3E%3Cpath%20fill%3D%22%23383307%22%20d%3D%22M106.98%2054.607s.32%2018.15-7.004%2039.164c-5.095%2014.966-12.1%2022.608-28.658%2039.802c-7.96%207.96-30.249%2027.702-47.125%2049.036a182.8%20182.8%200%200%200-20.378%2030.886s2.865%207.324%2011.78%2012.737l23.563%2013.692l10.827-17.832c4.776-7.323%2012.736-17.194%2012.736-17.194l25.473%2038.847l36.618-24.518l-30.886-46.17s14.647-14.01%2018.468-18.468l10.189-11.782s15.602%209.234%2021.652%2013.374c8.916%205.731%2020.379%2014.965%2020.379%2014.965l-32.16%2048.08l36.617%2024.519l26.747-39.802l14.966%2021.652c3.502%205.413%207.323%2013.373%207.323%2013.373l22.29-12.736c9.233-5.413%2012.736-14.329%2012.736-14.329s-9.871-17.831-18.787-29.612c-9.234-12.419-22.289-26.429-28.339-32.797c-10.826-10.508-29.612-25.155-39.164-31.523c-8.598-5.732-23.882-14.01-23.882-14.01s3.503-9.871%205.732-24.518c1.274-8.916%201.91-23.881%201.91-23.881z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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