traefikproxy logo

traefikproxy from Devicon by konpa · Original · MIT Free for personal and commercial use.

Name
traefikproxy
Set
Devicon
Style
Original
Viewbox
128×128
License
MIT

1 other variant in Devicon

The same logo in other sets

Use the traefikproxy logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#24a1c1" d="M63.998 6.385c5.807 0 10.967 4.096 10.967 9.14c0 5.042-4.912 9.138-10.968 9.138q-1.034-.001-2.706-.341a3.65 3.65 0 0 0-2.536.405l-39.314 22.36a1.83 1.83 0 0 0 .008 3.185l42.618 23.922a3.66 3.66 0 0 0 3.564.012l42.846-23.82a1.823 1.823 0 0 0 .016-3.186l-13.37-7.587a3.66 3.66 0 0 0-3.579-.02l-14.109 7.826a1.26 1.26 0 0 0-.637.955l-.005.136c0 5.045-4.912 9.137-10.967 9.137c-6.05 0-10.963-4.091-10.963-9.138c0-5.044 4.913-9.14 10.964-9.14c.227 0 .483.018.775.037l.464.05l.512.06a3.66 3.66 0 0 0 2.263-.423l20.873-11.578a5.48 5.48 0 0 1 5.144-.09l.224.115l29.144 16.546c3.653 2.073 3.693 7.295.15 9.448l-.195.115l-19.5 10.836a1.83 1.83 0 0 0-.936 1.622a1.84 1.84 0 0 0 .976 1.592l19.31 10.16c3.836 2.015 3.925 7.472.166 9.614L66.55 120.895a5.5 5.5 0 0 1-5.437 0L2.802 87.611c-3.766-2.15-3.662-7.619.183-9.622l19.521-10.185a1.832 1.832 0 0 0 .05-3.217l-19.76-11.09c-3.652-2.052-3.729-7.249-.218-9.43l.195-.119l48.523-27.59a3.68 3.68 0 0 0 1.641-1.967l.06-.195c1.707-5.072 5.58-7.81 11.001-7.81Zm27.075 67.32L67.115 87.482l-.224.122a5.46 5.46 0 0 1-5.18-.098L37.827 74.039a3.64 3.64 0 0 0-3.477-.052l-13.768 7.195a1.83 1.83 0 0 0-.057 3.21l42.062 24.069a3.66 3.66 0 0 0 3.617 0l42.422-24.238a1.83 1.83 0 0 0 .926-1.619a1.83 1.83 0 0 0-.978-1.588l-13.987-7.38a3.65 3.65 0 0 0-3.516.07zm0 0"/></svg>

React

import type { SVGProps } from "react";

