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

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

The same logo in other sets

Use the diaspora logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m20.349 29.193l-3.109-4.339c-.833-1.161-1.505-2.063-1.542-2.063s-1.339 1.75-3.089 4.151c-1.661 2.286-3.036 4.151-3.057 4.151c-.047 0-6-4.193-6.016-4.234c-.005-.021 1.339-2 2.99-4.391c1.656-2.396 3.005-4.391 3.005-4.438c0-.073-.542-.255-4.74-1.661L-.001 14.77c-.042-.021.208-.849 1.057-3.531c.615-1.927 1.125-3.521 1.141-3.542s2.281.703 5.031 1.609s5.016 1.646 5.047 1.646s.063-.042.073-.094c.01-.042.036-2.38.052-5.203c.026-2.797.052-5.12.068-5.156c.026-.042.797-.042 3.641-.042c1.979 0 3.615.021 3.641.042c.036.021.089 1.578.182 5.036c.146 5.703.146 5.781.24 5.781c.036 0 2.214-.719 4.844-1.625c2.63-.88 4.786-1.599 4.802-1.583c.042.063 2.203 7.083 2.182 7.099c-.021.026-2.224.781-4.88 1.682c-3.682 1.24-4.865 1.661-4.865 1.719c-.016.042 1.24 1.943 2.865 4.281c1.578 2.318 2.854 4.219 2.854 4.24c-.016.063-5.917 4.401-5.974 4.401c-.021 0-.781-1.021-1.661-2.26l.005-.089z"/></svg>

React

import type { SVGProps } from "react";

export function CibDiaspora(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="m20.349 29.193l-3.109-4.339c-.833-1.161-1.505-2.063-1.542-2.063s-1.339 1.75-3.089 4.151c-1.661 2.286-3.036 4.151-3.057 4.151c-.047 0-6-4.193-6.016-4.234c-.005-.021 1.339-2 2.99-4.391c1.656-2.396 3.005-4.391 3.005-4.438c0-.073-.542-.255-4.74-1.661L-.001 14.77c-.042-.021.208-.849 1.057-3.531c.615-1.927 1.125-3.521 1.141-3.542s2.281.703 5.031 1.609s5.016 1.646 5.047 1.646s.063-.042.073-.094c.01-.042.036-2.38.052-5.203c.026-2.797.052-5.12.068-5.156c.026-.042.797-.042 3.641-.042c1.979 0 3.615.021 3.641.042c.036.021.089 1.578.182 5.036c.146 5.703.146 5.781.24 5.781c.036 0 2.214-.719 4.844-1.625c2.63-.88 4.786-1.599 4.802-1.583c.042.063 2.203 7.083 2.182 7.099c-.021.026-2.224.781-4.88 1.682c-3.682 1.24-4.865 1.661-4.865 1.719c-.016.042 1.24 1.943 2.865 4.281c1.578 2.318 2.854 4.219 2.854 4.24c-.016.063-5.917 4.401-5.974 4.401c-.021 0-.781-1.021-1.661-2.26l.005-.089z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m20.349 29.193l-3.109-4.339c-.833-1.161-1.505-2.063-1.542-2.063s-1.339 1.75-3.089 4.151c-1.661 2.286-3.036 4.151-3.057 4.151c-.047 0-6-4.193-6.016-4.234c-.005-.021 1.339-2 2.99-4.391c1.656-2.396 3.005-4.391 3.005-4.438c0-.073-.542-.255-4.74-1.661L-.001 14.77c-.042-.021.208-.849 1.057-3.531c.615-1.927 1.125-3.521 1.141-3.542s2.281.703 5.031 1.609s5.016 1.646 5.047 1.646s.063-.042.073-.094c.01-.042.036-2.38.052-5.203c.026-2.797.052-5.12.068-5.156c.026-.042.797-.042 3.641-.042c1.979 0 3.615.021 3.641.042c.036.021.089 1.578.182 5.036c.146 5.703.146 5.781.24 5.781c.036 0 2.214-.719 4.844-1.625c2.63-.88 4.786-1.599 4.802-1.583c.042.063 2.203 7.083 2.182 7.099c-.021.026-2.224.781-4.88 1.682c-3.682 1.24-4.865 1.661-4.865 1.719c-.016.042 1.24 1.943 2.865 4.281c1.578 2.318 2.854 4.219 2.854 4.24c-.016.063-5.917 4.401-5.974 4.401c-.021 0-.781-1.021-1.661-2.26l.005-.089z"/></svg>
</template>

CSS

.icon-diaspora {
  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%22m20.349%2029.193l-3.109-4.339c-.833-1.161-1.505-2.063-1.542-2.063s-1.339%201.75-3.089%204.151c-1.661%202.286-3.036%204.151-3.057%204.151c-.047%200-6-4.193-6.016-4.234c-.005-.021%201.339-2%202.99-4.391c1.656-2.396%203.005-4.391%203.005-4.438c0-.073-.542-.255-4.74-1.661L-.001%2014.77c-.042-.021.208-.849%201.057-3.531c.615-1.927%201.125-3.521%201.141-3.542s2.281.703%205.031%201.609s5.016%201.646%205.047%201.646s.063-.042.073-.094c.01-.042.036-2.38.052-5.203c.026-2.797.052-5.12.068-5.156c.026-.042.797-.042%203.641-.042c1.979%200%203.615.021%203.641.042c.036.021.089%201.578.182%205.036c.146%205.703.146%205.781.24%205.781c.036%200%202.214-.719%204.844-1.625c2.63-.88%204.786-1.599%204.802-1.583c.042.063%202.203%207.083%202.182%207.099c-.021.026-2.224.781-4.88%201.682c-3.682%201.24-4.865%201.661-4.865%201.719c-.016.042%201.24%201.943%202.865%204.281c1.578%202.318%202.854%204.219%202.854%204.24c-.016.063-5.917%204.401-5.974%204.401c-.021%200-.781-1.021-1.661-2.26l.005-.089z%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%22m20.349%2029.193l-3.109-4.339c-.833-1.161-1.505-2.063-1.542-2.063s-1.339%201.75-3.089%204.151c-1.661%202.286-3.036%204.151-3.057%204.151c-.047%200-6-4.193-6.016-4.234c-.005-.021%201.339-2%202.99-4.391c1.656-2.396%203.005-4.391%203.005-4.438c0-.073-.542-.255-4.74-1.661L-.001%2014.77c-.042-.021.208-.849%201.057-3.531c.615-1.927%201.125-3.521%201.141-3.542s2.281.703%205.031%201.609s5.016%201.646%205.047%201.646s.063-.042.073-.094c.01-.042.036-2.38.052-5.203c.026-2.797.052-5.12.068-5.156c.026-.042.797-.042%203.641-.042c1.979%200%203.615.021%203.641.042c.036.021.089%201.578.182%205.036c.146%205.703.146%205.781.24%205.781c.036%200%202.214-.719%204.844-1.625c2.63-.88%204.786-1.599%204.802-1.583c.042.063%202.203%207.083%202.182%207.099c-.021.026-2.224.781-4.88%201.682c-3.682%201.24-4.865%201.661-4.865%201.719c-.016.042%201.24%201.943%202.865%204.281c1.578%202.318%202.854%204.219%202.854%204.24c-.016.063-5.917%204.401-5.974%204.401c-.021%200-.781-1.021-1.661-2.26l.005-.089z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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