ubiquiti logo
ubiquiti from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- ubiquiti
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the ubiquiti logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.163 0h-1.488v1.488h1.488zm-5.207 10.423V7.44h2.976v2.977h2.975v.943c0 1.091-.092 2.383-.306 3.398c-.12.567-.3 1.13-.512 1.672a12 12 0 0 1-.741 1.56a11.7 11.7 0 0 1-1.246 1.775l-.025.03l-.042.049c-.115.134-.228.268-.353.398a12 12 0 0 1-.45.449a11.83 11.83 0 0 1-6.98 3.243A16 16 0 0 1 12 24c-.314-.001-.94-.033-1.252-.065a11.84 11.84 0 0 1-6.98-3.243a12 12 0 0 1-.45-.45a8 8 0 0 1-.368-.415h-.001l-.051-.06a11.7 11.7 0 0 1-1.246-1.777a12 12 0 0 1-.74-1.56a10.6 10.6 0 0 1-.513-1.671c-.214-1.016-.306-2.307-.306-3.397V.186h5.952v10.237s0 .784.01 1.041l.002.06c.012.332.024.658.059.982c.098.919.301 1.79.72 2.528c.122.213.245.42.392.616a6 6 0 0 0 3.957 2.34c.202.03.61.055.815.055s.613-.025.815-.055a6 6 0 0 0 3.957-2.34c.148-.196.27-.403.392-.616c.419-.737.622-1.61.72-2.528c.035-.325.047-.65.06-.983l.002-.059c.01-.257.01-1.041.01-1.041m.742-8.19h2.233v2.231h2.976v2.977h-2.976V4.465h-2.233z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsUbiquiti(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="M23.163 0h-1.488v1.488h1.488zm-5.207 10.423V7.44h2.976v2.977h2.975v.943c0 1.091-.092 2.383-.306 3.398c-.12.567-.3 1.13-.512 1.672a12 12 0 0 1-.741 1.56a11.7 11.7 0 0 1-1.246 1.775l-.025.03l-.042.049c-.115.134-.228.268-.353.398a12 12 0 0 1-.45.449a11.83 11.83 0 0 1-6.98 3.243A16 16 0 0 1 12 24c-.314-.001-.94-.033-1.252-.065a11.84 11.84 0 0 1-6.98-3.243a12 12 0 0 1-.45-.45a8 8 0 0 1-.368-.415h-.001l-.051-.06a11.7 11.7 0 0 1-1.246-1.777a12 12 0 0 1-.74-1.56a10.6 10.6 0 0 1-.513-1.671c-.214-1.016-.306-2.307-.306-3.397V.186h5.952v10.237s0 .784.01 1.041l.002.06c.012.332.024.658.059.982c.098.919.301 1.79.72 2.528c.122.213.245.42.392.616a6 6 0 0 0 3.957 2.34c.202.03.61.055.815.055s.613-.025.815-.055a6 6 0 0 0 3.957-2.34c.148-.196.27-.403.392-.616c.419-.737.622-1.61.72-2.528c.035-.325.047-.65.06-.983l.002-.059c.01-.257.01-1.041.01-1.041m.742-8.19h2.233v2.231h2.976v2.977h-2.976V4.465h-2.233z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.163 0h-1.488v1.488h1.488zm-5.207 10.423V7.44h2.976v2.977h2.975v.943c0 1.091-.092 2.383-.306 3.398c-.12.567-.3 1.13-.512 1.672a12 12 0 0 1-.741 1.56a11.7 11.7 0 0 1-1.246 1.775l-.025.03l-.042.049c-.115.134-.228.268-.353.398a12 12 0 0 1-.45.449a11.83 11.83 0 0 1-6.98 3.243A16 16 0 0 1 12 24c-.314-.001-.94-.033-1.252-.065a11.84 11.84 0 0 1-6.98-3.243a12 12 0 0 1-.45-.45a8 8 0 0 1-.368-.415h-.001l-.051-.06a11.7 11.7 0 0 1-1.246-1.777a12 12 0 0 1-.74-1.56a10.6 10.6 0 0 1-.513-1.671c-.214-1.016-.306-2.307-.306-3.397V.186h5.952v10.237s0 .784.01 1.041l.002.06c.012.332.024.658.059.982c.098.919.301 1.79.72 2.528c.122.213.245.42.392.616a6 6 0 0 0 3.957 2.34c.202.03.61.055.815.055s.613-.025.815-.055a6 6 0 0 0 3.957-2.34c.148-.196.27-.403.392-.616c.419-.737.622-1.61.72-2.528c.035-.325.047-.65.06-.983l.002-.059c.01-.257.01-1.041.01-1.041m.742-8.19h2.233v2.231h2.976v2.977h-2.976V4.465h-2.233z"/></svg> </template>
CSS
.icon-ubiquiti {
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%22M23.163%200h-1.488v1.488h1.488zm-5.207%2010.423V7.44h2.976v2.977h2.975v.943c0%201.091-.092%202.383-.306%203.398c-.12.567-.3%201.13-.512%201.672a12%2012%200%200%201-.741%201.56a11.7%2011.7%200%200%201-1.246%201.775l-.025.03l-.042.049c-.115.134-.228.268-.353.398a12%2012%200%200%201-.45.449a11.83%2011.83%200%200%201-6.98%203.243A16%2016%200%200%201%2012%2024c-.314-.001-.94-.033-1.252-.065a11.84%2011.84%200%200%201-6.98-3.243a12%2012%200%200%201-.45-.45a8%208%200%200%201-.368-.415h-.001l-.051-.06a11.7%2011.7%200%200%201-1.246-1.777a12%2012%200%200%201-.74-1.56a10.6%2010.6%200%200%201-.513-1.671c-.214-1.016-.306-2.307-.306-3.397V.186h5.952v10.237s0%20.784.01%201.041l.002.06c.012.332.024.658.059.982c.098.919.301%201.79.72%202.528c.122.213.245.42.392.616a6%206%200%200%200%203.957%202.34c.202.03.61.055.815.055s.613-.025.815-.055a6%206%200%200%200%203.957-2.34c.148-.196.27-.403.392-.616c.419-.737.622-1.61.72-2.528c.035-.325.047-.65.06-.983l.002-.059c.01-.257.01-1.041.01-1.041m.742-8.19h2.233v2.231h2.976v2.977h-2.976V4.465h-2.233z%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%22M23.163%200h-1.488v1.488h1.488zm-5.207%2010.423V7.44h2.976v2.977h2.975v.943c0%201.091-.092%202.383-.306%203.398c-.12.567-.3%201.13-.512%201.672a12%2012%200%200%201-.741%201.56a11.7%2011.7%200%200%201-1.246%201.775l-.025.03l-.042.049c-.115.134-.228.268-.353.398a12%2012%200%200%201-.45.449a11.83%2011.83%200%200%201-6.98%203.243A16%2016%200%200%201%2012%2024c-.314-.001-.94-.033-1.252-.065a11.84%2011.84%200%200%201-6.98-3.243a12%2012%200%200%201-.45-.45a8%208%200%200%201-.368-.415h-.001l-.051-.06a11.7%2011.7%200%200%201-1.246-1.777a12%2012%200%200%201-.74-1.56a10.6%2010.6%200%200%201-.513-1.671c-.214-1.016-.306-2.307-.306-3.397V.186h5.952v10.237s0%20.784.01%201.041l.002.06c.012.332.024.658.059.982c.098.919.301%201.79.72%202.528c.122.213.245.42.392.616a6%206%200%200%200%203.957%202.34c.202.03.61.055.815.055s.613-.025.815-.055a6%206%200%200%200%203.957-2.34c.148-.196.27-.403.392-.616c.419-.737.622-1.61.72-2.528c.035-.325.047-.65.06-.983l.002-.059c.01-.257.01-1.041.01-1.041m.742-8.19h2.233v2.231h2.976v2.977h-2.976V4.465h-2.233z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/ubiquiti.svg?color=%231a73e8&size=48