export function DeviconTraefikproxy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#24a1c1" d="M63.998 6.385c5.807 0 10.967 4.096 10.967 9.14c0 5.042-4.912 9.138-10.968 9.138q-1.034-.001-2.706-.341a3.65 3.65 0 0 0-2.536.405l-39.314 22.36a1.83 1.83 0 0 0 .008 3.185l42.618 23.922a3.66 3.66 0 0 0 3.564.012l42.846-23.82a1.823 1.823 0 0 0 .016-3.186l-13.37-7.587a3.66 3.66 0 0 0-3.579-.02l-14.109 7.826a1.26 1.26 0 0 0-.637.955l-.005.136c0 5.045-4.912 9.137-10.967 9.137c-6.05 0-10.963-4.091-10.963-9.138c0-5.044 4.913-9.14 10.964-9.14c.227 0 .483.018.775.037l.464.05l.512.06a3.66 3.66 0 0 0 2.263-.423l20.873-11.578a5.48 5.48 0 0 1 5.144-.09l.224.115l29.144 16.546c3.653 2.073 3.693 7.295.15 9.448l-.195.115l-19.5 10.836a1.83 1.83 0 0 0-.936 1.622a1.84 1.84 0 0 0 .976 1.592l19.31 10.16c3.836 2.015 3.925 7.472.166 9.614L66.55 120.895a5.5 5.5 0 0 1-5.437 0L2.802 87.611c-3.766-2.15-3.662-7.619.183-9.622l19.521-10.185a1.832 1.832 0 0 0 .05-3.217l-19.76-11.09c-3.652-2.052-3.729-7.249-.218-9.43l.195-.119l48.523-27.59a3.68 3.68 0 0 0 1.641-1.967l.06-.195c1.707-5.072 5.58-7.81 11.001-7.81Zm27.075 67.32L67.115 87.482l-.224.122a5.46 5.46 0 0 1-5.18-.098L37.827 74.039a3.64 3.64 0 0 0-3.477-.052l-13.768 7.195a1.83 1.83 0 0 0-.057 3.21l42.062 24.069a3.66 3.66 0 0 0 3.617 0l42.422-24.238a1.83 1.83 0 0 0 .926-1.619a1.83 1.83 0 0 0-.978-1.588l-13.987-7.38a3.65 3.65 0 0 0-3.516.07zm0 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#24a1c1" d="M63.998 6.385c5.807 0 10.967 4.096 10.967 9.14c0 5.042-4.912 9.138-10.968 9.138q-1.034-.001-2.706-.341a3.65 3.65 0 0 0-2.536.405l-39.314 22.36a1.83 1.83 0 0 0 .008 3.185l42.618 23.922a3.66 3.66 0 0 0 3.564.012l42.846-23.82a1.823 1.823 0 0 0 .016-3.186l-13.37-7.587a3.66 3.66 0 0 0-3.579-.02l-14.109 7.826a1.26 1.26 0 0 0-.637.955l-.005.136c0 5.045-4.912 9.137-10.967 9.137c-6.05 0-10.963-4.091-10.963-9.138c0-5.044 4.913-9.14 10.964-9.14c.227 0 .483.018.775.037l.464.05l.512.06a3.66 3.66 0 0 0 2.263-.423l20.873-11.578a5.48 5.48 0 0 1 5.144-.09l.224.115l29.144 16.546c3.653 2.073 3.693 7.295.15 9.448l-.195.115l-19.5 10.836a1.83 1.83 0 0 0-.936 1.622a1.84 1.84 0 0 0 .976 1.592l19.31 10.16c3.836 2.015 3.925 7.472.166 9.614L66.55 120.895a5.5 5.5 0 0 1-5.437 0L2.802 87.611c-3.766-2.15-3.662-7.619.183-9.622l19.521-10.185a1.832 1.832 0 0 0 .05-3.217l-19.76-11.09c-3.652-2.052-3.729-7.249-.218-9.43l.195-.119l48.523-27.59a3.68 3.68 0 0 0 1.641-1.967l.06-.195c1.707-5.072 5.58-7.81 11.001-7.81Zm27.075 67.32L67.115 87.482l-.224.122a5.46 5.46 0 0 1-5.18-.098L37.827 74.039a3.64 3.64 0 0 0-3.477-.052l-13.768 7.195a1.83 1.83 0 0 0-.057 3.21l42.062 24.069a3.66 3.66 0 0 0 3.617 0l42.422-24.238a1.83 1.83 0 0 0 .926-1.619a1.83 1.83 0 0 0-.978-1.588l-13.987-7.38a3.65 3.65 0 0 0-3.516.07zm0 0"/></svg>
</template>

CSS

