dribbble logo icon
dribbble-logo-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- dribbble-logo-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the dribbble logo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 28a100 100 0 1 0 100 100A100.11 100.11 0 0 0 128 28m91.92 96.43C216 124.15 212 124 208 124a164.4 164.4 0 0 0-46.55 6.74A163.5 163.5 0 0 0 146.61 97c-.49-.82-1-1.64-1.5-2.46a164 164 0 0 0 43.39-35.79a91.8 91.8 0 0 1 31.42 65.68m-37.67-70.68a156.2 156.2 0 0 1-41.46 34.08a165 165 0 0 0-46.3-45.51a91.86 91.86 0 0 1 87.76 11.43m-96.47-7.47a157 157 0 0 1 47.9 45.34A155.7 155.7 0 0 1 64 108a157.5 157.5 0 0 1-25.33-2a92.35 92.35 0 0 1 47.11-59.72M36 128a92 92 0 0 1 1.1-14.2A165.6 165.6 0 0 0 64 116a163.6 163.6 0 0 0 74.05-17.62c.55.9 1.11 1.79 1.64 2.7a155 155 0 0 1 14.14 32.11a162.7 162.7 0 0 0-27.59 12.61A164.94 164.94 0 0 0 70 199.36A91.84 91.84 0 0 1 36 128m40.44 76.16a157.1 157.1 0 0 1 53.8-51.43A154 154 0 0 1 156 140.91a156.3 156.3 0 0 1 4.9 38.78a157 157 0 0 1-4.11 35.69a91.94 91.94 0 0 1-80.37-11.22Zm89.3 7.74a165 165 0 0 0 3.18-32.21a164.3 164.3 0 0 0-5.28-41.26A156.4 156.4 0 0 1 208 132c4 0 7.94.15 11.88.45a92.17 92.17 0 0 1-54.14 79.45"/></svg>
React
import type { SVGProps } from "react";
export function PhDribbbleLogoThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 28a100 100 0 1 0 100 100A100.11 100.11 0 0 0 128 28m91.92 96.43C216 124.15 212 124 208 124a164.4 164.4 0 0 0-46.55 6.74A163.5 163.5 0 0 0 146.61 97c-.49-.82-1-1.64-1.5-2.46a164 164 0 0 0 43.39-35.79a91.8 91.8 0 0 1 31.42 65.68m-37.67-70.68a156.2 156.2 0 0 1-41.46 34.08a165 165 0 0 0-46.3-45.51a91.86 91.86 0 0 1 87.76 11.43m-96.47-7.47a157 157 0 0 1 47.9 45.34A155.7 155.7 0 0 1 64 108a157.5 157.5 0 0 1-25.33-2a92.35 92.35 0 0 1 47.11-59.72M36 128a92 92 0 0 1 1.1-14.2A165.6 165.6 0 0 0 64 116a163.6 163.6 0 0 0 74.05-17.62c.55.9 1.11 1.79 1.64 2.7a155 155 0 0 1 14.14 32.11a162.7 162.7 0 0 0-27.59 12.61A164.94 164.94 0 0 0 70 199.36A91.84 91.84 0 0 1 36 128m40.44 76.16a157.1 157.1 0 0 1 53.8-51.43A154 154 0 0 1 156 140.91a156.3 156.3 0 0 1 4.9 38.78a157 157 0 0 1-4.11 35.69a91.94 91.94 0 0 1-80.37-11.22Zm89.3 7.74a165 165 0 0 0 3.18-32.21a164.3 164.3 0 0 0-5.28-41.26A156.4 156.4 0 0 1 208 132c4 0 7.94.15 11.88.45a92.17 92.17 0 0 1-54.14 79.45"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 28a100 100 0 1 0 100 100A100.11 100.11 0 0 0 128 28m91.92 96.43C216 124.15 212 124 208 124a164.4 164.4 0 0 0-46.55 6.74A163.5 163.5 0 0 0 146.61 97c-.49-.82-1-1.64-1.5-2.46a164 164 0 0 0 43.39-35.79a91.8 91.8 0 0 1 31.42 65.68m-37.67-70.68a156.2 156.2 0 0 1-41.46 34.08a165 165 0 0 0-46.3-45.51a91.86 91.86 0 0 1 87.76 11.43m-96.47-7.47a157 157 0 0 1 47.9 45.34A155.7 155.7 0 0 1 64 108a157.5 157.5 0 0 1-25.33-2a92.35 92.35 0 0 1 47.11-59.72M36 128a92 92 0 0 1 1.1-14.2A165.6 165.6 0 0 0 64 116a163.6 163.6 0 0 0 74.05-17.62c.55.9 1.11 1.79 1.64 2.7a155 155 0 0 1 14.14 32.11a162.7 162.7 0 0 0-27.59 12.61A164.94 164.94 0 0 0 70 199.36A91.84 91.84 0 0 1 36 128m40.44 76.16a157.1 157.1 0 0 1 53.8-51.43A154 154 0 0 1 156 140.91a156.3 156.3 0 0 1 4.9 38.78a157 157 0 0 1-4.11 35.69a91.94 91.94 0 0 1-80.37-11.22Zm89.3 7.74a165 165 0 0 0 3.18-32.21a164.3 164.3 0 0 0-5.28-41.26A156.4 156.4 0 0 1 208 132c4 0 7.94.15 11.88.45a92.17 92.17 0 0 1-54.14 79.45"/></svg> </template>
CSS
.icon-dribbble-logo-thin {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2028a100%20100%200%201%200%20100%20100A100.11%20100.11%200%200%200%20128%2028m91.92%2096.43C216%20124.15%20212%20124%20208%20124a164.4%20164.4%200%200%200-46.55%206.74A163.5%20163.5%200%200%200%20146.61%2097c-.49-.82-1-1.64-1.5-2.46a164%20164%200%200%200%2043.39-35.79a91.8%2091.8%200%200%201%2031.42%2065.68m-37.67-70.68a156.2%20156.2%200%200%201-41.46%2034.08a165%20165%200%200%200-46.3-45.51a91.86%2091.86%200%200%201%2087.76%2011.43m-96.47-7.47a157%20157%200%200%201%2047.9%2045.34A155.7%20155.7%200%200%201%2064%20108a157.5%20157.5%200%200%201-25.33-2a92.35%2092.35%200%200%201%2047.11-59.72M36%20128a92%2092%200%200%201%201.1-14.2A165.6%20165.6%200%200%200%2064%20116a163.6%20163.6%200%200%200%2074.05-17.62c.55.9%201.11%201.79%201.64%202.7a155%20155%200%200%201%2014.14%2032.11a162.7%20162.7%200%200%200-27.59%2012.61A164.94%20164.94%200%200%200%2070%20199.36A91.84%2091.84%200%200%201%2036%20128m40.44%2076.16a157.1%20157.1%200%200%201%2053.8-51.43A154%20154%200%200%201%20156%20140.91a156.3%20156.3%200%200%201%204.9%2038.78a157%20157%200%200%201-4.11%2035.69a91.94%2091.94%200%200%201-80.37-11.22Zm89.3%207.74a165%20165%200%200%200%203.18-32.21a164.3%20164.3%200%200%200-5.28-41.26A156.4%20156.4%200%200%201%20208%20132c4%200%207.94.15%2011.88.45a92.17%2092.17%200%200%201-54.14%2079.45%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%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2028a100%20100%200%201%200%20100%20100A100.11%20100.11%200%200%200%20128%2028m91.92%2096.43C216%20124.15%20212%20124%20208%20124a164.4%20164.4%200%200%200-46.55%206.74A163.5%20163.5%200%200%200%20146.61%2097c-.49-.82-1-1.64-1.5-2.46a164%20164%200%200%200%2043.39-35.79a91.8%2091.8%200%200%201%2031.42%2065.68m-37.67-70.68a156.2%20156.2%200%200%201-41.46%2034.08a165%20165%200%200%200-46.3-45.51a91.86%2091.86%200%200%201%2087.76%2011.43m-96.47-7.47a157%20157%200%200%201%2047.9%2045.34A155.7%20155.7%200%200%201%2064%20108a157.5%20157.5%200%200%201-25.33-2a92.35%2092.35%200%200%201%2047.11-59.72M36%20128a92%2092%200%200%201%201.1-14.2A165.6%20165.6%200%200%200%2064%20116a163.6%20163.6%200%200%200%2074.05-17.62c.55.9%201.11%201.79%201.64%202.7a155%20155%200%200%201%2014.14%2032.11a162.7%20162.7%200%200%200-27.59%2012.61A164.94%20164.94%200%200%200%2070%20199.36A91.84%2091.84%200%200%201%2036%20128m40.44%2076.16a157.1%20157.1%200%200%201%2053.8-51.43A154%20154%200%200%201%20156%20140.91a156.3%20156.3%200%200%201%204.9%2038.78a157%20157%200%200%201-4.11%2035.69a91.94%2091.94%200%200%201-80.37-11.22Zm89.3%207.74a165%20165%200%200%200%203.18-32.21a164.3%20164.3%200%200%200-5.28-41.26A156.4%20156.4%200%200%201%20208%20132c4%200%207.94.15%2011.88.45a92.17%2092.17%200%200%201-54.14%2079.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/dribbble-logo-thin.svg?color=%231a73e8&size=48