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

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

The same logo in other sets

Use the envato logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.156 0a2.7 2.7 0 0 0-1.886.8L4 11.253c-.382.42-.558.978-.453 1.57c.176.945 1.116 1.571 2.06 1.399l5.54-1.13c.12-.025.183.136.082.204L5.088 17.23c-.769.487-1.119 1.36-.875 2.234c.244 1.151 1.398 1.814 2.516 1.537l9.183-2.26a.11.11 0 0 1 .113.176l-1.433 1.77c-.383.487.244 1.15.77.767l4.716-3.877c.84-.697.281-2.062-.803-1.957l-.011-.004l-6.047.65a.111.111 0 0 1-.08-.199l5.918-4.609c.382-.315.628-.801.523-1.326c-.105-.803-.767-1.328-1.607-1.223l-6.43.942c-.112.015-.174-.128-.084-.2l6.375-4.867c1.256-.978 1.36-2.898.209-4.015A2.6 2.6 0 0 0 16.156 0M13.1 21.855a1.07 1.07 0 0 0-1.073 1.073A1.07 1.07 0 0 0 13.1 24a1.07 1.07 0 0 0 1.072-1.072a1.07 1.07 0 0 0-1.072-1.073"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsEnvato(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="M16.156 0a2.7 2.7 0 0 0-1.886.8L4 11.253c-.382.42-.558.978-.453 1.57c.176.945 1.116 1.571 2.06 1.399l5.54-1.13c.12-.025.183.136.082.204L5.088 17.23c-.769.487-1.119 1.36-.875 2.234c.244 1.151 1.398 1.814 2.516 1.537l9.183-2.26a.11.11 0 0 1 .113.176l-1.433 1.77c-.383.487.244 1.15.77.767l4.716-3.877c.84-.697.281-2.062-.803-1.957l-.011-.004l-6.047.65a.111.111 0 0 1-.08-.199l5.918-4.609c.382-.315.628-.801.523-1.326c-.105-.803-.767-1.328-1.607-1.223l-6.43.942c-.112.015-.174-.128-.084-.2l6.375-4.867c1.256-.978 1.36-2.898.209-4.015A2.6 2.6 0 0 0 16.156 0M13.1 21.855a1.07 1.07 0 0 0-1.073 1.073A1.07 1.07 0 0 0 13.1 24a1.07 1.07 0 0 0 1.072-1.072a1.07 1.07 0 0 0-1.072-1.073"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.156 0a2.7 2.7 0 0 0-1.886.8L4 11.253c-.382.42-.558.978-.453 1.57c.176.945 1.116 1.571 2.06 1.399l5.54-1.13c.12-.025.183.136.082.204L5.088 17.23c-.769.487-1.119 1.36-.875 2.234c.244 1.151 1.398 1.814 2.516 1.537l9.183-2.26a.11.11 0 0 1 .113.176l-1.433 1.77c-.383.487.244 1.15.77.767l4.716-3.877c.84-.697.281-2.062-.803-1.957l-.011-.004l-6.047.65a.111.111 0 0 1-.08-.199l5.918-4.609c.382-.315.628-.801.523-1.326c-.105-.803-.767-1.328-1.607-1.223l-6.43.942c-.112.015-.174-.128-.084-.2l6.375-4.867c1.256-.978 1.36-2.898.209-4.015A2.6 2.6 0 0 0 16.156 0M13.1 21.855a1.07 1.07 0 0 0-1.073 1.073A1.07 1.07 0 0 0 13.1 24a1.07 1.07 0 0 0 1.072-1.072a1.07 1.07 0 0 0-1.072-1.073"/></svg>
</template>

CSS

.icon-envato {
  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%22M16.156%200a2.7%202.7%200%200%200-1.886.8L4%2011.253c-.382.42-.558.978-.453%201.57c.176.945%201.116%201.571%202.06%201.399l5.54-1.13c.12-.025.183.136.082.204L5.088%2017.23c-.769.487-1.119%201.36-.875%202.234c.244%201.151%201.398%201.814%202.516%201.537l9.183-2.26a.11.11%200%200%201%20.113.176l-1.433%201.77c-.383.487.244%201.15.77.767l4.716-3.877c.84-.697.281-2.062-.803-1.957l-.011-.004l-6.047.65a.111.111%200%200%201-.08-.199l5.918-4.609c.382-.315.628-.801.523-1.326c-.105-.803-.767-1.328-1.607-1.223l-6.43.942c-.112.015-.174-.128-.084-.2l6.375-4.867c1.256-.978%201.36-2.898.209-4.015A2.6%202.6%200%200%200%2016.156%200M13.1%2021.855a1.07%201.07%200%200%200-1.073%201.073A1.07%201.07%200%200%200%2013.1%2024a1.07%201.07%200%200%200%201.072-1.072a1.07%201.07%200%200%200-1.072-1.073%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%22M16.156%200a2.7%202.7%200%200%200-1.886.8L4%2011.253c-.382.42-.558.978-.453%201.57c.176.945%201.116%201.571%202.06%201.399l5.54-1.13c.12-.025.183.136.082.204L5.088%2017.23c-.769.487-1.119%201.36-.875%202.234c.244%201.151%201.398%201.814%202.516%201.537l9.183-2.26a.11.11%200%200%201%20.113.176l-1.433%201.77c-.383.487.244%201.15.77.767l4.716-3.877c.84-.697.281-2.062-.803-1.957l-.011-.004l-6.047.65a.111.111%200%200%201-.08-.199l5.918-4.609c.382-.315.628-.801.523-1.326c-.105-.803-.767-1.328-1.607-1.223l-6.43.942c-.112.015-.174-.128-.084-.2l6.375-4.867c1.256-.978%201.36-2.898.209-4.015A2.6%202.6%200%200%200%2016.156%200M13.1%2021.855a1.07%201.07%200%200%200-1.073%201.073A1.07%201.07%200%200%200%2013.1%2024a1.07%201.07%200%200%200%201.072-1.072a1.07%201.07%200%200%200-1.072-1.073%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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