.icon-traefikproxy {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22%2324a1c1%22%20d%3D%22M63.998%206.385c5.807%200%2010.967%204.096%2010.967%209.14c0%205.042-4.912%209.138-10.968%209.138q-1.034-.001-2.706-.341a3.65%203.65%200%200%200-2.536.405l-39.314%2022.36a1.83%201.83%200%200%200%20.008%203.185l42.618%2023.922a3.66%203.66%200%200%200%203.564.012l42.846-23.82a1.823%201.823%200%200%200%20.016-3.186l-13.37-7.587a3.66%203.66%200%200%200-3.579-.02l-14.109%207.826a1.26%201.26%200%200%200-.637.955l-.005.136c0%205.045-4.912%209.137-10.967%209.137c-6.05%200-10.963-4.091-10.963-9.138c0-5.044%204.913-9.14%2010.964-9.14c.227%200%20.483.018.775.037l.464.05l.512.06a3.66%203.66%200%200%200%202.263-.423l20.873-11.578a5.48%205.48%200%200%201%205.144-.09l.224.115l29.144%2016.546c3.653%202.073%203.693%207.295.15%209.448l-.195.115l-19.5%2010.836a1.83%201.83%200%200%200-.936%201.622a1.84%201.84%200%200%200%20.976%201.592l19.31%2010.16c3.836%202.015%203.925%207.472.166%209.614L66.55%20120.895a5.5%205.5%200%200%201-5.437%200L2.802%2087.611c-3.766-2.15-3.662-7.619.183-9.622l19.521-10.185a1.832%201.832%200%200%200%20.05-3.217l-19.76-11.09c-3.652-2.052-3.729-7.249-.218-9.43l.195-.119l48.523-27.59a3.68%203.68%200%200%200%201.641-1.967l.06-.195c1.707-5.072%205.58-7.81%2011.001-7.81Zm27.075%2067.32L67.115%2087.482l-.224.122a5.46%205.46%200%200%201-5.18-.098L37.827%2074.039a3.64%203.64%200%200%200-3.477-.052l-13.768%207.195a1.83%201.83%200%200%200-.057%203.21l42.062%2024.069a3.66%203.66%200%200%200%203.617%200l42.422-24.238a1.83%201.83%200%200%200%20.926-1.619a1.83%201.83%200%200%200-.978-1.588l-13.987-7.38a3.65%203.65%200%200%200-3.516.07zm0%200%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%20128%20128%22%3E%3Cpath%20fill%3D%22%2324a1c1%22%20d%3D%22M63.998%206.385c5.807%200%2010.967%204.096%2010.967%209.14c0%205.042-4.912%209.138-10.968%209.138q-1.034-.001-2.706-.341a3.65%203.65%200%200%200-2.536.405l-39.314%2022.36a1.83%201.83%200%200%200%20.008%203.185l42.618%2023.922a3.66%203.66%200%200%200%203.564.012l42.846-23.82a1.823%201.823%200%200%200%20.016-3.186l-13.37-7.587a3.66%203.66%200%200%200-3.579-.02l-14.109%207.826a1.26%201.26%200%200%200-.637.955l-.005.136c0%205.045-4.912%209.137-10.967%209.137c-6.05%200-10.963-4.091-10.963-9.138c0-5.044%204.913-9.14%2010.964-9.14c.227%200%20.483.018.775.037l.464.05l.512.06a3.66%203.66%200%200%200%202.263-.423l20.873-11.578a5.48%205.48%200%200%201%205.144-.09l.224.115l29.144%2016.546c3.653%202.073%203.693%207.295.15%209.448l-.195.115l-19.5%2010.836a1.83%201.83%200%200%200-.936%201.622a1.84%201.84%200%200%200%20.976%201.592l19.31%2010.16c3.836%202.015%203.925%207.472.166%209.614L66.55%20120.895a5.5%205.5%200%200%201-5.437%200L2.802%2087.611c-3.766-2.15-3.662-7.619.183-9.622l19.521-10.185a1.832%201.832%200%200%200%20.05-3.217l-19.76-11.09c-3.652-2.052-3.729-7.249-.218-9.43l.195-.119l48.523-27.59a3.68%203.68%200%200%200%201.641-1.967l.06-.195c1.707-5.072%205.58-7.81%2011.001-7.81Zm27.075%2067.32L67.115%2087.482l-.224.122a5.46%205.46%200%200%201-5.18-.098L37.827%2074.039a3.64%203.64%200%200%200-3.477-.052l-13.768%207.195a1.83%201.83%200%200%200-.057%203.21l42.062%2024.069a3.66%203.66%200%200%200%203.617%200l42.422-24.238a1.83%201.83%200%200%200%20.926-1.619a1.83%201.83%200%200%200-.978-1.588l-13.987-7.38a3.65%203.65%200%200%200-3.516.07zm0%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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