chroma logo
chroma from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- chroma
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×164
- License
- CC0
Use the chroma logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 164"><ellipse cx="170.667" cy="81.92" fill="#ffde2d" rx="85.333" ry="81.92"/><ellipse cx="85.333" cy="81.92" fill="#327eff" rx="85.333" ry="81.92"/><path fill="#ff6446" d="M170.667 81.92c0 45.243-38.206 81.92-85.334 81.92V81.92zm-85.334 0C85.333 36.677 123.538 0 170.667 0v81.92z"/></svg>
React
import type { SVGProps } from "react";
export function LogosChroma(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 164"><ellipse cx="170.667" cy="81.92" fill="#ffde2d" rx="85.333" ry="81.92"/><ellipse cx="85.333" cy="81.92" fill="#327eff" rx="85.333" ry="81.92"/><path fill="#ff6446" d="M170.667 81.92c0 45.243-38.206 81.92-85.334 81.92V81.92zm-85.334 0C85.333 36.677 123.538 0 170.667 0v81.92z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 164"><ellipse cx="170.667" cy="81.92" fill="#ffde2d" rx="85.333" ry="81.92"/><ellipse cx="85.333" cy="81.92" fill="#327eff" rx="85.333" ry="81.92"/><path fill="#ff6446" d="M170.667 81.92c0 45.243-38.206 81.92-85.334 81.92V81.92zm-85.334 0C85.333 36.677 123.538 0 170.667 0v81.92z"/></svg> </template>
CSS
.icon-chroma {
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%20256%20164%22%3E%3Cellipse%20cx%3D%22170.667%22%20cy%3D%2281.92%22%20fill%3D%22%23ffde2d%22%20rx%3D%2285.333%22%20ry%3D%2281.92%22%2F%3E%3Cellipse%20cx%3D%2285.333%22%20cy%3D%2281.92%22%20fill%3D%22%23327eff%22%20rx%3D%2285.333%22%20ry%3D%2281.92%22%2F%3E%3Cpath%20fill%3D%22%23ff6446%22%20d%3D%22M170.667%2081.92c0%2045.243-38.206%2081.92-85.334%2081.92V81.92zm-85.334%200C85.333%2036.677%20123.538%200%20170.667%200v81.92z%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%20256%20164%22%3E%3Cellipse%20cx%3D%22170.667%22%20cy%3D%2281.92%22%20fill%3D%22%23ffde2d%22%20rx%3D%2285.333%22%20ry%3D%2281.92%22%2F%3E%3Cellipse%20cx%3D%2285.333%22%20cy%3D%2281.92%22%20fill%3D%22%23327eff%22%20rx%3D%2285.333%22%20ry%3D%2281.92%22%2F%3E%3Cpath%20fill%3D%22%23ff6446%22%20d%3D%22M170.667%2081.92c0%2045.243-38.206%2081.92-85.334%2081.92V81.92zm-85.334%200C85.333%2036.677%20123.538%200%20170.667%200v81.92z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/chroma.svg?color=%231a73e8&size=48