per logo
per-background from Web3 Icons Branded by 0xa3k5 · Background · MIT Free for personal and commercial use.
- Name
- per-background
- Set
- Web3 Icons Branded
- Style
- Background
- Viewbox
- 24×24
- License
- MIT
1 other variant in Web3 Icons Branded
Use the per logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clip-path="url(#SVGHcSWxdhd)"><path fill="#fff" d="M24 0H0v24h24z"/><path fill="url(#SVGRCAax3mn)" d="M12 18.629a7.314 7.314 0 1 0 0-14.63a7.314 7.314 0 0 0 0 14.63"/><path fill="url(#SVGEY4Nse1V)" d="m4.736 10.445l-.023.256c1.088-.928 3.812-2.587 6.761-2.587c2.39 0 3.762 1.371 4.146 2.075l-.384 3.027l-4.292 2.368l-.316.242v-5.472a.862.862 0 1 0-1.723 0v7.588a7 7 0 0 0 1.723.549v-1.509c2.222-.292 5.943-1.622 5.943-5.289c0-1.394-1.033-2.903-1.582-3.479l-2.88-.836l-3.24.49l-2.497 1.284z"/><path fill="url(#SVGZTGJ8bCR)" d="m4.75 10.268l-.028.228c1.577-1.5 4.508-2.615 6.66-2.615c2.218 0 3.818 1.326 3.818 2.953c0 2.387-3.525 3.52-5.029 3.735V10.4a.914.914 0 1 0-1.828 0v8.686a.914.914 0 1 0 1.828 0v-2.752c5.76-1.362 6.4-4.38 6.4-5.298c0-.915-.68-3.836-4.9-3.836c-3.054 0-5.692 1.865-6.921 3.068"/></g><defs><linearGradient id="SVGRCAax3mn" x1="17.627" x2="4.816" y1="7.19" y2="14.361" gradientUnits="userSpaceOnUse"><stop stop-color="#fd2307"/><stop offset="1" stop-color="#fdb106"/></linearGradient><linearGradient id="SVGEY4Nse1V" x1="16.9" x2="9.895" y1="4.796" y2="18.852" gradientUnits="userSpaceOnUse"><stop stop-color="#e67f5e"/><stop offset="1" stop-color="#fcc252"/></linearGradient><linearGradient id="SVGZTGJ8bCR" x1="10.03" x2="8.996" y1="17.289" y2="19.767" gradientUnits="userSpaceOnUse"><stop stop-color="#fefefc"/><stop offset="1" stop-color="#ffc125"/></linearGradient><clipPath id="SVGHcSWxdhd"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedPerBackground(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clipPath="url(#SVGHcSWxdhd)"><path fill="#fff" d="M24 0H0v24h24z"/><path fill="url(#SVGRCAax3mn)" d="M12 18.629a7.314 7.314 0 1 0 0-14.63a7.314 7.314 0 0 0 0 14.63"/><path fill="url(#SVGEY4Nse1V)" d="m4.736 10.445l-.023.256c1.088-.928 3.812-2.587 6.761-2.587c2.39 0 3.762 1.371 4.146 2.075l-.384 3.027l-4.292 2.368l-.316.242v-5.472a.862.862 0 1 0-1.723 0v7.588a7 7 0 0 0 1.723.549v-1.509c2.222-.292 5.943-1.622 5.943-5.289c0-1.394-1.033-2.903-1.582-3.479l-2.88-.836l-3.24.49l-2.497 1.284z"/><path fill="url(#SVGZTGJ8bCR)" d="m4.75 10.268l-.028.228c1.577-1.5 4.508-2.615 6.66-2.615c2.218 0 3.818 1.326 3.818 2.953c0 2.387-3.525 3.52-5.029 3.735V10.4a.914.914 0 1 0-1.828 0v8.686a.914.914 0 1 0 1.828 0v-2.752c5.76-1.362 6.4-4.38 6.4-5.298c0-.915-.68-3.836-4.9-3.836c-3.054 0-5.692 1.865-6.921 3.068"/></g><defs><linearGradient id="SVGRCAax3mn" x1="17.627" x2="4.816" y1="7.19" y2="14.361" gradientUnits="userSpaceOnUse"><stop stopColor="#fd2307"/><stop offset="1" stopColor="#fdb106"/></linearGradient><linearGradient id="SVGEY4Nse1V" x1="16.9" x2="9.895" y1="4.796" y2="18.852" gradientUnits="userSpaceOnUse"><stop stopColor="#e67f5e"/><stop offset="1" stopColor="#fcc252"/></linearGradient><linearGradient id="SVGZTGJ8bCR" x1="10.03" x2="8.996" y1="17.289" y2="19.767" gradientUnits="userSpaceOnUse"><stop stopColor="#fefefc"/><stop offset="1" stopColor="#ffc125"/></linearGradient><clipPath id="SVGHcSWxdhd"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clip-path="url(#SVGHcSWxdhd)"><path fill="#fff" d="M24 0H0v24h24z"/><path fill="url(#SVGRCAax3mn)" d="M12 18.629a7.314 7.314 0 1 0 0-14.63a7.314 7.314 0 0 0 0 14.63"/><path fill="url(#SVGEY4Nse1V)" d="m4.736 10.445l-.023.256c1.088-.928 3.812-2.587 6.761-2.587c2.39 0 3.762 1.371 4.146 2.075l-.384 3.027l-4.292 2.368l-.316.242v-5.472a.862.862 0 1 0-1.723 0v7.588a7 7 0 0 0 1.723.549v-1.509c2.222-.292 5.943-1.622 5.943-5.289c0-1.394-1.033-2.903-1.582-3.479l-2.88-.836l-3.24.49l-2.497 1.284z"/><path fill="url(#SVGZTGJ8bCR)" d="m4.75 10.268l-.028.228c1.577-1.5 4.508-2.615 6.66-2.615c2.218 0 3.818 1.326 3.818 2.953c0 2.387-3.525 3.52-5.029 3.735V10.4a.914.914 0 1 0-1.828 0v8.686a.914.914 0 1 0 1.828 0v-2.752c5.76-1.362 6.4-4.38 6.4-5.298c0-.915-.68-3.836-4.9-3.836c-3.054 0-5.692 1.865-6.921 3.068"/></g><defs><linearGradient id="SVGRCAax3mn" x1="17.627" x2="4.816" y1="7.19" y2="14.361" gradientUnits="userSpaceOnUse"><stop stop-color="#fd2307"/><stop offset="1" stop-color="#fdb106"/></linearGradient><linearGradient id="SVGEY4Nse1V" x1="16.9" x2="9.895" y1="4.796" y2="18.852" gradientUnits="userSpaceOnUse"><stop stop-color="#e67f5e"/><stop offset="1" stop-color="#fcc252"/></linearGradient><linearGradient id="SVGZTGJ8bCR" x1="10.03" x2="8.996" y1="17.289" y2="19.767" gradientUnits="userSpaceOnUse"><stop stop-color="#fefefc"/><stop offset="1" stop-color="#ffc125"/></linearGradient><clipPath id="SVGHcSWxdhd"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-per-background {
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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVGHcSWxdhd)%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGRCAax3mn)%22%20d%3D%22M12%2018.629a7.314%207.314%200%201%200%200-14.63a7.314%207.314%200%200%200%200%2014.63%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGEY4Nse1V)%22%20d%3D%22m4.736%2010.445l-.023.256c1.088-.928%203.812-2.587%206.761-2.587c2.39%200%203.762%201.371%204.146%202.075l-.384%203.027l-4.292%202.368l-.316.242v-5.472a.862.862%200%201%200-1.723%200v7.588a7%207%200%200%200%201.723.549v-1.509c2.222-.292%205.943-1.622%205.943-5.289c0-1.394-1.033-2.903-1.582-3.479l-2.88-.836l-3.24.49l-2.497%201.284z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGZTGJ8bCR)%22%20d%3D%22m4.75%2010.268l-.028.228c1.577-1.5%204.508-2.615%206.66-2.615c2.218%200%203.818%201.326%203.818%202.953c0%202.387-3.525%203.52-5.029%203.735V10.4a.914.914%200%201%200-1.828%200v8.686a.914.914%200%201%200%201.828%200v-2.752c5.76-1.362%206.4-4.38%206.4-5.298c0-.915-.68-3.836-4.9-3.836c-3.054%200-5.692%201.865-6.921%203.068%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGRCAax3mn%22%20x1%3D%2217.627%22%20x2%3D%224.816%22%20y1%3D%227.19%22%20y2%3D%2214.361%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fd2307%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fdb106%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGEY4Nse1V%22%20x1%3D%2216.9%22%20x2%3D%229.895%22%20y1%3D%224.796%22%20y2%3D%2218.852%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23e67f5e%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fcc252%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGZTGJ8bCR%22%20x1%3D%2210.03%22%20x2%3D%228.996%22%20y1%3D%2217.289%22%20y2%3D%2219.767%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fefefc%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffc125%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGHcSWxdhd%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVGHcSWxdhd)%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGRCAax3mn)%22%20d%3D%22M12%2018.629a7.314%207.314%200%201%200%200-14.63a7.314%207.314%200%200%200%200%2014.63%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGEY4Nse1V)%22%20d%3D%22m4.736%2010.445l-.023.256c1.088-.928%203.812-2.587%206.761-2.587c2.39%200%203.762%201.371%204.146%202.075l-.384%203.027l-4.292%202.368l-.316.242v-5.472a.862.862%200%201%200-1.723%200v7.588a7%207%200%200%200%201.723.549v-1.509c2.222-.292%205.943-1.622%205.943-5.289c0-1.394-1.033-2.903-1.582-3.479l-2.88-.836l-3.24.49l-2.497%201.284z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGZTGJ8bCR)%22%20d%3D%22m4.75%2010.268l-.028.228c1.577-1.5%204.508-2.615%206.66-2.615c2.218%200%203.818%201.326%203.818%202.953c0%202.387-3.525%203.52-5.029%203.735V10.4a.914.914%200%201%200-1.828%200v8.686a.914.914%200%201%200%201.828%200v-2.752c5.76-1.362%206.4-4.38%206.4-5.298c0-.915-.68-3.836-4.9-3.836c-3.054%200-5.692%201.865-6.921%203.068%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGRCAax3mn%22%20x1%3D%2217.627%22%20x2%3D%224.816%22%20y1%3D%227.19%22%20y2%3D%2214.361%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fd2307%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fdb106%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGEY4Nse1V%22%20x1%3D%2216.9%22%20x2%3D%229.895%22%20y1%3D%224.796%22%20y2%3D%2218.852%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23e67f5e%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fcc252%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGZTGJ8bCR%22%20x1%3D%2210.03%22%20x2%3D%228.996%22%20y1%3D%2217.289%22%20y2%3D%2219.767%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fefefc%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffc125%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGHcSWxdhd%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token-branded/per-background.svg?color=%231a73e8&size=48