uplabs logo
uplabs from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- uplabs
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the uplabs logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.804 19.205c-.112-.111-.186-.26-.297-.372q-1.333-1.34-4.11-1.34c-1.816 0-3.186.446-4.075 1.34c-.111.112-.185.223-.296.372zm2.88-.044V5.164h2.959V6.9c.406-.702.887-1.219 1.479-1.588a4.06 4.06 0 0 1 2.034-.517c1.516 0 2.7.517 3.55 1.514S24 8.709 24 10.482c0 1.736-.444 3.102-1.294 4.136s-1.997 1.551-3.402 1.551c-.851 0-1.554-.147-2.145-.48c-.592-.295-1.11-.812-1.516-1.477c.037.259.073.554.073.886c0 .296.037.665.037 1.071v2.955h-3.069zm2.81-8.679c0 .96.222 1.699.703 2.253c.481.517 1.147.812 1.96.812c.85 0 1.516-.258 1.96-.812c.48-.517.703-1.293.703-2.253s-.222-1.699-.703-2.253c-.48-.554-1.146-.812-1.997-.812c-.813 0-1.479.295-1.96.85c-.444.48-.665 1.255-.665 2.215zM7.73 5.201v5.577q0 1.385-.555 1.994c-.37.406-.961.628-1.775.628c-.813 0-1.405-.185-1.775-.591c-.37-.407-.555-1.071-.555-2.031V5.2H0v5.577c0 1.661.333 2.88.998 3.767c.111.11.185.258.296.369q1.332 1.33 4.105 1.33c1.812 0 3.18-.444 4.068-1.33c.11-.111.185-.222.296-.37q.998-1.33.998-3.766V5.2Z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsUplabs(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="M9.804 19.205c-.112-.111-.186-.26-.297-.372q-1.333-1.34-4.11-1.34c-1.816 0-3.186.446-4.075 1.34c-.111.112-.185.223-.296.372zm2.88-.044V5.164h2.959V6.9c.406-.702.887-1.219 1.479-1.588a4.06 4.06 0 0 1 2.034-.517c1.516 0 2.7.517 3.55 1.514S24 8.709 24 10.482c0 1.736-.444 3.102-1.294 4.136s-1.997 1.551-3.402 1.551c-.851 0-1.554-.147-2.145-.48c-.592-.295-1.11-.812-1.516-1.477c.037.259.073.554.073.886c0 .296.037.665.037 1.071v2.955h-3.069zm2.81-8.679c0 .96.222 1.699.703 2.253c.481.517 1.147.812 1.96.812c.85 0 1.516-.258 1.96-.812c.48-.517.703-1.293.703-2.253s-.222-1.699-.703-2.253c-.48-.554-1.146-.812-1.997-.812c-.813 0-1.479.295-1.96.85c-.444.48-.665 1.255-.665 2.215zM7.73 5.201v5.577q0 1.385-.555 1.994c-.37.406-.961.628-1.775.628c-.813 0-1.405-.185-1.775-.591c-.37-.407-.555-1.071-.555-2.031V5.2H0v5.577c0 1.661.333 2.88.998 3.767c.111.11.185.258.296.369q1.332 1.33 4.105 1.33c1.812 0 3.18-.444 4.068-1.33c.11-.111.185-.222.296-.37q.998-1.33.998-3.766V5.2Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.804 19.205c-.112-.111-.186-.26-.297-.372q-1.333-1.34-4.11-1.34c-1.816 0-3.186.446-4.075 1.34c-.111.112-.185.223-.296.372zm2.88-.044V5.164h2.959V6.9c.406-.702.887-1.219 1.479-1.588a4.06 4.06 0 0 1 2.034-.517c1.516 0 2.7.517 3.55 1.514S24 8.709 24 10.482c0 1.736-.444 3.102-1.294 4.136s-1.997 1.551-3.402 1.551c-.851 0-1.554-.147-2.145-.48c-.592-.295-1.11-.812-1.516-1.477c.037.259.073.554.073.886c0 .296.037.665.037 1.071v2.955h-3.069zm2.81-8.679c0 .96.222 1.699.703 2.253c.481.517 1.147.812 1.96.812c.85 0 1.516-.258 1.96-.812c.48-.517.703-1.293.703-2.253s-.222-1.699-.703-2.253c-.48-.554-1.146-.812-1.997-.812c-.813 0-1.479.295-1.96.85c-.444.48-.665 1.255-.665 2.215zM7.73 5.201v5.577q0 1.385-.555 1.994c-.37.406-.961.628-1.775.628c-.813 0-1.405-.185-1.775-.591c-.37-.407-.555-1.071-.555-2.031V5.2H0v5.577c0 1.661.333 2.88.998 3.767c.111.11.185.258.296.369q1.332 1.33 4.105 1.33c1.812 0 3.18-.444 4.068-1.33c.11-.111.185-.222.296-.37q.998-1.33.998-3.766V5.2Z"/></svg> </template>
CSS
.icon-uplabs {
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%22M9.804%2019.205c-.112-.111-.186-.26-.297-.372q-1.333-1.34-4.11-1.34c-1.816%200-3.186.446-4.075%201.34c-.111.112-.185.223-.296.372zm2.88-.044V5.164h2.959V6.9c.406-.702.887-1.219%201.479-1.588a4.06%204.06%200%200%201%202.034-.517c1.516%200%202.7.517%203.55%201.514S24%208.709%2024%2010.482c0%201.736-.444%203.102-1.294%204.136s-1.997%201.551-3.402%201.551c-.851%200-1.554-.147-2.145-.48c-.592-.295-1.11-.812-1.516-1.477c.037.259.073.554.073.886c0%20.296.037.665.037%201.071v2.955h-3.069zm2.81-8.679c0%20.96.222%201.699.703%202.253c.481.517%201.147.812%201.96.812c.85%200%201.516-.258%201.96-.812c.48-.517.703-1.293.703-2.253s-.222-1.699-.703-2.253c-.48-.554-1.146-.812-1.997-.812c-.813%200-1.479.295-1.96.85c-.444.48-.665%201.255-.665%202.215zM7.73%205.201v5.577q0%201.385-.555%201.994c-.37.406-.961.628-1.775.628c-.813%200-1.405-.185-1.775-.591c-.37-.407-.555-1.071-.555-2.031V5.2H0v5.577c0%201.661.333%202.88.998%203.767c.111.11.185.258.296.369q1.332%201.33%204.105%201.33c1.812%200%203.18-.444%204.068-1.33c.11-.111.185-.222.296-.37q.998-1.33.998-3.766V5.2Z%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%22M9.804%2019.205c-.112-.111-.186-.26-.297-.372q-1.333-1.34-4.11-1.34c-1.816%200-3.186.446-4.075%201.34c-.111.112-.185.223-.296.372zm2.88-.044V5.164h2.959V6.9c.406-.702.887-1.219%201.479-1.588a4.06%204.06%200%200%201%202.034-.517c1.516%200%202.7.517%203.55%201.514S24%208.709%2024%2010.482c0%201.736-.444%203.102-1.294%204.136s-1.997%201.551-3.402%201.551c-.851%200-1.554-.147-2.145-.48c-.592-.295-1.11-.812-1.516-1.477c.037.259.073.554.073.886c0%20.296.037.665.037%201.071v2.955h-3.069zm2.81-8.679c0%20.96.222%201.699.703%202.253c.481.517%201.147.812%201.96.812c.85%200%201.516-.258%201.96-.812c.48-.517.703-1.293.703-2.253s-.222-1.699-.703-2.253c-.48-.554-1.146-.812-1.997-.812c-.813%200-1.479.295-1.96.85c-.444.48-.665%201.255-.665%202.215zM7.73%205.201v5.577q0%201.385-.555%201.994c-.37.406-.961.628-1.775.628c-.813%200-1.405-.185-1.775-.591c-.37-.407-.555-1.071-.555-2.031V5.2H0v5.577c0%201.661.333%202.88.998%203.767c.111.11.185.258.296.369q1.332%201.33%204.105%201.33c1.812%200%203.18-.444%204.068-1.33c.11-.111.185-.222.296-.37q.998-1.33.998-3.766V5.2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/uplabs.svg?color=%231a73e8&size=48