cov logo
cov from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- cov
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the cov logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.533 6.37c-3.275 0-5.627 2.34-5.627 5.627c0 3.308 2.34 5.643 5.627 5.627c3.263 0 5.638-2.364 5.627-5.627c0-3.32-2.409-5.627-5.627-5.627m0 10.69a5.036 5.036 0 0 1-5.065-5.063a5.064 5.064 0 1 1 10.129 0c0 2.847-2.166 5.064-5.064 5.064"/><path fill="currentColor" d="M6.37 11.49c.231.028.338-.225.372-.456a6.6 6.6 0 0 1 2.453-4.406a6.7 6.7 0 0 1 3.14-1.378c.242-.04.551-.208.512-.45c-.028-.192-.197-.276-.433-.237a7.6 7.6 0 0 0-4.991 3.073a7.5 7.5 0 0 0-1.35 3.488c-.029.203.061.338.297.372zm12.267-5.137a7.63 7.63 0 0 0-4.136-1.835c-.247 0-.405.057-.416.282c-.017.23.23.31.461.332a6.7 6.7 0 0 1 4.243 2.2c.163.18.388.337.574.169c.18-.152.112-.304-.056-.484a6 6 0 0 0-.67-.664M8.587 17.64a7.5 7.5 0 0 0 3.782 1.778c.163.045.422-.039.455-.275c.04-.237-.213-.372-.54-.428a6.75 6.75 0 0 1-5.542-5.525c-.057-.282-.237-.557-.467-.45c-.175.078-.192.258-.163.45a7.48 7.48 0 0 0 2.475 4.445zm10.028-.866a6.75 6.75 0 0 1-4.108 2.06c-.248.022-.518.14-.49.382c.029.236.248.292.49.259a7.62 7.62 0 0 0 4.653-2.335c.164-.175.276-.411.102-.58c-.18-.152-.484.034-.653.214z"/><path fill="currentColor" d="M18.49 18.816a8.2 8.2 0 0 1-4.67 1.62a8.2 8.2 0 0 1-5.368-1.738c-.225-.197-.49-.293-.636-.04c-.056.175 0 .27.147.389a9.06 9.06 0 0 0 5.964 1.946a9.1 9.1 0 0 0 5.166-1.811c.152-.113.18-.282.034-.473c-.147-.186-.45-.034-.636.113zm-13.397-6.82A8.1 8.1 0 0 1 6.753 7.1c.146-.192.293-.484.101-.625c-.202-.13-.377-.056-.49.096A8.98 8.98 0 0 0 4.53 11.99a9 9 0 0 0 1.97 5.6c.118.145.32.241.506.09c.191-.147.023-.451-.13-.637a8.1 8.1 0 0 1-1.783-5.047m3.196-6.572a8.18 8.18 0 0 1 5.543-1.868c1.744.056 3.5.59 4.878 1.676c.191.152.518.383.675.192c.147-.186.057-.338-.112-.473a9.17 9.17 0 0 0-11.48.135c-.095.079-.252.265-.095.45c.158.192.405.045.597-.112zm3.275 6.572c-.208-.006-.281.163-.281.394v1.463c0 .242.112.394.292.394c.186 0 .27-.158.27-.394V12.39c0-.225-.073-.388-.281-.394m1.688-1.126c-.225 0-.281.203-.281.44v2.51c0 .236.028.427.281.427s.281-.197.281-.428v-2.51c0-.23-.056-.438-.281-.438m1.682-1.688c-.236 0-.275.209-.275.44v4.186c0 .236.062.439.275.439c.209 0 .282-.208.282-.44l.005-4.186c0-.23-.056-.439-.287-.439"/></svg>
React
import type { SVGProps } from "react";
export function TokenCov(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="M13.533 6.37c-3.275 0-5.627 2.34-5.627 5.627c0 3.308 2.34 5.643 5.627 5.627c3.263 0 5.638-2.364 5.627-5.627c0-3.32-2.409-5.627-5.627-5.627m0 10.69a5.036 5.036 0 0 1-5.065-5.063a5.064 5.064 0 1 1 10.129 0c0 2.847-2.166 5.064-5.064 5.064"/><path fill="currentColor" d="M6.37 11.49c.231.028.338-.225.372-.456a6.6 6.6 0 0 1 2.453-4.406a6.7 6.7 0 0 1 3.14-1.378c.242-.04.551-.208.512-.45c-.028-.192-.197-.276-.433-.237a7.6 7.6 0 0 0-4.991 3.073a7.5 7.5 0 0 0-1.35 3.488c-.029.203.061.338.297.372zm12.267-5.137a7.63 7.63 0 0 0-4.136-1.835c-.247 0-.405.057-.416.282c-.017.23.23.31.461.332a6.7 6.7 0 0 1 4.243 2.2c.163.18.388.337.574.169c.18-.152.112-.304-.056-.484a6 6 0 0 0-.67-.664M8.587 17.64a7.5 7.5 0 0 0 3.782 1.778c.163.045.422-.039.455-.275c.04-.237-.213-.372-.54-.428a6.75 6.75 0 0 1-5.542-5.525c-.057-.282-.237-.557-.467-.45c-.175.078-.192.258-.163.45a7.48 7.48 0 0 0 2.475 4.445zm10.028-.866a6.75 6.75 0 0 1-4.108 2.06c-.248.022-.518.14-.49.382c.029.236.248.292.49.259a7.62 7.62 0 0 0 4.653-2.335c.164-.175.276-.411.102-.58c-.18-.152-.484.034-.653.214z"/><path fill="currentColor" d="M18.49 18.816a8.2 8.2 0 0 1-4.67 1.62a8.2 8.2 0 0 1-5.368-1.738c-.225-.197-.49-.293-.636-.04c-.056.175 0 .27.147.389a9.06 9.06 0 0 0 5.964 1.946a9.1 9.1 0 0 0 5.166-1.811c.152-.113.18-.282.034-.473c-.147-.186-.45-.034-.636.113zm-13.397-6.82A8.1 8.1 0 0 1 6.753 7.1c.146-.192.293-.484.101-.625c-.202-.13-.377-.056-.49.096A8.98 8.98 0 0 0 4.53 11.99a9 9 0 0 0 1.97 5.6c.118.145.32.241.506.09c.191-.147.023-.451-.13-.637a8.1 8.1 0 0 1-1.783-5.047m3.196-6.572a8.18 8.18 0 0 1 5.543-1.868c1.744.056 3.5.59 4.878 1.676c.191.152.518.383.675.192c.147-.186.057-.338-.112-.473a9.17 9.17 0 0 0-11.48.135c-.095.079-.252.265-.095.45c.158.192.405.045.597-.112zm3.275 6.572c-.208-.006-.281.163-.281.394v1.463c0 .242.112.394.292.394c.186 0 .27-.158.27-.394V12.39c0-.225-.073-.388-.281-.394m1.688-1.126c-.225 0-.281.203-.281.44v2.51c0 .236.028.427.281.427s.281-.197.281-.428v-2.51c0-.23-.056-.438-.281-.438m1.682-1.688c-.236 0-.275.209-.275.44v4.186c0 .236.062.439.275.439c.209 0 .282-.208.282-.44l.005-4.186c0-.23-.056-.439-.287-.439"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.533 6.37c-3.275 0-5.627 2.34-5.627 5.627c0 3.308 2.34 5.643 5.627 5.627c3.263 0 5.638-2.364 5.627-5.627c0-3.32-2.409-5.627-5.627-5.627m0 10.69a5.036 5.036 0 0 1-5.065-5.063a5.064 5.064 0 1 1 10.129 0c0 2.847-2.166 5.064-5.064 5.064"/><path fill="currentColor" d="M6.37 11.49c.231.028.338-.225.372-.456a6.6 6.6 0 0 1 2.453-4.406a6.7 6.7 0 0 1 3.14-1.378c.242-.04.551-.208.512-.45c-.028-.192-.197-.276-.433-.237a7.6 7.6 0 0 0-4.991 3.073a7.5 7.5 0 0 0-1.35 3.488c-.029.203.061.338.297.372zm12.267-5.137a7.63 7.63 0 0 0-4.136-1.835c-.247 0-.405.057-.416.282c-.017.23.23.31.461.332a6.7 6.7 0 0 1 4.243 2.2c.163.18.388.337.574.169c.18-.152.112-.304-.056-.484a6 6 0 0 0-.67-.664M8.587 17.64a7.5 7.5 0 0 0 3.782 1.778c.163.045.422-.039.455-.275c.04-.237-.213-.372-.54-.428a6.75 6.75 0 0 1-5.542-5.525c-.057-.282-.237-.557-.467-.45c-.175.078-.192.258-.163.45a7.48 7.48 0 0 0 2.475 4.445zm10.028-.866a6.75 6.75 0 0 1-4.108 2.06c-.248.022-.518.14-.49.382c.029.236.248.292.49.259a7.62 7.62 0 0 0 4.653-2.335c.164-.175.276-.411.102-.58c-.18-.152-.484.034-.653.214z"/><path fill="currentColor" d="M18.49 18.816a8.2 8.2 0 0 1-4.67 1.62a8.2 8.2 0 0 1-5.368-1.738c-.225-.197-.49-.293-.636-.04c-.056.175 0 .27.147.389a9.06 9.06 0 0 0 5.964 1.946a9.1 9.1 0 0 0 5.166-1.811c.152-.113.18-.282.034-.473c-.147-.186-.45-.034-.636.113zm-13.397-6.82A8.1 8.1 0 0 1 6.753 7.1c.146-.192.293-.484.101-.625c-.202-.13-.377-.056-.49.096A8.98 8.98 0 0 0 4.53 11.99a9 9 0 0 0 1.97 5.6c.118.145.32.241.506.09c.191-.147.023-.451-.13-.637a8.1 8.1 0 0 1-1.783-5.047m3.196-6.572a8.18 8.18 0 0 1 5.543-1.868c1.744.056 3.5.59 4.878 1.676c.191.152.518.383.675.192c.147-.186.057-.338-.112-.473a9.17 9.17 0 0 0-11.48.135c-.095.079-.252.265-.095.45c.158.192.405.045.597-.112zm3.275 6.572c-.208-.006-.281.163-.281.394v1.463c0 .242.112.394.292.394c.186 0 .27-.158.27-.394V12.39c0-.225-.073-.388-.281-.394m1.688-1.126c-.225 0-.281.203-.281.44v2.51c0 .236.028.427.281.427s.281-.197.281-.428v-2.51c0-.23-.056-.438-.281-.438m1.682-1.688c-.236 0-.275.209-.275.44v4.186c0 .236.062.439.275.439c.209 0 .282-.208.282-.44l.005-4.186c0-.23-.056-.439-.287-.439"/></svg> </template>
CSS
.icon-cov {
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%22M13.533%206.37c-3.275%200-5.627%202.34-5.627%205.627c0%203.308%202.34%205.643%205.627%205.627c3.263%200%205.638-2.364%205.627-5.627c0-3.32-2.409-5.627-5.627-5.627m0%2010.69a5.036%205.036%200%200%201-5.065-5.063a5.064%205.064%200%201%201%2010.129%200c0%202.847-2.166%205.064-5.064%205.064%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.37%2011.49c.231.028.338-.225.372-.456a6.6%206.6%200%200%201%202.453-4.406a6.7%206.7%200%200%201%203.14-1.378c.242-.04.551-.208.512-.45c-.028-.192-.197-.276-.433-.237a7.6%207.6%200%200%200-4.991%203.073a7.5%207.5%200%200%200-1.35%203.488c-.029.203.061.338.297.372zm12.267-5.137a7.63%207.63%200%200%200-4.136-1.835c-.247%200-.405.057-.416.282c-.017.23.23.31.461.332a6.7%206.7%200%200%201%204.243%202.2c.163.18.388.337.574.169c.18-.152.112-.304-.056-.484a6%206%200%200%200-.67-.664M8.587%2017.64a7.5%207.5%200%200%200%203.782%201.778c.163.045.422-.039.455-.275c.04-.237-.213-.372-.54-.428a6.75%206.75%200%200%201-5.542-5.525c-.057-.282-.237-.557-.467-.45c-.175.078-.192.258-.163.45a7.48%207.48%200%200%200%202.475%204.445zm10.028-.866a6.75%206.75%200%200%201-4.108%202.06c-.248.022-.518.14-.49.382c.029.236.248.292.49.259a7.62%207.62%200%200%200%204.653-2.335c.164-.175.276-.411.102-.58c-.18-.152-.484.034-.653.214z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.49%2018.816a8.2%208.2%200%200%201-4.67%201.62a8.2%208.2%200%200%201-5.368-1.738c-.225-.197-.49-.293-.636-.04c-.056.175%200%20.27.147.389a9.06%209.06%200%200%200%205.964%201.946a9.1%209.1%200%200%200%205.166-1.811c.152-.113.18-.282.034-.473c-.147-.186-.45-.034-.636.113zm-13.397-6.82A8.1%208.1%200%200%201%206.753%207.1c.146-.192.293-.484.101-.625c-.202-.13-.377-.056-.49.096A8.98%208.98%200%200%200%204.53%2011.99a9%209%200%200%200%201.97%205.6c.118.145.32.241.506.09c.191-.147.023-.451-.13-.637a8.1%208.1%200%200%201-1.783-5.047m3.196-6.572a8.18%208.18%200%200%201%205.543-1.868c1.744.056%203.5.59%204.878%201.676c.191.152.518.383.675.192c.147-.186.057-.338-.112-.473a9.17%209.17%200%200%200-11.48.135c-.095.079-.252.265-.095.45c.158.192.405.045.597-.112zm3.275%206.572c-.208-.006-.281.163-.281.394v1.463c0%20.242.112.394.292.394c.186%200%20.27-.158.27-.394V12.39c0-.225-.073-.388-.281-.394m1.688-1.126c-.225%200-.281.203-.281.44v2.51c0%20.236.028.427.281.427s.281-.197.281-.428v-2.51c0-.23-.056-.438-.281-.438m1.682-1.688c-.236%200-.275.209-.275.44v4.186c0%20.236.062.439.275.439c.209%200%20.282-.208.282-.44l.005-4.186c0-.23-.056-.439-.287-.439%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%22M13.533%206.37c-3.275%200-5.627%202.34-5.627%205.627c0%203.308%202.34%205.643%205.627%205.627c3.263%200%205.638-2.364%205.627-5.627c0-3.32-2.409-5.627-5.627-5.627m0%2010.69a5.036%205.036%200%200%201-5.065-5.063a5.064%205.064%200%201%201%2010.129%200c0%202.847-2.166%205.064-5.064%205.064%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.37%2011.49c.231.028.338-.225.372-.456a6.6%206.6%200%200%201%202.453-4.406a6.7%206.7%200%200%201%203.14-1.378c.242-.04.551-.208.512-.45c-.028-.192-.197-.276-.433-.237a7.6%207.6%200%200%200-4.991%203.073a7.5%207.5%200%200%200-1.35%203.488c-.029.203.061.338.297.372zm12.267-5.137a7.63%207.63%200%200%200-4.136-1.835c-.247%200-.405.057-.416.282c-.017.23.23.31.461.332a6.7%206.7%200%200%201%204.243%202.2c.163.18.388.337.574.169c.18-.152.112-.304-.056-.484a6%206%200%200%200-.67-.664M8.587%2017.64a7.5%207.5%200%200%200%203.782%201.778c.163.045.422-.039.455-.275c.04-.237-.213-.372-.54-.428a6.75%206.75%200%200%201-5.542-5.525c-.057-.282-.237-.557-.467-.45c-.175.078-.192.258-.163.45a7.48%207.48%200%200%200%202.475%204.445zm10.028-.866a6.75%206.75%200%200%201-4.108%202.06c-.248.022-.518.14-.49.382c.029.236.248.292.49.259a7.62%207.62%200%200%200%204.653-2.335c.164-.175.276-.411.102-.58c-.18-.152-.484.034-.653.214z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.49%2018.816a8.2%208.2%200%200%201-4.67%201.62a8.2%208.2%200%200%201-5.368-1.738c-.225-.197-.49-.293-.636-.04c-.056.175%200%20.27.147.389a9.06%209.06%200%200%200%205.964%201.946a9.1%209.1%200%200%200%205.166-1.811c.152-.113.18-.282.034-.473c-.147-.186-.45-.034-.636.113zm-13.397-6.82A8.1%208.1%200%200%201%206.753%207.1c.146-.192.293-.484.101-.625c-.202-.13-.377-.056-.49.096A8.98%208.98%200%200%200%204.53%2011.99a9%209%200%200%200%201.97%205.6c.118.145.32.241.506.09c.191-.147.023-.451-.13-.637a8.1%208.1%200%200%201-1.783-5.047m3.196-6.572a8.18%208.18%200%200%201%205.543-1.868c1.744.056%203.5.59%204.878%201.676c.191.152.518.383.675.192c.147-.186.057-.338-.112-.473a9.17%209.17%200%200%200-11.48.135c-.095.079-.252.265-.095.45c.158.192.405.045.597-.112zm3.275%206.572c-.208-.006-.281.163-.281.394v1.463c0%20.242.112.394.292.394c.186%200%20.27-.158.27-.394V12.39c0-.225-.073-.388-.281-.394m1.688-1.126c-.225%200-.281.203-.281.44v2.51c0%20.236.028.427.281.427s.281-.197.281-.428v-2.51c0-.23-.056-.438-.281-.438m1.682-1.688c-.236%200-.275.209-.275.44v4.186c0%20.236.062.439.275.439c.209%200%20.282-.208.282-.44l.005-4.186c0-.23-.056-.439-.287-.439%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/cov.svg?color=%231a73e8&size=48