adonisjs icon logo

adonisjs-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
adonisjs-icon
Set
SVG Logos
Style
Color
Viewbox
256×256
License
CC0

Use the adonisjs icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#5a46ff" d="M128 256C24.766 256 0 231.234 0 128S24.766 0 128 0s128 24.766 128 128s-24.766 128-128 128M91.764 63.348l-40.147 91.243c-1.825 4.432-3.389 10.166-3.389 15.12c0 22.68 15.902 38.583 38.582 38.583c7.433 0 13.605-1.953 19.88-3.938l.005-.003c6.489-2.053 13.089-4.141 21.305-4.141c8.312 0 14.754 2.07 21.118 4.114l.002.001c6.21 1.995 12.345 3.967 20.069 3.967c22.68 0 38.583-15.903 38.583-38.583c0-4.954-1.565-10.688-3.389-15.12l-40.146-91.243c-6.78-15.38-19.813-23.723-36.237-23.723s-29.458 8.342-36.236 23.723m-3.39 105.581L128 79.251l39.104 89.678c-11.21-5.474-25.287-8.081-39.104-8.081c-14.338 0-27.894 2.607-39.625 8.081"/></svg>

React

import type { SVGProps } from "react";

export function LogosAdonisjsIcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#5a46ff" d="M128 256C24.766 256 0 231.234 0 128S24.766 0 128 0s128 24.766 128 128s-24.766 128-128 128M91.764 63.348l-40.147 91.243c-1.825 4.432-3.389 10.166-3.389 15.12c0 22.68 15.902 38.583 38.582 38.583c7.433 0 13.605-1.953 19.88-3.938l.005-.003c6.489-2.053 13.089-4.141 21.305-4.141c8.312 0 14.754 2.07 21.118 4.114l.002.001c6.21 1.995 12.345 3.967 20.069 3.967c22.68 0 38.583-15.903 38.583-38.583c0-4.954-1.565-10.688-3.389-15.12l-40.146-91.243c-6.78-15.38-19.813-23.723-36.237-23.723s-29.458 8.342-36.236 23.723m-3.39 105.581L128 79.251l39.104 89.678c-11.21-5.474-25.287-8.081-39.104-8.081c-14.338 0-27.894 2.607-39.625 8.081"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#5a46ff" d="M128 256C24.766 256 0 231.234 0 128S24.766 0 128 0s128 24.766 128 128s-24.766 128-128 128M91.764 63.348l-40.147 91.243c-1.825 4.432-3.389 10.166-3.389 15.12c0 22.68 15.902 38.583 38.582 38.583c7.433 0 13.605-1.953 19.88-3.938l.005-.003c6.489-2.053 13.089-4.141 21.305-4.141c8.312 0 14.754 2.07 21.118 4.114l.002.001c6.21 1.995 12.345 3.967 20.069 3.967c22.68 0 38.583-15.903 38.583-38.583c0-4.954-1.565-10.688-3.389-15.12l-40.146-91.243c-6.78-15.38-19.813-23.723-36.237-23.723s-29.458 8.342-36.236 23.723m-3.39 105.581L128 79.251l39.104 89.678c-11.21-5.474-25.287-8.081-39.104-8.081c-14.338 0-27.894 2.607-39.625 8.081"/></svg>
</template>

CSS

.icon-adonisjs-icon {
  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%3Cpath%20fill%3D%22%235a46ff%22%20d%3D%22M128%20256C24.766%20256%200%20231.234%200%20128S24.766%200%20128%200s128%2024.766%20128%20128s-24.766%20128-128%20128M91.764%2063.348l-40.147%2091.243c-1.825%204.432-3.389%2010.166-3.389%2015.12c0%2022.68%2015.902%2038.583%2038.582%2038.583c7.433%200%2013.605-1.953%2019.88-3.938l.005-.003c6.489-2.053%2013.089-4.141%2021.305-4.141c8.312%200%2014.754%202.07%2021.118%204.114l.002.001c6.21%201.995%2012.345%203.967%2020.069%203.967c22.68%200%2038.583-15.903%2038.583-38.583c0-4.954-1.565-10.688-3.389-15.12l-40.146-91.243c-6.78-15.38-19.813-23.723-36.237-23.723s-29.458%208.342-36.236%2023.723m-3.39%20105.581L128%2079.251l39.104%2089.678c-11.21-5.474-25.287-8.081-39.104-8.081c-14.338%200-27.894%202.607-39.625%208.081%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%20256%20256%22%3E%3Cpath%20fill%3D%22%235a46ff%22%20d%3D%22M128%20256C24.766%20256%200%20231.234%200%20128S24.766%200%20128%200s128%2024.766%20128%20128s-24.766%20128-128%20128M91.764%2063.348l-40.147%2091.243c-1.825%204.432-3.389%2010.166-3.389%2015.12c0%2022.68%2015.902%2038.583%2038.582%2038.583c7.433%200%2013.605-1.953%2019.88-3.938l.005-.003c6.489-2.053%2013.089-4.141%2021.305-4.141c8.312%200%2014.754%202.07%2021.118%204.114l.002.001c6.21%201.995%2012.345%203.967%2020.069%203.967c22.68%200%2038.583-15.903%2038.583-38.583c0-4.954-1.565-10.688-3.389-15.12l-40.146-91.243c-6.78-15.38-19.813-23.723-36.237-23.723s-29.458%208.342-36.236%2023.723m-3.39%20105.581L128%2079.251l39.104%2089.678c-11.21-5.474-25.287-8.081-39.104-8.081c-14.338%200-27.894%202.607-39.625%208.081%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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