icp logo
icp from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.
- Name
- icp
- Set
- Web3 Icons Branded
- Style
- Branded
- Viewbox
- 24×24
- License
- MIT
1 other variant in Web3 Icons Branded
The same logo in other sets
Use the icp logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGLt18meBU)" fill-rule="evenodd" d="m12 13.386l.023-.027c1.313 1.277 3.208 2.763 4.85 2.763A4.09 4.09 0 0 0 21 12.072c0-2.237-1.845-4.05-4.126-4.05c-1.746 0-3.465 1.295-4.874 2.736zm4.815 1.098c1.404 0 2.543-1.08 2.543-2.413S18.219 9.66 16.81 9.66s-2.781 1.305-3.744 2.412c.639.72 2.34 2.412 3.744 2.412z" clip-rule="evenodd"/><path fill="url(#SVG3JUCOeRD)" fill-rule="evenodd" d="m12.054 13.44l-.09-.09c-1.274 1.264-3.15 2.772-4.838 2.772A4.09 4.09 0 0 1 3 12.072c0-2.237 1.845-4.05 4.126-4.05c1.773 0 3.42 1.399 4.806 2.893l.122-.126zm-4.869 1.043c-1.409 0-2.547-1.08-2.547-2.412S5.776 9.66 7.185 9.66c1.408 0 2.78 1.305 3.744 2.412c-.639.72-2.34 2.412-3.744 2.412" clip-rule="evenodd"/><path fill="#46abe3" d="m10.758 11.923l.108.095l1.103 1.404c1.296 1.21 3.186 2.7 4.905 2.7a4.11 4.11 0 0 0 4.05-3.267c-.352.634-1.575 1.629-3.762 1.606q-.17.022-.351.023c-1.409 0-3.105-1.692-3.744-2.412l.013-.018l-1.327-1.598l-1.328-1.26c-1.062-.81-2.16-1.318-3.366-1.318c-2.038 0-3.676 1.62-4.005 3.555c.91-1.647 2.867-2.178 4.586-1.724c1.125.194 2.101 1.09 3.118 2.214"/><defs><linearGradient id="SVGLt18meBU" x1="21.918" x2="2.145" y1="11.615" y2="11.615" gradientUnits="userSpaceOnUse"><stop stop-color="#f2a528"/><stop offset="1" stop-color="#ef5e12"/></linearGradient><linearGradient id="SVG3JUCOeRD" x1="4.691" x2="21.402" y1="11.693" y2="11.693" gradientUnits="userSpaceOnUse"><stop stop-color="#5f2685"/><stop offset="1" stop-color="#da1980"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedIcp(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"><path fill="url(#SVGLt18meBU)" fillRule="evenodd" d="m12 13.386l.023-.027c1.313 1.277 3.208 2.763 4.85 2.763A4.09 4.09 0 0 0 21 12.072c0-2.237-1.845-4.05-4.126-4.05c-1.746 0-3.465 1.295-4.874 2.736zm4.815 1.098c1.404 0 2.543-1.08 2.543-2.413S18.219 9.66 16.81 9.66s-2.781 1.305-3.744 2.412c.639.72 2.34 2.412 3.744 2.412z" clipRule="evenodd"/><path fill="url(#SVG3JUCOeRD)" fillRule="evenodd" d="m12.054 13.44l-.09-.09c-1.274 1.264-3.15 2.772-4.838 2.772A4.09 4.09 0 0 1 3 12.072c0-2.237 1.845-4.05 4.126-4.05c1.773 0 3.42 1.399 4.806 2.893l.122-.126zm-4.869 1.043c-1.409 0-2.547-1.08-2.547-2.412S5.776 9.66 7.185 9.66c1.408 0 2.78 1.305 3.744 2.412c-.639.72-2.34 2.412-3.744 2.412" clipRule="evenodd"/><path fill="#46abe3" d="m10.758 11.923l.108.095l1.103 1.404c1.296 1.21 3.186 2.7 4.905 2.7a4.11 4.11 0 0 0 4.05-3.267c-.352.634-1.575 1.629-3.762 1.606q-.17.022-.351.023c-1.409 0-3.105-1.692-3.744-2.412l.013-.018l-1.327-1.598l-1.328-1.26c-1.062-.81-2.16-1.318-3.366-1.318c-2.038 0-3.676 1.62-4.005 3.555c.91-1.647 2.867-2.178 4.586-1.724c1.125.194 2.101 1.09 3.118 2.214"/><defs><linearGradient id="SVGLt18meBU" x1="21.918" x2="2.145" y1="11.615" y2="11.615" gradientUnits="userSpaceOnUse"><stop stopColor="#f2a528"/><stop offset="1" stopColor="#ef5e12"/></linearGradient><linearGradient id="SVG3JUCOeRD" x1="4.691" x2="21.402" y1="11.693" y2="11.693" gradientUnits="userSpaceOnUse"><stop stopColor="#5f2685"/><stop offset="1" stopColor="#da1980"/></linearGradient></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"><path fill="url(#SVGLt18meBU)" fill-rule="evenodd" d="m12 13.386l.023-.027c1.313 1.277 3.208 2.763 4.85 2.763A4.09 4.09 0 0 0 21 12.072c0-2.237-1.845-4.05-4.126-4.05c-1.746 0-3.465 1.295-4.874 2.736zm4.815 1.098c1.404 0 2.543-1.08 2.543-2.413S18.219 9.66 16.81 9.66s-2.781 1.305-3.744 2.412c.639.72 2.34 2.412 3.744 2.412z" clip-rule="evenodd"/><path fill="url(#SVG3JUCOeRD)" fill-rule="evenodd" d="m12.054 13.44l-.09-.09c-1.274 1.264-3.15 2.772-4.838 2.772A4.09 4.09 0 0 1 3 12.072c0-2.237 1.845-4.05 4.126-4.05c1.773 0 3.42 1.399 4.806 2.893l.122-.126zm-4.869 1.043c-1.409 0-2.547-1.08-2.547-2.412S5.776 9.66 7.185 9.66c1.408 0 2.78 1.305 3.744 2.412c-.639.72-2.34 2.412-3.744 2.412" clip-rule="evenodd"/><path fill="#46abe3" d="m10.758 11.923l.108.095l1.103 1.404c1.296 1.21 3.186 2.7 4.905 2.7a4.11 4.11 0 0 0 4.05-3.267c-.352.634-1.575 1.629-3.762 1.606q-.17.022-.351.023c-1.409 0-3.105-1.692-3.744-2.412l.013-.018l-1.327-1.598l-1.328-1.26c-1.062-.81-2.16-1.318-3.366-1.318c-2.038 0-3.676 1.62-4.005 3.555c.91-1.647 2.867-2.178 4.586-1.724c1.125.194 2.101 1.09 3.118 2.214"/><defs><linearGradient id="SVGLt18meBU" x1="21.918" x2="2.145" y1="11.615" y2="11.615" gradientUnits="userSpaceOnUse"><stop stop-color="#f2a528"/><stop offset="1" stop-color="#ef5e12"/></linearGradient><linearGradient id="SVG3JUCOeRD" x1="4.691" x2="21.402" y1="11.693" y2="11.693" gradientUnits="userSpaceOnUse"><stop stop-color="#5f2685"/><stop offset="1" stop-color="#da1980"/></linearGradient></defs></g></svg> </template>
CSS
.icon-icp {
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%3Cpath%20fill%3D%22url(%23SVGLt18meBU)%22%20fill-rule%3D%22evenodd%22%20d%3D%22m12%2013.386l.023-.027c1.313%201.277%203.208%202.763%204.85%202.763A4.09%204.09%200%200%200%2021%2012.072c0-2.237-1.845-4.05-4.126-4.05c-1.746%200-3.465%201.295-4.874%202.736zm4.815%201.098c1.404%200%202.543-1.08%202.543-2.413S18.219%209.66%2016.81%209.66s-2.781%201.305-3.744%202.412c.639.72%202.34%202.412%203.744%202.412z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG3JUCOeRD)%22%20fill-rule%3D%22evenodd%22%20d%3D%22m12.054%2013.44l-.09-.09c-1.274%201.264-3.15%202.772-4.838%202.772A4.09%204.09%200%200%201%203%2012.072c0-2.237%201.845-4.05%204.126-4.05c1.773%200%203.42%201.399%204.806%202.893l.122-.126zm-4.869%201.043c-1.409%200-2.547-1.08-2.547-2.412S5.776%209.66%207.185%209.66c1.408%200%202.78%201.305%203.744%202.412c-.639.72-2.34%202.412-3.744%202.412%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%2346abe3%22%20d%3D%22m10.758%2011.923l.108.095l1.103%201.404c1.296%201.21%203.186%202.7%204.905%202.7a4.11%204.11%200%200%200%204.05-3.267c-.352.634-1.575%201.629-3.762%201.606q-.17.022-.351.023c-1.409%200-3.105-1.692-3.744-2.412l.013-.018l-1.327-1.598l-1.328-1.26c-1.062-.81-2.16-1.318-3.366-1.318c-2.038%200-3.676%201.62-4.005%203.555c.91-1.647%202.867-2.178%204.586-1.724c1.125.194%202.101%201.09%203.118%202.214%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGLt18meBU%22%20x1%3D%2221.918%22%20x2%3D%222.145%22%20y1%3D%2211.615%22%20y2%3D%2211.615%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23f2a528%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ef5e12%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG3JUCOeRD%22%20x1%3D%224.691%22%20x2%3D%2221.402%22%20y1%3D%2211.693%22%20y2%3D%2211.693%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%235f2685%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23da1980%22%2F%3E%3C%2FlinearGradient%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%3Cpath%20fill%3D%22url(%23SVGLt18meBU)%22%20fill-rule%3D%22evenodd%22%20d%3D%22m12%2013.386l.023-.027c1.313%201.277%203.208%202.763%204.85%202.763A4.09%204.09%200%200%200%2021%2012.072c0-2.237-1.845-4.05-4.126-4.05c-1.746%200-3.465%201.295-4.874%202.736zm4.815%201.098c1.404%200%202.543-1.08%202.543-2.413S18.219%209.66%2016.81%209.66s-2.781%201.305-3.744%202.412c.639.72%202.34%202.412%203.744%202.412z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG3JUCOeRD)%22%20fill-rule%3D%22evenodd%22%20d%3D%22m12.054%2013.44l-.09-.09c-1.274%201.264-3.15%202.772-4.838%202.772A4.09%204.09%200%200%201%203%2012.072c0-2.237%201.845-4.05%204.126-4.05c1.773%200%203.42%201.399%204.806%202.893l.122-.126zm-4.869%201.043c-1.409%200-2.547-1.08-2.547-2.412S5.776%209.66%207.185%209.66c1.408%200%202.78%201.305%203.744%202.412c-.639.72-2.34%202.412-3.744%202.412%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%2346abe3%22%20d%3D%22m10.758%2011.923l.108.095l1.103%201.404c1.296%201.21%203.186%202.7%204.905%202.7a4.11%204.11%200%200%200%204.05-3.267c-.352.634-1.575%201.629-3.762%201.606q-.17.022-.351.023c-1.409%200-3.105-1.692-3.744-2.412l.013-.018l-1.327-1.598l-1.328-1.26c-1.062-.81-2.16-1.318-3.366-1.318c-2.038%200-3.676%201.62-4.005%203.555c.91-1.647%202.867-2.178%204.586-1.724c1.125.194%202.101%201.09%203.118%202.214%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGLt18meBU%22%20x1%3D%2221.918%22%20x2%3D%222.145%22%20y1%3D%2211.615%22%20y2%3D%2211.615%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23f2a528%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ef5e12%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG3JUCOeRD%22%20x1%3D%224.691%22%20x2%3D%2221.402%22%20y1%3D%2211.693%22%20y2%3D%2211.693%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%235f2685%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23da1980%22%2F%3E%3C%2FlinearGradient%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/icp.svg?color=%231a73e8&size=48