devrant from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
devrant
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the devrant logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.72 0C5.482-.015 1.592 4.046 1.701 10.322c-.074 3.907 1.437 7.002 4.127 8.734a10.3 10.3 0 0 0 2.137.995l2.174 3.353c.333.848.7.774.848-.11l.59-2.69h.442c2.469.073 4.57-.517 6.228-1.585c2.616-1.733 4.126-4.791 4.053-8.697C22.41 3.948 18.431-.144 12.019.004zm4.571 4.636c.258 0 .516.092.7.276h.001c.185.185.295.442.295.737c0 .148 0 .295-.074.406l-3.722 9.25c-.258.441-.627.552-.885.552a1.007 1.007 0 0 1-.994-.995c0-.148.037-.258.073-.406l3.685-9.212q.11-.22.221-.332a1 1 0 0 1 .7-.276M9.456 7.5c.313 0 .626.12.866.359h.001c.221.221.368.516.331.848c0 .332-.147.589-.368.848c-.222.258-.517.369-.848.369c-.332 0-.59-.148-.848-.37c-.259-.22-.37-.515-.37-.847s.149-.627.37-.848c.24-.24.552-.36.866-.36zm0 4.974c.313 0 .626.12.866.36h.001c.221.258.368.553.331.848a1.2 1.2 0 0 1-.368.848c-.221.258-.516.368-.848.368a1.2 1.2 0 0 1-.848-.368c-.259-.222-.37-.516-.37-.848s.149-.627.37-.848c.24-.24.552-.36.866-.36"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsDevrant(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.72 0C5.482-.015 1.592 4.046 1.701 10.322c-.074 3.907 1.437 7.002 4.127 8.734a10.3 10.3 0 0 0 2.137.995l2.174 3.353c.333.848.7.774.848-.11l.59-2.69h.442c2.469.073 4.57-.517 6.228-1.585c2.616-1.733 4.126-4.791 4.053-8.697C22.41 3.948 18.431-.144 12.019.004zm4.571 4.636c.258 0 .516.092.7.276h.001c.185.185.295.442.295.737c0 .148 0 .295-.074.406l-3.722 9.25c-.258.441-.627.552-.885.552a1.007 1.007 0 0 1-.994-.995c0-.148.037-.258.073-.406l3.685-9.212q.11-.22.221-.332a1 1 0 0 1 .7-.276M9.456 7.5c.313 0 .626.12.866.359h.001c.221.221.368.516.331.848c0 .332-.147.589-.368.848c-.222.258-.517.369-.848.369c-.332 0-.59-.148-.848-.37c-.259-.22-.37-.515-.37-.847s.149-.627.37-.848c.24-.24.552-.36.866-.36zm0 4.974c.313 0 .626.12.866.36h.001c.221.258.368.553.331.848a1.2 1.2 0 0 1-.368.848c-.221.258-.516.368-.848.368a1.2 1.2 0 0 1-.848-.368c-.259-.222-.37-.516-.37-.848s.149-.627.37-.848c.24-.24.552-.36.866-.36"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.72 0C5.482-.015 1.592 4.046 1.701 10.322c-.074 3.907 1.437 7.002 4.127 8.734a10.3 10.3 0 0 0 2.137.995l2.174 3.353c.333.848.7.774.848-.11l.59-2.69h.442c2.469.073 4.57-.517 6.228-1.585c2.616-1.733 4.126-4.791 4.053-8.697C22.41 3.948 18.431-.144 12.019.004zm4.571 4.636c.258 0 .516.092.7.276h.001c.185.185.295.442.295.737c0 .148 0 .295-.074.406l-3.722 9.25c-.258.441-.627.552-.885.552a1.007 1.007 0 0 1-.994-.995c0-.148.037-.258.073-.406l3.685-9.212q.11-.22.221-.332a1 1 0 0 1 .7-.276M9.456 7.5c.313 0 .626.12.866.359h.001c.221.221.368.516.331.848c0 .332-.147.589-.368.848c-.222.258-.517.369-.848.369c-.332 0-.59-.148-.848-.37c-.259-.22-.37-.515-.37-.847s.149-.627.37-.848c.24-.24.552-.36.866-.36zm0 4.974c.313 0 .626.12.866.36h.001c.221.258.368.553.331.848a1.2 1.2 0 0 1-.368.848c-.221.258-.516.368-.848.368a1.2 1.2 0 0 1-.848-.368c-.259-.222-.37-.516-.37-.848s.149-.627.37-.848c.24-.24.552-.36.866-.36"/></svg>
</template>

CSS

.icon-devrant {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.72%200C5.482-.015%201.592%204.046%201.701%2010.322c-.074%203.907%201.437%207.002%204.127%208.734a10.3%2010.3%200%200%200%202.137.995l2.174%203.353c.333.848.7.774.848-.11l.59-2.69h.442c2.469.073%204.57-.517%206.228-1.585c2.616-1.733%204.126-4.791%204.053-8.697C22.41%203.948%2018.431-.144%2012.019.004zm4.571%204.636c.258%200%20.516.092.7.276h.001c.185.185.295.442.295.737c0%20.148%200%20.295-.074.406l-3.722%209.25c-.258.441-.627.552-.885.552a1.007%201.007%200%200%201-.994-.995c0-.148.037-.258.073-.406l3.685-9.212q.11-.22.221-.332a1%201%200%200%201%20.7-.276M9.456%207.5c.313%200%20.626.12.866.359h.001c.221.221.368.516.331.848c0%20.332-.147.589-.368.848c-.222.258-.517.369-.848.369c-.332%200-.59-.148-.848-.37c-.259-.22-.37-.515-.37-.847s.149-.627.37-.848c.24-.24.552-.36.866-.36zm0%204.974c.313%200%20.626.12.866.36h.001c.221.258.368.553.331.848a1.2%201.2%200%200%201-.368.848c-.221.258-.516.368-.848.368a1.2%201.2%200%200%201-.848-.368c-.259-.222-.37-.516-.37-.848s.149-.627.37-.848c.24-.24.552-.36.866-.36%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.72%200C5.482-.015%201.592%204.046%201.701%2010.322c-.074%203.907%201.437%207.002%204.127%208.734a10.3%2010.3%200%200%200%202.137.995l2.174%203.353c.333.848.7.774.848-.11l.59-2.69h.442c2.469.073%204.57-.517%206.228-1.585c2.616-1.733%204.126-4.791%204.053-8.697C22.41%203.948%2018.431-.144%2012.019.004zm4.571%204.636c.258%200%20.516.092.7.276h.001c.185.185.295.442.295.737c0%20.148%200%20.295-.074.406l-3.722%209.25c-.258.441-.627.552-.885.552a1.007%201.007%200%200%201-.994-.995c0-.148.037-.258.073-.406l3.685-9.212q.11-.22.221-.332a1%201%200%200%201%20.7-.276M9.456%207.5c.313%200%20.626.12.866.359h.001c.221.221.368.516.331.848c0%20.332-.147.589-.368.848c-.222.258-.517.369-.848.369c-.332%200-.59-.148-.848-.37c-.259-.22-.37-.515-.37-.847s.149-.627.37-.848c.24-.24.552-.36.866-.36zm0%204.974c.313%200%20.626.12.866.36h.001c.221.258.368.553.331.848a1.2%201.2%200%200%201-.368.848c-.221.258-.516.368-.848.368a1.2%201.2%200%200%201-.848-.368c-.259-.222-.37-.516-.37-.848s.149-.627.37-.848c.24-.24.552-.36.866-.36%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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