oxc logo
oxc from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- oxc
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the oxc logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.463 3.923c0 .637.517 1.154 1.154 1.154h4.376c.515 0 .772.62.408.984l-5.6 5.601c-.217.216-.34.51-.34.816v1.915c0 .797.79 1.35 1.49.97c.71-.386 1.371-.853 1.972-1.392a.603.603 0 0 1 .828.012l4.08 4.08a.56.56 0 0 1-.007.808A17.25 17.25 0 0 1 12 23.54A17.25 17.25 0 0 1 .176 18.872a.56.56 0 0 1-.006-.81l4.08-4.078a.604.604 0 0 1 .827-.012a10.4 10.4 0 0 0 1.973 1.39c.7.38 1.488-.171 1.488-.968v-1.915c0-.307-.122-.6-.339-.816L2.6 6.061a.576.576 0 0 1 .408-.984h4.376c.637 0 1.154-.517 1.154-1.154V1.038c0-.32.258-.577.577-.577h5.77c.318 0 .576.258.576.577v2.885z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsOxc(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="M15.463 3.923c0 .637.517 1.154 1.154 1.154h4.376c.515 0 .772.62.408.984l-5.6 5.601c-.217.216-.34.51-.34.816v1.915c0 .797.79 1.35 1.49.97c.71-.386 1.371-.853 1.972-1.392a.603.603 0 0 1 .828.012l4.08 4.08a.56.56 0 0 1-.007.808A17.25 17.25 0 0 1 12 23.54A17.25 17.25 0 0 1 .176 18.872a.56.56 0 0 1-.006-.81l4.08-4.078a.604.604 0 0 1 .827-.012a10.4 10.4 0 0 0 1.973 1.39c.7.38 1.488-.171 1.488-.968v-1.915c0-.307-.122-.6-.339-.816L2.6 6.061a.576.576 0 0 1 .408-.984h4.376c.637 0 1.154-.517 1.154-1.154V1.038c0-.32.258-.577.577-.577h5.77c.318 0 .576.258.576.577v2.885z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.463 3.923c0 .637.517 1.154 1.154 1.154h4.376c.515 0 .772.62.408.984l-5.6 5.601c-.217.216-.34.51-.34.816v1.915c0 .797.79 1.35 1.49.97c.71-.386 1.371-.853 1.972-1.392a.603.603 0 0 1 .828.012l4.08 4.08a.56.56 0 0 1-.007.808A17.25 17.25 0 0 1 12 23.54A17.25 17.25 0 0 1 .176 18.872a.56.56 0 0 1-.006-.81l4.08-4.078a.604.604 0 0 1 .827-.012a10.4 10.4 0 0 0 1.973 1.39c.7.38 1.488-.171 1.488-.968v-1.915c0-.307-.122-.6-.339-.816L2.6 6.061a.576.576 0 0 1 .408-.984h4.376c.637 0 1.154-.517 1.154-1.154V1.038c0-.32.258-.577.577-.577h5.77c.318 0 .576.258.576.577v2.885z"/></svg> </template>
CSS
.icon-oxc {
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%22M15.463%203.923c0%20.637.517%201.154%201.154%201.154h4.376c.515%200%20.772.62.408.984l-5.6%205.601c-.217.216-.34.51-.34.816v1.915c0%20.797.79%201.35%201.49.97c.71-.386%201.371-.853%201.972-1.392a.603.603%200%200%201%20.828.012l4.08%204.08a.56.56%200%200%201-.007.808A17.25%2017.25%200%200%201%2012%2023.54A17.25%2017.25%200%200%201%20.176%2018.872a.56.56%200%200%201-.006-.81l4.08-4.078a.604.604%200%200%201%20.827-.012a10.4%2010.4%200%200%200%201.973%201.39c.7.38%201.488-.171%201.488-.968v-1.915c0-.307-.122-.6-.339-.816L2.6%206.061a.576.576%200%200%201%20.408-.984h4.376c.637%200%201.154-.517%201.154-1.154V1.038c0-.32.258-.577.577-.577h5.77c.318%200%20.576.258.576.577v2.885z%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%22M15.463%203.923c0%20.637.517%201.154%201.154%201.154h4.376c.515%200%20.772.62.408.984l-5.6%205.601c-.217.216-.34.51-.34.816v1.915c0%20.797.79%201.35%201.49.97c.71-.386%201.371-.853%201.972-1.392a.603.603%200%200%201%20.828.012l4.08%204.08a.56.56%200%200%201-.007.808A17.25%2017.25%200%200%201%2012%2023.54A17.25%2017.25%200%200%201%20.176%2018.872a.56.56%200%200%201-.006-.81l4.08-4.078a.604.604%200%200%201%20.827-.012a10.4%2010.4%200%200%200%201.973%201.39c.7.38%201.488-.171%201.488-.968v-1.915c0-.307-.122-.6-.339-.816L2.6%206.061a.576.576%200%200%201%20.408-.984h4.376c.637%200%201.154-.517%201.154-1.154V1.038c0-.32.258-.577.577-.577h5.77c.318%200%20.576.258.576.577v2.885z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/oxc.svg?color=%231a73e8&size=48