nextcloud from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
nextcloud
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

The same logo in other sets

Use the nextcloud logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.027 8.713c-3.333 0-6.136 2.287-6.991 5.355c-.744-1.641-2.391-2.808-4.301-2.808A4.765 4.765 0 0 0 0 16a4.764 4.764 0 0 0 4.735 4.74c1.911 0 3.552-1.167 4.301-2.813c.855 3.073 3.657 5.36 6.991 5.36c3.312 0 6.099-2.26 6.973-5.308c.755 1.615 2.375 2.761 4.26 2.761A4.765 4.765 0 0 0 32 16a4.765 4.765 0 0 0-4.74-4.74c-1.885 0-3.505 1.147-4.265 2.761c-.869-3.048-3.656-5.308-6.968-5.308m0 2.782c2.5 0 4.5 2 4.5 4.505s-2 4.505-4.5 4.505A4.485 4.485 0 0 1 11.522 16c0-2.505 2-4.505 4.505-4.505M4.735 14.041c1.099 0 1.959.86 1.959 1.959s-.86 1.959-1.959 1.959A1.935 1.935 0 0 1 2.782 16c0-1.099.859-1.959 1.953-1.959m22.525 0c1.1 0 1.959.86 1.959 1.959s-.859 1.959-1.959 1.959A1.94 1.94 0 0 1 25.307 16c0-1.099.86-1.959 1.953-1.959"/></svg>

React

import type { SVGProps } from "react";

export function CibNextcloud(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.027 8.713c-3.333 0-6.136 2.287-6.991 5.355c-.744-1.641-2.391-2.808-4.301-2.808A4.765 4.765 0 0 0 0 16a4.764 4.764 0 0 0 4.735 4.74c1.911 0 3.552-1.167 4.301-2.813c.855 3.073 3.657 5.36 6.991 5.36c3.312 0 6.099-2.26 6.973-5.308c.755 1.615 2.375 2.761 4.26 2.761A4.765 4.765 0 0 0 32 16a4.765 4.765 0 0 0-4.74-4.74c-1.885 0-3.505 1.147-4.265 2.761c-.869-3.048-3.656-5.308-6.968-5.308m0 2.782c2.5 0 4.5 2 4.5 4.505s-2 4.505-4.5 4.505A4.485 4.485 0 0 1 11.522 16c0-2.505 2-4.505 4.505-4.505M4.735 14.041c1.099 0 1.959.86 1.959 1.959s-.86 1.959-1.959 1.959A1.935 1.935 0 0 1 2.782 16c0-1.099.859-1.959 1.953-1.959m22.525 0c1.1 0 1.959.86 1.959 1.959s-.859 1.959-1.959 1.959A1.94 1.94 0 0 1 25.307 16c0-1.099.86-1.959 1.953-1.959"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.027 8.713c-3.333 0-6.136 2.287-6.991 5.355c-.744-1.641-2.391-2.808-4.301-2.808A4.765 4.765 0 0 0 0 16a4.764 4.764 0 0 0 4.735 4.74c1.911 0 3.552-1.167 4.301-2.813c.855 3.073 3.657 5.36 6.991 5.36c3.312 0 6.099-2.26 6.973-5.308c.755 1.615 2.375 2.761 4.26 2.761A4.765 4.765 0 0 0 32 16a4.765 4.765 0 0 0-4.74-4.74c-1.885 0-3.505 1.147-4.265 2.761c-.869-3.048-3.656-5.308-6.968-5.308m0 2.782c2.5 0 4.5 2 4.5 4.505s-2 4.505-4.5 4.505A4.485 4.485 0 0 1 11.522 16c0-2.505 2-4.505 4.505-4.505M4.735 14.041c1.099 0 1.959.86 1.959 1.959s-.86 1.959-1.959 1.959A1.935 1.935 0 0 1 2.782 16c0-1.099.859-1.959 1.953-1.959m22.525 0c1.1 0 1.959.86 1.959 1.959s-.859 1.959-1.959 1.959A1.94 1.94 0 0 1 25.307 16c0-1.099.86-1.959 1.953-1.959"/></svg>
</template>

CSS

.icon-nextcloud {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.027%208.713c-3.333%200-6.136%202.287-6.991%205.355c-.744-1.641-2.391-2.808-4.301-2.808A4.765%204.765%200%200%200%200%2016a4.764%204.764%200%200%200%204.735%204.74c1.911%200%203.552-1.167%204.301-2.813c.855%203.073%203.657%205.36%206.991%205.36c3.312%200%206.099-2.26%206.973-5.308c.755%201.615%202.375%202.761%204.26%202.761A4.765%204.765%200%200%200%2032%2016a4.765%204.765%200%200%200-4.74-4.74c-1.885%200-3.505%201.147-4.265%202.761c-.869-3.048-3.656-5.308-6.968-5.308m0%202.782c2.5%200%204.5%202%204.5%204.505s-2%204.505-4.5%204.505A4.485%204.485%200%200%201%2011.522%2016c0-2.505%202-4.505%204.505-4.505M4.735%2014.041c1.099%200%201.959.86%201.959%201.959s-.86%201.959-1.959%201.959A1.935%201.935%200%200%201%202.782%2016c0-1.099.859-1.959%201.953-1.959m22.525%200c1.1%200%201.959.86%201.959%201.959s-.859%201.959-1.959%201.959A1.94%201.94%200%200%201%2025.307%2016c0-1.099.86-1.959%201.953-1.959%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.027%208.713c-3.333%200-6.136%202.287-6.991%205.355c-.744-1.641-2.391-2.808-4.301-2.808A4.765%204.765%200%200%200%200%2016a4.764%204.764%200%200%200%204.735%204.74c1.911%200%203.552-1.167%204.301-2.813c.855%203.073%203.657%205.36%206.991%205.36c3.312%200%206.099-2.26%206.973-5.308c.755%201.615%202.375%202.761%204.26%202.761A4.765%204.765%200%200%200%2032%2016a4.765%204.765%200%200%200-4.74-4.74c-1.885%200-3.505%201.147-4.265%202.761c-.869-3.048-3.656-5.308-6.968-5.308m0%202.782c2.5%200%204.5%202%204.5%204.505s-2%204.505-4.5%204.505A4.485%204.485%200%200%201%2011.522%2016c0-2.505%202-4.505%204.505-4.505M4.735%2014.041c1.099%200%201.959.86%201.959%201.959s-.86%201.959-1.959%201.959A1.935%201.935%200%200%201%202.782%2016c0-1.099.859-1.959%201.953-1.959m22.525%200c1.1%200%201.959.86%201.959%201.959s-.859%201.959-1.959%201.959A1.94%201.94%200%200%201%2025.307%2016c0-1.099.86-1.959%201.953-1.959%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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