radix ui logo
radix-ui from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.
- Name
- radix-ui
- Set
- Boxicons Brands
- Style
- Logo
- Viewbox
- 24×24
- License
- MIT
Use the radix ui logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.6 22c-3.53 0-6.4-2.87-6.4-6.4s2.87-6.4 6.4-6.4zm0-20H5.2v6.4h6.4zm4 6.4c1.77 0 3.2-1.43 3.2-3.2S17.37 2 15.6 2s-3.2 1.43-3.2 3.2s1.43 3.2 3.2 3.2"/></svg>
React
import type { SVGProps } from "react";
export function BxlRadixUi(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="M11.6 22c-3.53 0-6.4-2.87-6.4-6.4s2.87-6.4 6.4-6.4zm0-20H5.2v6.4h6.4zm4 6.4c1.77 0 3.2-1.43 3.2-3.2S17.37 2 15.6 2s-3.2 1.43-3.2 3.2s1.43 3.2 3.2 3.2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.6 22c-3.53 0-6.4-2.87-6.4-6.4s2.87-6.4 6.4-6.4zm0-20H5.2v6.4h6.4zm4 6.4c1.77 0 3.2-1.43 3.2-3.2S17.37 2 15.6 2s-3.2 1.43-3.2 3.2s1.43 3.2 3.2 3.2"/></svg> </template>
CSS
.icon-radix-ui {
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%22M11.6%2022c-3.53%200-6.4-2.87-6.4-6.4s2.87-6.4%206.4-6.4zm0-20H5.2v6.4h6.4zm4%206.4c1.77%200%203.2-1.43%203.2-3.2S17.37%202%2015.6%202s-3.2%201.43-3.2%203.2s1.43%203.2%203.2%203.2%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%22M11.6%2022c-3.53%200-6.4-2.87-6.4-6.4s2.87-6.4%206.4-6.4zm0-20H5.2v6.4h6.4zm4%206.4c1.77%200%203.2-1.43%203.2-3.2S17.37%202%2015.6%202s-3.2%201.43-3.2%203.2s1.43%203.2%203.2%203.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxl/radix-ui.svg?color=%231a73e8&size=48