stardock from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
stardock
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the stardock logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.337 3.28q-.162.001-.336.017c-1.553.129-3.886.917-6.557 2.217a7.3 7.3 0 0 0-3.71-.994c-4.124 0-7.478 3.354-7.478 7.496c0 .674.093 1.33.262 1.95c-3.224 2.697-5.04 5.153-4.385 6.221c.712 1.125 3.992.412 8.115-1.556a7.55 7.55 0 0 0 3.484.863c4.124 0 7.48-3.356 7.48-7.478c0-.544-.058-1.086-.17-1.592c3.504-2.867 5.529-5.491 4.816-6.615c-.24-.375-.768-.545-1.521-.53Zm-4.324 1.708c-1.912.769-4.666 1.706-5.64 3.711c-.564 1.143.371 2.436.84 3.035c.47.62 1.35 2.174-.13 3.786c-1.5 1.63-7.028 3.318-7.028 3.318c1.78-.843 4.91-2.06 5.396-4.16c.375-1.593-1.142-2.493-1.555-3.205c-.412-.712-.842-1.93 1.313-3.54c2.156-1.631 6.804-2.945 6.804-2.945m1.02.758c.67-.007 1.153.151 1.378.498c.43.675-.207 1.95-1.556 3.393a7.5 7.5 0 0 0-2.323-3.393c.975-.318 1.832-.49 2.502-.498zM4.8 14.79a7.6 7.6 0 0 0 2.305 3.074c-1.762.525-3.074.524-3.467-.113c-.394-.618.075-1.706 1.162-2.96z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsStardock(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.337 3.28q-.162.001-.336.017c-1.553.129-3.886.917-6.557 2.217a7.3 7.3 0 0 0-3.71-.994c-4.124 0-7.478 3.354-7.478 7.496c0 .674.093 1.33.262 1.95c-3.224 2.697-5.04 5.153-4.385 6.221c.712 1.125 3.992.412 8.115-1.556a7.55 7.55 0 0 0 3.484.863c4.124 0 7.48-3.356 7.48-7.478c0-.544-.058-1.086-.17-1.592c3.504-2.867 5.529-5.491 4.816-6.615c-.24-.375-.768-.545-1.521-.53Zm-4.324 1.708c-1.912.769-4.666 1.706-5.64 3.711c-.564 1.143.371 2.436.84 3.035c.47.62 1.35 2.174-.13 3.786c-1.5 1.63-7.028 3.318-7.028 3.318c1.78-.843 4.91-2.06 5.396-4.16c.375-1.593-1.142-2.493-1.555-3.205c-.412-.712-.842-1.93 1.313-3.54c2.156-1.631 6.804-2.945 6.804-2.945m1.02.758c.67-.007 1.153.151 1.378.498c.43.675-.207 1.95-1.556 3.393a7.5 7.5 0 0 0-2.323-3.393c.975-.318 1.832-.49 2.502-.498zM4.8 14.79a7.6 7.6 0 0 0 2.305 3.074c-1.762.525-3.074.524-3.467-.113c-.394-.618.075-1.706 1.162-2.96z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.337 3.28q-.162.001-.336.017c-1.553.129-3.886.917-6.557 2.217a7.3 7.3 0 0 0-3.71-.994c-4.124 0-7.478 3.354-7.478 7.496c0 .674.093 1.33.262 1.95c-3.224 2.697-5.04 5.153-4.385 6.221c.712 1.125 3.992.412 8.115-1.556a7.55 7.55 0 0 0 3.484.863c4.124 0 7.48-3.356 7.48-7.478c0-.544-.058-1.086-.17-1.592c3.504-2.867 5.529-5.491 4.816-6.615c-.24-.375-.768-.545-1.521-.53Zm-4.324 1.708c-1.912.769-4.666 1.706-5.64 3.711c-.564 1.143.371 2.436.84 3.035c.47.62 1.35 2.174-.13 3.786c-1.5 1.63-7.028 3.318-7.028 3.318c1.78-.843 4.91-2.06 5.396-4.16c.375-1.593-1.142-2.493-1.555-3.205c-.412-.712-.842-1.93 1.313-3.54c2.156-1.631 6.804-2.945 6.804-2.945m1.02.758c.67-.007 1.153.151 1.378.498c.43.675-.207 1.95-1.556 3.393a7.5 7.5 0 0 0-2.323-3.393c.975-.318 1.832-.49 2.502-.498zM4.8 14.79a7.6 7.6 0 0 0 2.305 3.074c-1.762.525-3.074.524-3.467-.113c-.394-.618.075-1.706 1.162-2.96z"/></svg>
</template>

CSS

.icon-stardock {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.337%203.28q-.162.001-.336.017c-1.553.129-3.886.917-6.557%202.217a7.3%207.3%200%200%200-3.71-.994c-4.124%200-7.478%203.354-7.478%207.496c0%20.674.093%201.33.262%201.95c-3.224%202.697-5.04%205.153-4.385%206.221c.712%201.125%203.992.412%208.115-1.556a7.55%207.55%200%200%200%203.484.863c4.124%200%207.48-3.356%207.48-7.478c0-.544-.058-1.086-.17-1.592c3.504-2.867%205.529-5.491%204.816-6.615c-.24-.375-.768-.545-1.521-.53Zm-4.324%201.708c-1.912.769-4.666%201.706-5.64%203.711c-.564%201.143.371%202.436.84%203.035c.47.62%201.35%202.174-.13%203.786c-1.5%201.63-7.028%203.318-7.028%203.318c1.78-.843%204.91-2.06%205.396-4.16c.375-1.593-1.142-2.493-1.555-3.205c-.412-.712-.842-1.93%201.313-3.54c2.156-1.631%206.804-2.945%206.804-2.945m1.02.758c.67-.007%201.153.151%201.378.498c.43.675-.207%201.95-1.556%203.393a7.5%207.5%200%200%200-2.323-3.393c.975-.318%201.832-.49%202.502-.498zM4.8%2014.79a7.6%207.6%200%200%200%202.305%203.074c-1.762.525-3.074.524-3.467-.113c-.394-.618.075-1.706%201.162-2.96z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.337%203.28q-.162.001-.336.017c-1.553.129-3.886.917-6.557%202.217a7.3%207.3%200%200%200-3.71-.994c-4.124%200-7.478%203.354-7.478%207.496c0%20.674.093%201.33.262%201.95c-3.224%202.697-5.04%205.153-4.385%206.221c.712%201.125%203.992.412%208.115-1.556a7.55%207.55%200%200%200%203.484.863c4.124%200%207.48-3.356%207.48-7.478c0-.544-.058-1.086-.17-1.592c3.504-2.867%205.529-5.491%204.816-6.615c-.24-.375-.768-.545-1.521-.53Zm-4.324%201.708c-1.912.769-4.666%201.706-5.64%203.711c-.564%201.143.371%202.436.84%203.035c.47.62%201.35%202.174-.13%203.786c-1.5%201.63-7.028%203.318-7.028%203.318c1.78-.843%204.91-2.06%205.396-4.16c.375-1.593-1.142-2.493-1.555-3.205c-.412-.712-.842-1.93%201.313-3.54c2.156-1.631%206.804-2.945%206.804-2.945m1.02.758c.67-.007%201.153.151%201.378.498c.43.675-.207%201.95-1.556%203.393a7.5%207.5%200%200%200-2.323-3.393c.975-.318%201.832-.49%202.502-.498zM4.8%2014.79a7.6%207.6%200%200%200%202.305%203.074c-1.762.525-3.074.524-3.467-.113c-.394-.618.075-1.706%201.162-2.96z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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