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

Name
6px
Set
SVG Logos
Style
Color
Viewbox
256×265
License
CC0

Use the 6px logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 265"><path d="M192.134 57.954c-9.015 0-18.03 1.932-23.182 3.864c0 0 7.727-6.44 21.894-8.372C186.338 23.182 159.293 0 126.372 0c-36.06 0-65.118 29.058-65.118 65.118c0 7.083 1.932 18.03 4.508 25.113c0 0-6.44-6.44-9.66-21.894C23.907 70.27 0 96.671 0 128.947c0 33.566 27.045 60.61 59.966 60.61h1.288c0-4.507 0-9.014 1.288-13.522c1.288-5.795 3.22-11.59 6.44-16.742c2.575-4.507 5.15-8.371 8.37-12.235l46.444-65.117c3.864-4.508 9.015-7.084 14.167-7.728c4.507-.644 9.015.644 12.878 3.22l.644.644l.644.644c4.508 3.863 7.084 9.015 7.728 14.166c.643 4.508-.644 9.015-3.22 12.88v.643l-16.662 23.182c5.152 1.287 9.66 3.22 14.167 5.795c10.303 5.795 19.318 14.167 25.757 25.113c3.864 7.084 6.44 15.535 7.083 23.826v7.083h3.864c36.06 0 65.118-29.057 65.118-65.118c1.207-39.28-27.77-68.337-63.83-68.337z" fill="#009BDF"/><path d="M167.403 215.233h-19.26v-31.459c0-12.198-10.272-22.47-22.47-22.47c-12.198 0-22.47 10.272-22.47 22.47v31.459h-19.26c-2.569 0-4.495 1.284-4.495 3.21s1.284 3.21 5.136 7.704c12.198 12.198 29.533 30.174 30.817 32.1c2.568 2.568 5.136 5.778 9.63 5.778c4.494 0 7.062-3.21 9.63-5.778c1.926-1.926 19.26-19.982 30.816-32.1c3.852-3.852 5.136-5.778 5.136-7.704c.642-2.649-1.284-3.21-3.21-3.21z" fill="#3B3A3C"/></svg>

React

import type { SVGProps } from "react";

export function Logos6px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 265"><path d="M192.134 57.954c-9.015 0-18.03 1.932-23.182 3.864c0 0 7.727-6.44 21.894-8.372C186.338 23.182 159.293 0 126.372 0c-36.06 0-65.118 29.058-65.118 65.118c0 7.083 1.932 18.03 4.508 25.113c0 0-6.44-6.44-9.66-21.894C23.907 70.27 0 96.671 0 128.947c0 33.566 27.045 60.61 59.966 60.61h1.288c0-4.507 0-9.014 1.288-13.522c1.288-5.795 3.22-11.59 6.44-16.742c2.575-4.507 5.15-8.371 8.37-12.235l46.444-65.117c3.864-4.508 9.015-7.084 14.167-7.728c4.507-.644 9.015.644 12.878 3.22l.644.644l.644.644c4.508 3.863 7.084 9.015 7.728 14.166c.643 4.508-.644 9.015-3.22 12.88v.643l-16.662 23.182c5.152 1.287 9.66 3.22 14.167 5.795c10.303 5.795 19.318 14.167 25.757 25.113c3.864 7.084 6.44 15.535 7.083 23.826v7.083h3.864c36.06 0 65.118-29.057 65.118-65.118c1.207-39.28-27.77-68.337-63.83-68.337z" fill="#009BDF"/><path d="M167.403 215.233h-19.26v-31.459c0-12.198-10.272-22.47-22.47-22.47c-12.198 0-22.47 10.272-22.47 22.47v31.459h-19.26c-2.569 0-4.495 1.284-4.495 3.21s1.284 3.21 5.136 7.704c12.198 12.198 29.533 30.174 30.817 32.1c2.568 2.568 5.136 5.778 9.63 5.778c4.494 0 7.062-3.21 9.63-5.778c1.926-1.926 19.26-19.982 30.816-32.1c3.852-3.852 5.136-5.778 5.136-7.704c.642-2.649-1.284-3.21-3.21-3.21z" fill="#3B3A3C"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 265"><path d="M192.134 57.954c-9.015 0-18.03 1.932-23.182 3.864c0 0 7.727-6.44 21.894-8.372C186.338 23.182 159.293 0 126.372 0c-36.06 0-65.118 29.058-65.118 65.118c0 7.083 1.932 18.03 4.508 25.113c0 0-6.44-6.44-9.66-21.894C23.907 70.27 0 96.671 0 128.947c0 33.566 27.045 60.61 59.966 60.61h1.288c0-4.507 0-9.014 1.288-13.522c1.288-5.795 3.22-11.59 6.44-16.742c2.575-4.507 5.15-8.371 8.37-12.235l46.444-65.117c3.864-4.508 9.015-7.084 14.167-7.728c4.507-.644 9.015.644 12.878 3.22l.644.644l.644.644c4.508 3.863 7.084 9.015 7.728 14.166c.643 4.508-.644 9.015-3.22 12.88v.643l-16.662 23.182c5.152 1.287 9.66 3.22 14.167 5.795c10.303 5.795 19.318 14.167 25.757 25.113c3.864 7.084 6.44 15.535 7.083 23.826v7.083h3.864c36.06 0 65.118-29.057 65.118-65.118c1.207-39.28-27.77-68.337-63.83-68.337z" fill="#009BDF"/><path d="M167.403 215.233h-19.26v-31.459c0-12.198-10.272-22.47-22.47-22.47c-12.198 0-22.47 10.272-22.47 22.47v31.459h-19.26c-2.569 0-4.495 1.284-4.495 3.21s1.284 3.21 5.136 7.704c12.198 12.198 29.533 30.174 30.817 32.1c2.568 2.568 5.136 5.778 9.63 5.778c4.494 0 7.062-3.21 9.63-5.778c1.926-1.926 19.26-19.982 30.816-32.1c3.852-3.852 5.136-5.778 5.136-7.704c.642-2.649-1.284-3.21-3.21-3.21z" fill="#3B3A3C"/></svg>
</template>

