appwrite from Skill Icons by tandpfun · Default · MIT Free for personal and commercial use.

Name
appwrite
Set
Skill Icons
Style
Default
Viewbox
256×256
License
MIT

The same logo in other sets

Use the appwrite logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#f02e65" rx="60"/><path fill="#fff" fill-rule="evenodd" d="M159.946 192.801c-11.76 0-22.784-3.152-32.271-8.659a64.39 64.39 0 0 1-71.036-4.332a64.4 64.4 0 0 1-25.015-42.483a64.39 64.39 0 0 1 54.869-72.71a64.4 64.4 0 0 1 41.186 8.066c9.487-5.504 20.509-8.656 32.267-8.656c35.561 0 64.387 28.826 64.387 64.387s-28.826 64.387-64.387 64.387m-43.049-112.27l.02-.016a52.501 52.501 0 1 0 24.542 22.661a52.7 52.7 0 0 0-24.562-22.644" clip-rule="evenodd"/><path fill="#fff" d="M97.148 106.137c-.077.19-1.061 4.057-2.121 8.643c-1.1 4.586-2.844 11.826-3.828 16.108c-1.897 7.846-3.034 13.001-3.034 13.684c0 .188 1.176.341 2.615.341h2.617l1.173-5.232c.684-2.842 2.2-9.362 3.413-14.478c1.213-5.118 2.69-11.333 3.26-13.836c.567-2.502 1.136-4.774 1.25-5.04c.115-.34-.531-.453-2.501-.453c-1.48 0-2.77.113-2.844.263m-20.355 16.412l-3.487 3.791l1.025 1.212c.566.682 2.122 2.389 3.449 3.791l2.426 2.577h6.898l-3.259-3.526c-1.783-1.893-3.261-3.713-3.261-3.94c0-.265 1.365-1.97 3.034-3.79c1.666-1.856 3.031-3.45 3.031-3.64c0-.151-1.44-.265-3.183-.265H80.32zm26.533-3.563c0 .115.645.834 1.439 1.63c2.959 2.957 5.043 5.46 4.929 5.951c-.075.266-1.517 2.046-3.259 3.904l-3.145 3.449h3.524l3.525-.038l3.22-3.524c1.783-1.97 3.223-3.716 3.223-3.943c0-.188-1.516-1.97-3.412-3.978l-3.41-3.678h-3.299c-1.857 0-3.335.114-3.335.227"/></g></svg>

React

import type { SVGProps } from "react";

