qwiklabs logo
qwiklabs from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- qwiklabs
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the qwiklabs logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.346 18.205A6.464 6.464 0 0 0 12 5.72a6.462 6.462 0 0 0-2.346 12.485a.69.69 0 0 0 .961-.623v-5.4a1.385 1.385 0 1 1 2.77 0v5.4a.692.692 0 0 0 .961.623m.809 5.558C20.252 22.378 24 17.718 24 12.182c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.536 3.748 10.196 8.845 11.581l.049.013l.059.016l.001-.002a1.385 1.385 0 0 0 .635-2.695a9.231 9.231 0 1 1 4.824-.001a1.385 1.385 0 0 0 .635 2.695l.001.002l.059-.016l.049-.013z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsQwiklabs(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="M14.346 18.205A6.464 6.464 0 0 0 12 5.72a6.462 6.462 0 0 0-2.346 12.485a.69.69 0 0 0 .961-.623v-5.4a1.385 1.385 0 1 1 2.77 0v5.4a.692.692 0 0 0 .961.623m.809 5.558C20.252 22.378 24 17.718 24 12.182c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.536 3.748 10.196 8.845 11.581l.049.013l.059.016l.001-.002a1.385 1.385 0 0 0 .635-2.695a9.231 9.231 0 1 1 4.824-.001a1.385 1.385 0 0 0 .635 2.695l.001.002l.059-.016l.049-.013z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.346 18.205A6.464 6.464 0 0 0 12 5.72a6.462 6.462 0 0 0-2.346 12.485a.69.69 0 0 0 .961-.623v-5.4a1.385 1.385 0 1 1 2.77 0v5.4a.692.692 0 0 0 .961.623m.809 5.558C20.252 22.378 24 17.718 24 12.182c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.536 3.748 10.196 8.845 11.581l.049.013l.059.016l.001-.002a1.385 1.385 0 0 0 .635-2.695a9.231 9.231 0 1 1 4.824-.001a1.385 1.385 0 0 0 .635 2.695l.001.002l.059-.016l.049-.013z"/></svg> </template>
CSS
.icon-qwiklabs {
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%22M14.346%2018.205A6.464%206.464%200%200%200%2012%205.72a6.462%206.462%200%200%200-2.346%2012.485a.69.69%200%200%200%20.961-.623v-5.4a1.385%201.385%200%201%201%202.77%200v5.4a.692.692%200%200%200%20.961.623m.809%205.558C20.252%2022.378%2024%2017.718%2024%2012.182c0-6.627-5.373-12-12-12s-12%205.373-12%2012c0%205.536%203.748%2010.196%208.845%2011.581l.049.013l.059.016l.001-.002a1.385%201.385%200%200%200%20.635-2.695a9.231%209.231%200%201%201%204.824-.001a1.385%201.385%200%200%200%20.635%202.695l.001.002l.059-.016l.049-.013z%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%22M14.346%2018.205A6.464%206.464%200%200%200%2012%205.72a6.462%206.462%200%200%200-2.346%2012.485a.69.69%200%200%200%20.961-.623v-5.4a1.385%201.385%200%201%201%202.77%200v5.4a.692.692%200%200%200%20.961.623m.809%205.558C20.252%2022.378%2024%2017.718%2024%2012.182c0-6.627-5.373-12-12-12s-12%205.373-12%2012c0%205.536%203.748%2010.196%208.845%2011.581l.049.013l.059.016l.001-.002a1.385%201.385%200%200%200%20.635-2.695a9.231%209.231%200%201%201%204.824-.001a1.385%201.385%200%200%200%20.635%202.695l.001.002l.059-.016l.049-.013z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/qwiklabs.svg?color=%231a73e8&size=48