gnu social logo
gnu-social from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- gnu-social
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
Related icons in CoreUI Brands
Use the gnu social logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.625 0a4.21 4.21 0 0 0-4.214 4.208v16.818a4.213 4.213 0 0 0 4.214 4.214h12.49c-.026 4.755-6.438 6.76-6.438 6.76s10.849-.052 12.406-6.76h2.292a4.21 4.21 0 0 0 4.208-4.214V4.208A4.21 4.21 0 0 0 26.375 0zm6.031 3.375q.149-.03.234.042c.448.401-.74.792-.646 2.755c.042.859-.214 1.526 1.438 1.526c1.099 0 .641-.979 2.026-.979c.875 0 1.151.578 1.25 1.021c.094-.438.365-1.021 1.24-1.021c1.385 0 .932.974 2.031.974c1.651 0 1.391-.667 1.432-1.526c.099-1.958-1.089-2.354-.641-2.75c.052-.052.13-.057.229-.026c.667.188 2.141 2.078 2.182 2.87c.052.948.052 2.438-1.354 3.214c1.589 1.552 1.802 3.625 1.802 3.625l-2.724-.047s-.62-2.823-3.922-2.677c-3.297.141-3.729.714-3.729 4.208c0 3.49 1.531 4.688 3.875 4.776c3.682.146 3.349-1.906 3.349-1.906l-1.724.094l-.958-2.583h5.88c0 2.823-1.193 7.219-6.786 6.932s-6.839-4.688-6.885-7.651c-.026-1.635.25-3.469 1.599-4.766c-1.401-.776-1.375-2.266-1.375-3.219c0-1.172 1.505-2.781 2.182-2.896z"/></svg>
React
import type { SVGProps } from "react";
export function CibGnuSocial(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="M5.625 0a4.21 4.21 0 0 0-4.214 4.208v16.818a4.213 4.213 0 0 0 4.214 4.214h12.49c-.026 4.755-6.438 6.76-6.438 6.76s10.849-.052 12.406-6.76h2.292a4.21 4.21 0 0 0 4.208-4.214V4.208A4.21 4.21 0 0 0 26.375 0zm6.031 3.375q.149-.03.234.042c.448.401-.74.792-.646 2.755c.042.859-.214 1.526 1.438 1.526c1.099 0 .641-.979 2.026-.979c.875 0 1.151.578 1.25 1.021c.094-.438.365-1.021 1.24-1.021c1.385 0 .932.974 2.031.974c1.651 0 1.391-.667 1.432-1.526c.099-1.958-1.089-2.354-.641-2.75c.052-.052.13-.057.229-.026c.667.188 2.141 2.078 2.182 2.87c.052.948.052 2.438-1.354 3.214c1.589 1.552 1.802 3.625 1.802 3.625l-2.724-.047s-.62-2.823-3.922-2.677c-3.297.141-3.729.714-3.729 4.208c0 3.49 1.531 4.688 3.875 4.776c3.682.146 3.349-1.906 3.349-1.906l-1.724.094l-.958-2.583h5.88c0 2.823-1.193 7.219-6.786 6.932s-6.839-4.688-6.885-7.651c-.026-1.635.25-3.469 1.599-4.766c-1.401-.776-1.375-2.266-1.375-3.219c0-1.172 1.505-2.781 2.182-2.896z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.625 0a4.21 4.21 0 0 0-4.214 4.208v16.818a4.213 4.213 0 0 0 4.214 4.214h12.49c-.026 4.755-6.438 6.76-6.438 6.76s10.849-.052 12.406-6.76h2.292a4.21 4.21 0 0 0 4.208-4.214V4.208A4.21 4.21 0 0 0 26.375 0zm6.031 3.375q.149-.03.234.042c.448.401-.74.792-.646 2.755c.042.859-.214 1.526 1.438 1.526c1.099 0 .641-.979 2.026-.979c.875 0 1.151.578 1.25 1.021c.094-.438.365-1.021 1.24-1.021c1.385 0 .932.974 2.031.974c1.651 0 1.391-.667 1.432-1.526c.099-1.958-1.089-2.354-.641-2.75c.052-.052.13-.057.229-.026c.667.188 2.141 2.078 2.182 2.87c.052.948.052 2.438-1.354 3.214c1.589 1.552 1.802 3.625 1.802 3.625l-2.724-.047s-.62-2.823-3.922-2.677c-3.297.141-3.729.714-3.729 4.208c0 3.49 1.531 4.688 3.875 4.776c3.682.146 3.349-1.906 3.349-1.906l-1.724.094l-.958-2.583h5.88c0 2.823-1.193 7.219-6.786 6.932s-6.839-4.688-6.885-7.651c-.026-1.635.25-3.469 1.599-4.766c-1.401-.776-1.375-2.266-1.375-3.219c0-1.172 1.505-2.781 2.182-2.896z"/></svg> </template>
CSS
.icon-gnu-social {
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%22M5.625%200a4.21%204.21%200%200%200-4.214%204.208v16.818a4.213%204.213%200%200%200%204.214%204.214h12.49c-.026%204.755-6.438%206.76-6.438%206.76s10.849-.052%2012.406-6.76h2.292a4.21%204.21%200%200%200%204.208-4.214V4.208A4.21%204.21%200%200%200%2026.375%200zm6.031%203.375q.149-.03.234.042c.448.401-.74.792-.646%202.755c.042.859-.214%201.526%201.438%201.526c1.099%200%20.641-.979%202.026-.979c.875%200%201.151.578%201.25%201.021c.094-.438.365-1.021%201.24-1.021c1.385%200%20.932.974%202.031.974c1.651%200%201.391-.667%201.432-1.526c.099-1.958-1.089-2.354-.641-2.75c.052-.052.13-.057.229-.026c.667.188%202.141%202.078%202.182%202.87c.052.948.052%202.438-1.354%203.214c1.589%201.552%201.802%203.625%201.802%203.625l-2.724-.047s-.62-2.823-3.922-2.677c-3.297.141-3.729.714-3.729%204.208c0%203.49%201.531%204.688%203.875%204.776c3.682.146%203.349-1.906%203.349-1.906l-1.724.094l-.958-2.583h5.88c0%202.823-1.193%207.219-6.786%206.932s-6.839-4.688-6.885-7.651c-.026-1.635.25-3.469%201.599-4.766c-1.401-.776-1.375-2.266-1.375-3.219c0-1.172%201.505-2.781%202.182-2.896z%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%22M5.625%200a4.21%204.21%200%200%200-4.214%204.208v16.818a4.213%204.213%200%200%200%204.214%204.214h12.49c-.026%204.755-6.438%206.76-6.438%206.76s10.849-.052%2012.406-6.76h2.292a4.21%204.21%200%200%200%204.208-4.214V4.208A4.21%204.21%200%200%200%2026.375%200zm6.031%203.375q.149-.03.234.042c.448.401-.74.792-.646%202.755c.042.859-.214%201.526%201.438%201.526c1.099%200%20.641-.979%202.026-.979c.875%200%201.151.578%201.25%201.021c.094-.438.365-1.021%201.24-1.021c1.385%200%20.932.974%202.031.974c1.651%200%201.391-.667%201.432-1.526c.099-1.958-1.089-2.354-.641-2.75c.052-.052.13-.057.229-.026c.667.188%202.141%202.078%202.182%202.87c.052.948.052%202.438-1.354%203.214c1.589%201.552%201.802%203.625%201.802%203.625l-2.724-.047s-.62-2.823-3.922-2.677c-3.297.141-3.729.714-3.729%204.208c0%203.49%201.531%204.688%203.875%204.776c3.682.146%203.349-1.906%203.349-1.906l-1.724.094l-.958-2.583h5.88c0%202.823-1.193%207.219-6.786%206.932s-6.839-4.688-6.885-7.651c-.026-1.635.25-3.469%201.599-4.766c-1.401-.776-1.375-2.266-1.375-3.219c0-1.172%201.505-2.781%202.182-2.896z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/gnu-social.svg?color=%231a73e8&size=48