export function SkillIconsAppwrite(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#f02e65" rx="60"/><path fill="#fff" fillRule="evenodd" d="M159.946 192.801c-11.76 0-22.784-3.152-32.271-8.659a64.39 64.39 0 0 1-71.036-4.332a64.4 64.4 0 0 1-25.015-42.483a64.39 64.39 0 0 1 54.869-72.71a64.4 64.4 0 0 1 41.186 8.066c9.487-5.504 20.509-8.656 32.267-8.656c35.561 0 64.387 28.826 64.387 64.387s-28.826 64.387-64.387 64.387m-43.049-112.27l.02-.016a52.501 52.501 0 1 0 24.542 22.661a52.7 52.7 0 0 0-24.562-22.644" clipRule="evenodd"/><path fill="#fff" d="M97.148 106.137c-.077.19-1.061 4.057-2.121 8.643c-1.1 4.586-2.844 11.826-3.828 16.108c-1.897 7.846-3.034 13.001-3.034 13.684c0 .188 1.176.341 2.615.341h2.617l1.173-5.232c.684-2.842 2.2-9.362 3.413-14.478c1.213-5.118 2.69-11.333 3.26-13.836c.567-2.502 1.136-4.774 1.25-5.04c.115-.34-.531-.453-2.501-.453c-1.48 0-2.77.113-2.844.263m-20.355 16.412l-3.487 3.791l1.025 1.212c.566.682 2.122 2.389 3.449 3.791l2.426 2.577h6.898l-3.259-3.526c-1.783-1.893-3.261-3.713-3.261-3.94c0-.265 1.365-1.97 3.034-3.79c1.666-1.856 3.031-3.45 3.031-3.64c0-.151-1.44-.265-3.183-.265H80.32zm26.533-3.563c0 .115.645.834 1.439 1.63c2.959 2.957 5.043 5.46 4.929 5.951c-.075.266-1.517 2.046-3.259 3.904l-3.145 3.449h3.524l3.525-.038l3.22-3.524c1.783-1.97 3.223-3.716 3.223-3.943c0-.188-1.516-1.97-3.412-3.978l-3.41-3.678h-3.299c-1.857 0-3.335.114-3.335.227"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#f02e65" rx="60"/><path fill="#fff" fill-rule="evenodd" d="M159.946 192.801c-11.76 0-22.784-3.152-32.271-8.659a64.39 64.39 0 0 1-71.036-4.332a64.4 64.4 0 0 1-25.015-42.483a64.39 64.39 0 0 1 54.869-72.71a64.4 64.4 0 0 1 41.186 8.066c9.487-5.504 20.509-8.656 32.267-8.656c35.561 0 64.387 28.826 64.387 64.387s-28.826 64.387-64.387 64.387m-43.049-112.27l.02-.016a52.501 52.501 0 1 0 24.542 22.661a52.7 52.7 0 0 0-24.562-22.644" clip-rule="evenodd"/><path fill="#fff" d="M97.148 106.137c-.077.19-1.061 4.057-2.121 8.643c-1.1 4.586-2.844 11.826-3.828 16.108c-1.897 7.846-3.034 13.001-3.034 13.684c0 .188 1.176.341 2.615.341h2.617l1.173-5.232c.684-2.842 2.2-9.362 3.413-14.478c1.213-5.118 2.69-11.333 3.26-13.836c.567-2.502 1.136-4.774 1.25-5.04c.115-.34-.531-.453-2.501-.453c-1.48 0-2.77.113-2.844.263m-20.355 16.412l-3.487 3.791l1.025 1.212c.566.682 2.122 2.389 3.449 3.791l2.426 2.577h6.898l-3.259-3.526c-1.783-1.893-3.261-3.713-3.261-3.94c0-.265 1.365-1.97 3.034-3.79c1.666-1.856 3.031-3.45 3.031-3.64c0-.151-1.44-.265-3.183-.265H80.32zm26.533-3.563c0 .115.645.834 1.439 1.63c2.959 2.957 5.043 5.46 4.929 5.951c-.075.266-1.517 2.046-3.259 3.904l-3.145 3.449h3.524l3.525-.038l3.22-3.524c1.783-1.97 3.223-3.716 3.223-3.943c0-.188-1.516-1.97-3.412-3.978l-3.41-3.678h-3.299c-1.857 0-3.335.114-3.335.227"/></g></svg>
</template>

CSS

.icon-appwrite {
  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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23f02e65%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M159.946%20192.801c-11.76%200-22.784-3.152-32.271-8.659a64.39%2064.39%200%200%201-71.036-4.332a64.4%2064.4%200%200%201-25.015-42.483a64.39%2064.39%200%200%201%2054.869-72.71a64.4%2064.4%200%200%201%2041.186%208.066c9.487-5.504%2020.509-8.656%2032.267-8.656c35.561%200%2064.387%2028.826%2064.387%2064.387s-28.826%2064.387-64.387%2064.387m-43.049-112.27l.02-.016a52.501%2052.501%200%201%200%2024.542%2022.661a52.7%2052.7%200%200%200-24.562-22.644%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M97.148%20106.137c-.077.19-1.061%204.057-2.121%208.643c-1.1%204.586-2.844%2011.826-3.828%2016.108c-1.897%207.846-3.034%2013.001-3.034%2013.684c0%20.188%201.176.341%202.615.341h2.617l1.173-5.232c.684-2.842%202.2-9.362%203.413-14.478c1.213-5.118%202.69-11.333%203.26-13.836c.567-2.502%201.136-4.774%201.25-5.04c.115-.34-.531-.453-2.501-.453c-1.48%200-2.77.113-2.844.263m-20.355%2016.412l-3.487%203.791l1.025%201.212c.566.682%202.122%202.389%203.449%203.791l2.426%202.577h6.898l-3.259-3.526c-1.783-1.893-3.261-3.713-3.261-3.94c0-.265%201.365-1.97%203.034-3.79c1.666-1.856%203.031-3.45%203.031-3.64c0-.151-1.44-.265-3.183-.265H80.32zm26.533-3.563c0%20.115.645.834%201.439%201.63c2.959%202.957%205.043%205.46%204.929%205.951c-.075.266-1.517%202.046-3.259%203.904l-3.145%203.449h3.524l3.525-.038l3.22-3.524c1.783-1.97%203.223-3.716%203.223-3.943c0-.188-1.516-1.97-3.412-3.978l-3.41-3.678h-3.299c-1.857%200-3.335.114-3.335.227%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23f02e65%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M159.946%20192.801c-11.76%200-22.784-3.152-32.271-8.659a64.39%2064.39%200%200%201-71.036-4.332a64.4%2064.4%200%200%201-25.015-42.483a64.39%2064.39%200%200%201%2054.869-72.71a64.4%2064.4%200%200%201%2041.186%208.066c9.487-5.504%2020.509-8.656%2032.267-8.656c35.561%200%2064.387%2028.826%2064.387%2064.387s-28.826%2064.387-64.387%2064.387m-43.049-112.27l.02-.016a52.501%2052.501%200%201%200%2024.542%2022.661a52.7%2052.7%200%200%200-24.562-22.644%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M97.148%20106.137c-.077.19-1.061%204.057-2.121%208.643c-1.1%204.586-2.844%2011.826-3.828%2016.108c-1.897%207.846-3.034%2013.001-3.034%2013.684c0%20.188%201.176.341%202.615.341h2.617l1.173-5.232c.684-2.842%202.2-9.362%203.413-14.478c1.213-5.118%202.69-11.333%203.26-13.836c.567-2.502%201.136-4.774%201.25-5.04c.115-.34-.531-.453-2.501-.453c-1.48%200-2.77.113-2.844.263m-20.355%2016.412l-3.487%203.791l1.025%201.212c.566.682%202.122%202.389%203.449%203.791l2.426%202.577h6.898l-3.259-3.526c-1.783-1.893-3.261-3.713-3.261-3.94c0-.265%201.365-1.97%203.034-3.79c1.666-1.856%203.031-3.45%203.031-3.64c0-.151-1.44-.265-3.183-.265H80.32zm26.533-3.563c0%20.115.645.834%201.439%201.63c2.959%202.957%205.043%205.46%204.929%205.951c-.075.266-1.517%202.046-3.259%203.904l-3.145%203.449h3.524l3.525-.038l3.22-3.524c1.783-1.97%203.223-3.716%203.223-3.943c0-.188-1.516-1.97-3.412-3.978l-3.41-3.678h-3.299c-1.857%200-3.335.114-3.335.227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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