scaleway logo
scaleway from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- scaleway
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- License
- CC BY 4.0
The same logo in other sets
Use the scaleway logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M339.4 181.3h-84.3c-18.5 2.1-32.7 17.5-33.4 36v121.9c0 8.2 3.2 15.3 8.5 20.7s12.5 8.6 20.6 8.6c16 0 29.2-13.2 29.2-29.2v-77.4c0-12.1 10-22.1 22.1-22.1h38.1c8.2 0 15.3-3.2 20.6-8.6s8.5-12.8 8.5-21c0-16-13.9-28.9-29.9-28.9m-38.1 278.1h84.3c18.5-2.1 32.7-17.5 33.4-36V301.5c0-8.2-3.2-15.3-8.5-20.7s-12.5-8.6-20.6-8.6c-16 0-29.2 13.2-29.2 29.2v77.4c0 12.1-10 22.1-22.1 22.1h-38.1c-8.2 0-15.3 3.2-20.6 8.6s-8.5 12.8-8.5 21c.4 16 13.9 28.9 29.9 28.9M200.3 64h153.3c101 0 182.5 81.6 182.1 182.9v242.8c-4.6 46-42 82.4-88.2 86.3H286c-100.7 0-182.5-82-182.5-182.9V161c0-53.5 43.4-97 96.8-97m277.4 182.9c0-68.5-55.9-124.4-124.2-124.4h-153c-21.2 0-38.3 17.1-38.3 38.5v232.1c0 68.8 55.5 124.4 124.2 124.4h158.7c16.7-2.1 29.9-15 32.7-31.4V246.9z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsScaleway(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M339.4 181.3h-84.3c-18.5 2.1-32.7 17.5-33.4 36v121.9c0 8.2 3.2 15.3 8.5 20.7s12.5 8.6 20.6 8.6c16 0 29.2-13.2 29.2-29.2v-77.4c0-12.1 10-22.1 22.1-22.1h38.1c8.2 0 15.3-3.2 20.6-8.6s8.5-12.8 8.5-21c0-16-13.9-28.9-29.9-28.9m-38.1 278.1h84.3c18.5-2.1 32.7-17.5 33.4-36V301.5c0-8.2-3.2-15.3-8.5-20.7s-12.5-8.6-20.6-8.6c-16 0-29.2 13.2-29.2 29.2v77.4c0 12.1-10 22.1-22.1 22.1h-38.1c-8.2 0-15.3 3.2-20.6 8.6s-8.5 12.8-8.5 21c.4 16 13.9 28.9 29.9 28.9M200.3 64h153.3c101 0 182.5 81.6 182.1 182.9v242.8c-4.6 46-42 82.4-88.2 86.3H286c-100.7 0-182.5-82-182.5-182.9V161c0-53.5 43.4-97 96.8-97m277.4 182.9c0-68.5-55.9-124.4-124.2-124.4h-153c-21.2 0-38.3 17.1-38.3 38.5v232.1c0 68.8 55.5 124.4 124.2 124.4h158.7c16.7-2.1 29.9-15 32.7-31.4V246.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M339.4 181.3h-84.3c-18.5 2.1-32.7 17.5-33.4 36v121.9c0 8.2 3.2 15.3 8.5 20.7s12.5 8.6 20.6 8.6c16 0 29.2-13.2 29.2-29.2v-77.4c0-12.1 10-22.1 22.1-22.1h38.1c8.2 0 15.3-3.2 20.6-8.6s8.5-12.8 8.5-21c0-16-13.9-28.9-29.9-28.9m-38.1 278.1h84.3c18.5-2.1 32.7-17.5 33.4-36V301.5c0-8.2-3.2-15.3-8.5-20.7s-12.5-8.6-20.6-8.6c-16 0-29.2 13.2-29.2 29.2v77.4c0 12.1-10 22.1-22.1 22.1h-38.1c-8.2 0-15.3 3.2-20.6 8.6s-8.5 12.8-8.5 21c.4 16 13.9 28.9 29.9 28.9M200.3 64h153.3c101 0 182.5 81.6 182.1 182.9v242.8c-4.6 46-42 82.4-88.2 86.3H286c-100.7 0-182.5-82-182.5-182.9V161c0-53.5 43.4-97 96.8-97m277.4 182.9c0-68.5-55.9-124.4-124.2-124.4h-153c-21.2 0-38.3 17.1-38.3 38.5v232.1c0 68.8 55.5 124.4 124.2 124.4h158.7c16.7-2.1 29.9-15 32.7-31.4V246.9z"/></svg> </template>
CSS
.icon-scaleway {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M339.4%20181.3h-84.3c-18.5%202.1-32.7%2017.5-33.4%2036v121.9c0%208.2%203.2%2015.3%208.5%2020.7s12.5%208.6%2020.6%208.6c16%200%2029.2-13.2%2029.2-29.2v-77.4c0-12.1%2010-22.1%2022.1-22.1h38.1c8.2%200%2015.3-3.2%2020.6-8.6s8.5-12.8%208.5-21c0-16-13.9-28.9-29.9-28.9m-38.1%20278.1h84.3c18.5-2.1%2032.7-17.5%2033.4-36V301.5c0-8.2-3.2-15.3-8.5-20.7s-12.5-8.6-20.6-8.6c-16%200-29.2%2013.2-29.2%2029.2v77.4c0%2012.1-10%2022.1-22.1%2022.1h-38.1c-8.2%200-15.3%203.2-20.6%208.6s-8.5%2012.8-8.5%2021c.4%2016%2013.9%2028.9%2029.9%2028.9M200.3%2064h153.3c101%200%20182.5%2081.6%20182.1%20182.9v242.8c-4.6%2046-42%2082.4-88.2%2086.3H286c-100.7%200-182.5-82-182.5-182.9V161c0-53.5%2043.4-97%2096.8-97m277.4%20182.9c0-68.5-55.9-124.4-124.2-124.4h-153c-21.2%200-38.3%2017.1-38.3%2038.5v232.1c0%2068.8%2055.5%20124.4%20124.2%20124.4h158.7c16.7-2.1%2029.9-15%2032.7-31.4V246.9z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M339.4%20181.3h-84.3c-18.5%202.1-32.7%2017.5-33.4%2036v121.9c0%208.2%203.2%2015.3%208.5%2020.7s12.5%208.6%2020.6%208.6c16%200%2029.2-13.2%2029.2-29.2v-77.4c0-12.1%2010-22.1%2022.1-22.1h38.1c8.2%200%2015.3-3.2%2020.6-8.6s8.5-12.8%208.5-21c0-16-13.9-28.9-29.9-28.9m-38.1%20278.1h84.3c18.5-2.1%2032.7-17.5%2033.4-36V301.5c0-8.2-3.2-15.3-8.5-20.7s-12.5-8.6-20.6-8.6c-16%200-29.2%2013.2-29.2%2029.2v77.4c0%2012.1-10%2022.1-22.1%2022.1h-38.1c-8.2%200-15.3%203.2-20.6%208.6s-8.5%2012.8-8.5%2021c.4%2016%2013.9%2028.9%2029.9%2028.9M200.3%2064h153.3c101%200%20182.5%2081.6%20182.1%20182.9v242.8c-4.6%2046-42%2082.4-88.2%2086.3H286c-100.7%200-182.5-82-182.5-182.9V161c0-53.5%2043.4-97%2096.8-97m277.4%20182.9c0-68.5-55.9-124.4-124.2-124.4h-153c-21.2%200-38.3%2017.1-38.3%2038.5v232.1c0%2068.8%2055.5%20124.4%20124.2%20124.4h158.7c16.7-2.1%2029.9-15%2032.7-31.4V246.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/scaleway.svg?color=%231a73e8&size=48