cloudsmith logo
cloudsmith from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- cloudsmith
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- License
- CC BY 4.0
The same logo in other sets
Use the cloudsmith logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M576 291.6v56.9L348.4 576h-56.8L64 348.4v-56.8L291.6 64h56.9zm-256 162c17.8.5 35.6-2.6 52.2-9.1s31.8-16.2 44.6-28.7s23-27.3 29.9-43.8s10.5-34.1 10.5-52s-3.6-35.5-10.5-52s-17.1-31.3-29.9-43.8s-28-22.2-44.6-28.7s-34.4-9.6-52.2-9.1c-17.8-.5-35.6 2.6-52.2 9.1s-31.8 16.3-44.6 28.7s-23 27.3-29.9 43.8s-10.5 34.1-10.5 52s3.6 35.5 10.5 52s17.1 31.3 29.9 43.8s28 22.2 44.6 28.7s34.4 9.6 52.2 9.1"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsCloudsmith(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="M576 291.6v56.9L348.4 576h-56.8L64 348.4v-56.8L291.6 64h56.9zm-256 162c17.8.5 35.6-2.6 52.2-9.1s31.8-16.2 44.6-28.7s23-27.3 29.9-43.8s10.5-34.1 10.5-52s-3.6-35.5-10.5-52s-17.1-31.3-29.9-43.8s-28-22.2-44.6-28.7s-34.4-9.6-52.2-9.1c-17.8-.5-35.6 2.6-52.2 9.1s-31.8 16.3-44.6 28.7s-23 27.3-29.9 43.8s-10.5 34.1-10.5 52s3.6 35.5 10.5 52s17.1 31.3 29.9 43.8s28 22.2 44.6 28.7s34.4 9.6 52.2 9.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M576 291.6v56.9L348.4 576h-56.8L64 348.4v-56.8L291.6 64h56.9zm-256 162c17.8.5 35.6-2.6 52.2-9.1s31.8-16.2 44.6-28.7s23-27.3 29.9-43.8s10.5-34.1 10.5-52s-3.6-35.5-10.5-52s-17.1-31.3-29.9-43.8s-28-22.2-44.6-28.7s-34.4-9.6-52.2-9.1c-17.8-.5-35.6 2.6-52.2 9.1s-31.8 16.3-44.6 28.7s-23 27.3-29.9 43.8s-10.5 34.1-10.5 52s3.6 35.5 10.5 52s17.1 31.3 29.9 43.8s28 22.2 44.6 28.7s34.4 9.6 52.2 9.1"/></svg> </template>
CSS
.icon-cloudsmith {
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%22M576%20291.6v56.9L348.4%20576h-56.8L64%20348.4v-56.8L291.6%2064h56.9zm-256%20162c17.8.5%2035.6-2.6%2052.2-9.1s31.8-16.2%2044.6-28.7s23-27.3%2029.9-43.8s10.5-34.1%2010.5-52s-3.6-35.5-10.5-52s-17.1-31.3-29.9-43.8s-28-22.2-44.6-28.7s-34.4-9.6-52.2-9.1c-17.8-.5-35.6%202.6-52.2%209.1s-31.8%2016.3-44.6%2028.7s-23%2027.3-29.9%2043.8s-10.5%2034.1-10.5%2052s3.6%2035.5%2010.5%2052s17.1%2031.3%2029.9%2043.8s28%2022.2%2044.6%2028.7s34.4%209.6%2052.2%209.1%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%22M576%20291.6v56.9L348.4%20576h-56.8L64%20348.4v-56.8L291.6%2064h56.9zm-256%20162c17.8.5%2035.6-2.6%2052.2-9.1s31.8-16.2%2044.6-28.7s23-27.3%2029.9-43.8s10.5-34.1%2010.5-52s-3.6-35.5-10.5-52s-17.1-31.3-29.9-43.8s-28-22.2-44.6-28.7s-34.4-9.6-52.2-9.1c-17.8-.5-35.6%202.6-52.2%209.1s-31.8%2016.3-44.6%2028.7s-23%2027.3-29.9%2043.8s-10.5%2034.1-10.5%2052s3.6%2035.5%2010.5%2052s17.1%2031.3%2029.9%2043.8s28%2022.2%2044.6%2028.7s34.4%209.6%2052.2%209.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/cloudsmith.svg?color=%231a73e8&size=48