CSS

.icon-6px {
  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%20265%22%3E%3Cpath%20d%3D%22M192.134%2057.954c-9.015%200-18.03%201.932-23.182%203.864c0%200%207.727-6.44%2021.894-8.372C186.338%2023.182%20159.293%200%20126.372%200c-36.06%200-65.118%2029.058-65.118%2065.118c0%207.083%201.932%2018.03%204.508%2025.113c0%200-6.44-6.44-9.66-21.894C23.907%2070.27%200%2096.671%200%20128.947c0%2033.566%2027.045%2060.61%2059.966%2060.61h1.288c0-4.507%200-9.014%201.288-13.522c1.288-5.795%203.22-11.59%206.44-16.742c2.575-4.507%205.15-8.371%208.37-12.235l46.444-65.117c3.864-4.508%209.015-7.084%2014.167-7.728c4.507-.644%209.015.644%2012.878%203.22l.644.644l.644.644c4.508%203.863%207.084%209.015%207.728%2014.166c.643%204.508-.644%209.015-3.22%2012.88v.643l-16.662%2023.182c5.152%201.287%209.66%203.22%2014.167%205.795c10.303%205.795%2019.318%2014.167%2025.757%2025.113c3.864%207.084%206.44%2015.535%207.083%2023.826v7.083h3.864c36.06%200%2065.118-29.057%2065.118-65.118c1.207-39.28-27.77-68.337-63.83-68.337z%22%20fill%3D%22%23009BDF%22%2F%3E%3Cpath%20d%3D%22M167.403%20215.233h-19.26v-31.459c0-12.198-10.272-22.47-22.47-22.47c-12.198%200-22.47%2010.272-22.47%2022.47v31.459h-19.26c-2.569%200-4.495%201.284-4.495%203.21s1.284%203.21%205.136%207.704c12.198%2012.198%2029.533%2030.174%2030.817%2032.1c2.568%202.568%205.136%205.778%209.63%205.778c4.494%200%207.062-3.21%209.63-5.778c1.926-1.926%2019.26-19.982%2030.816-32.1c3.852-3.852%205.136-5.778%205.136-7.704c.642-2.649-1.284-3.21-3.21-3.21z%22%20fill%3D%22%233B3A3C%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%20265%22%3E%3Cpath%20d%3D%22M192.134%2057.954c-9.015%200-18.03%201.932-23.182%203.864c0%200%207.727-6.44%2021.894-8.372C186.338%2023.182%20159.293%200%20126.372%200c-36.06%200-65.118%2029.058-65.118%2065.118c0%207.083%201.932%2018.03%204.508%2025.113c0%200-6.44-6.44-9.66-21.894C23.907%2070.27%200%2096.671%200%20128.947c0%2033.566%2027.045%2060.61%2059.966%2060.61h1.288c0-4.507%200-9.014%201.288-13.522c1.288-5.795%203.22-11.59%206.44-16.742c2.575-4.507%205.15-8.371%208.37-12.235l46.444-65.117c3.864-4.508%209.015-7.084%2014.167-7.728c4.507-.644%209.015.644%2012.878%203.22l.644.644l.644.644c4.508%203.863%207.084%209.015%207.728%2014.166c.643%204.508-.644%209.015-3.22%2012.88v.643l-16.662%2023.182c5.152%201.287%209.66%203.22%2014.167%205.795c10.303%205.795%2019.318%2014.167%2025.757%2025.113c3.864%207.084%206.44%2015.535%207.083%2023.826v7.083h3.864c36.06%200%2065.118-29.057%2065.118-65.118c1.207-39.28-27.77-68.337-63.83-68.337z%22%20fill%3D%22%23009BDF%22%2F%3E%3Cpath%20d%3D%22M167.403%20215.233h-19.26v-31.459c0-12.198-10.272-22.47-22.47-22.47c-12.198%200-22.47%2010.272-22.47%2022.47v31.459h-19.26c-2.569%200-4.495%201.284-4.495%203.21s1.284%203.21%205.136%207.704c12.198%2012.198%2029.533%2030.174%2030.817%2032.1c2.568%202.568%205.136%205.778%209.63%205.778c4.494%200%207.062-3.21%209.63-5.778c1.926-1.926%2019.26-19.982%2030.816-32.1c3.852-3.852%205.136-5.778%205.136-7.704c.642-2.649-1.284-3.21-3.21-3.21z%22%20fill%3D%22%233B3A3C%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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