qlc logo
qlc from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- qlc
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the qlc logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 18.171a.754.754 0 0 0 0-1.507a4.654 4.654 0 0 1-4.669-4.669a.754.754 0 0 0-1.501 0A6.17 6.17 0 0 0 12 18.177zm0-12.34a.754.754 0 1 0 0 1.507a4.653 4.653 0 0 1 4.669 4.668a.754.754 0 0 0 1.502 0A6.17 6.17 0 0 0 12 5.83"/><path fill="currentColor" d="M12.006 8.625A3.36 3.36 0 0 1 15.375 12a.776.776 0 0 1-1.547 0A1.828 1.828 0 1 0 12 13.834a.776.776 0 0 1 0 1.54a3.37 3.37 0 0 1-2.386-.99a3.375 3.375 0 0 1 2.392-5.76m3.121 6.502a.826.826 0 0 0 0-1.18l-.01-.018a.844.844 0 0 0-1.182 0a.844.844 0 0 0 0 1.187l.006.011a.83.83 0 0 0 1.186 0M12 3a.754.754 0 0 0 0 1.507A7.48 7.48 0 0 1 19.498 12A.753.753 0 0 0 21 12a9 9 0 0 0-2.638-6.368A9 9 0 0 0 12 3m0 18a.754.754 0 0 0 0-1.508A7.48 7.48 0 0 1 4.502 12A.751.751 0 1 0 3 12.01a8.95 8.95 0 0 0 2.638 6.356A8.95 8.95 0 0 0 12 21"/></svg>
React
import type { SVGProps } from "react";
export function TokenQlc(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="M12 18.171a.754.754 0 0 0 0-1.507a4.654 4.654 0 0 1-4.669-4.669a.754.754 0 0 0-1.501 0A6.17 6.17 0 0 0 12 18.177zm0-12.34a.754.754 0 1 0 0 1.507a4.653 4.653 0 0 1 4.669 4.668a.754.754 0 0 0 1.502 0A6.17 6.17 0 0 0 12 5.83"/><path fill="currentColor" d="M12.006 8.625A3.36 3.36 0 0 1 15.375 12a.776.776 0 0 1-1.547 0A1.828 1.828 0 1 0 12 13.834a.776.776 0 0 1 0 1.54a3.37 3.37 0 0 1-2.386-.99a3.375 3.375 0 0 1 2.392-5.76m3.121 6.502a.826.826 0 0 0 0-1.18l-.01-.018a.844.844 0 0 0-1.182 0a.844.844 0 0 0 0 1.187l.006.011a.83.83 0 0 0 1.186 0M12 3a.754.754 0 0 0 0 1.507A7.48 7.48 0 0 1 19.498 12A.753.753 0 0 0 21 12a9 9 0 0 0-2.638-6.368A9 9 0 0 0 12 3m0 18a.754.754 0 0 0 0-1.508A7.48 7.48 0 0 1 4.502 12A.751.751 0 1 0 3 12.01a8.95 8.95 0 0 0 2.638 6.356A8.95 8.95 0 0 0 12 21"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 18.171a.754.754 0 0 0 0-1.507a4.654 4.654 0 0 1-4.669-4.669a.754.754 0 0 0-1.501 0A6.17 6.17 0 0 0 12 18.177zm0-12.34a.754.754 0 1 0 0 1.507a4.653 4.653 0 0 1 4.669 4.668a.754.754 0 0 0 1.502 0A6.17 6.17 0 0 0 12 5.83"/><path fill="currentColor" d="M12.006 8.625A3.36 3.36 0 0 1 15.375 12a.776.776 0 0 1-1.547 0A1.828 1.828 0 1 0 12 13.834a.776.776 0 0 1 0 1.54a3.37 3.37 0 0 1-2.386-.99a3.375 3.375 0 0 1 2.392-5.76m3.121 6.502a.826.826 0 0 0 0-1.18l-.01-.018a.844.844 0 0 0-1.182 0a.844.844 0 0 0 0 1.187l.006.011a.83.83 0 0 0 1.186 0M12 3a.754.754 0 0 0 0 1.507A7.48 7.48 0 0 1 19.498 12A.753.753 0 0 0 21 12a9 9 0 0 0-2.638-6.368A9 9 0 0 0 12 3m0 18a.754.754 0 0 0 0-1.508A7.48 7.48 0 0 1 4.502 12A.751.751 0 1 0 3 12.01a8.95 8.95 0 0 0 2.638 6.356A8.95 8.95 0 0 0 12 21"/></svg> </template>
CSS
.icon-qlc {
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%22M12%2018.171a.754.754%200%200%200%200-1.507a4.654%204.654%200%200%201-4.669-4.669a.754.754%200%200%200-1.501%200A6.17%206.17%200%200%200%2012%2018.177zm0-12.34a.754.754%200%201%200%200%201.507a4.653%204.653%200%200%201%204.669%204.668a.754.754%200%200%200%201.502%200A6.17%206.17%200%200%200%2012%205.83%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.006%208.625A3.36%203.36%200%200%201%2015.375%2012a.776.776%200%200%201-1.547%200A1.828%201.828%200%201%200%2012%2013.834a.776.776%200%200%201%200%201.54a3.37%203.37%200%200%201-2.386-.99a3.375%203.375%200%200%201%202.392-5.76m3.121%206.502a.826.826%200%200%200%200-1.18l-.01-.018a.844.844%200%200%200-1.182%200a.844.844%200%200%200%200%201.187l.006.011a.83.83%200%200%200%201.186%200M12%203a.754.754%200%200%200%200%201.507A7.48%207.48%200%200%201%2019.498%2012A.753.753%200%200%200%2021%2012a9%209%200%200%200-2.638-6.368A9%209%200%200%200%2012%203m0%2018a.754.754%200%200%200%200-1.508A7.48%207.48%200%200%201%204.502%2012A.751.751%200%201%200%203%2012.01a8.95%208.95%200%200%200%202.638%206.356A8.95%208.95%200%200%200%2012%2021%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%22M12%2018.171a.754.754%200%200%200%200-1.507a4.654%204.654%200%200%201-4.669-4.669a.754.754%200%200%200-1.501%200A6.17%206.17%200%200%200%2012%2018.177zm0-12.34a.754.754%200%201%200%200%201.507a4.653%204.653%200%200%201%204.669%204.668a.754.754%200%200%200%201.502%200A6.17%206.17%200%200%200%2012%205.83%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.006%208.625A3.36%203.36%200%200%201%2015.375%2012a.776.776%200%200%201-1.547%200A1.828%201.828%200%201%200%2012%2013.834a.776.776%200%200%201%200%201.54a3.37%203.37%200%200%201-2.386-.99a3.375%203.375%200%200%201%202.392-5.76m3.121%206.502a.826.826%200%200%200%200-1.18l-.01-.018a.844.844%200%200%200-1.182%200a.844.844%200%200%200%200%201.187l.006.011a.83.83%200%200%200%201.186%200M12%203a.754.754%200%200%200%200%201.507A7.48%207.48%200%200%201%2019.498%2012A.753.753%200%200%200%2021%2012a9%209%200%200%200-2.638-6.368A9%209%200%200%200%2012%203m0%2018a.754.754%200%200%200%200-1.508A7.48%207.48%200%200%201%204.502%2012A.751.751%200%201%200%203%2012.01a8.95%208.95%200%200%200%202.638%206.356A8.95%208.95%200%200%200%2012%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/qlc.svg?color=%231a73e8&size=48