yugabyte icon logo
yugabyte-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- yugabyte-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×233
- License
- CC0
Use the yugabyte icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 233"><path fill="#ff5f3b" d="M14.02 0h57.286c4.12.026 6.43.184 8.323 1.13a10.65 10.65 0 0 1 4.543 4.543c1.136 2.205 1.136 5.145 1.136 11.024l-.005 76.673c-.028 6.578-.236 10.198-1.8 12.514a10.43 10.43 0 0 1-6.88 4.41c-2.78.463-6.11-.88-12.081-3.639L33.309 92.034c-9.88-4.71-15.585-7.811-20.02-12.138A44.9 44.9 0 0 1 2.533 63.061C.478 57.274.087 50.83.013 39.867L0 13.997c.026-4.12.184-6.43 1.13-8.324A10.65 10.65 0 0 1 5.673 1.13C7.566.184 9.923.026 14.02 0m170.664 0h57.314c4.12.026 6.43.184 8.323 1.13a10.65 10.65 0 0 1 4.543 4.543C256 7.878 256 10.818 256 16.697l-.018 23.146c-.074 10.946-.466 17.444-2.52 23.285a44.9 44.9 0 0 1-10.757 16.835c-5.411 5.345-12.893 8.819-27.725 15.766l-44.36 20.644l.006-102.377c.026-4.12.184-6.43 1.13-8.323A10.65 10.65 0 0 1 176.3 1.13c1.893-.946 4.25-1.104 8.385-1.13m-58.357 137.016l44.293-20.643l-.005 102.376c-.026 4.12-.184 6.43-1.13 8.323a10.65 10.65 0 0 1-4.543 4.543c-2.205 1.136-5.144 1.136-11.023 1.136l-54.61-.005c-4.12-.026-6.43-.184-8.323-1.13a10.65 10.65 0 0 1-4.543-4.544c-1.135-2.204-1.135-5.144-1.135-11.023l.017-23.213c.075-10.946.466-17.444 2.521-23.285a44.9 44.9 0 0 1 10.756-16.835c5.412-5.345 12.894-8.819 27.725-15.7"/></svg>
React
import type { SVGProps } from "react";
export function LogosYugabyteIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 233"><path fill="#ff5f3b" d="M14.02 0h57.286c4.12.026 6.43.184 8.323 1.13a10.65 10.65 0 0 1 4.543 4.543c1.136 2.205 1.136 5.145 1.136 11.024l-.005 76.673c-.028 6.578-.236 10.198-1.8 12.514a10.43 10.43 0 0 1-6.88 4.41c-2.78.463-6.11-.88-12.081-3.639L33.309 92.034c-9.88-4.71-15.585-7.811-20.02-12.138A44.9 44.9 0 0 1 2.533 63.061C.478 57.274.087 50.83.013 39.867L0 13.997c.026-4.12.184-6.43 1.13-8.324A10.65 10.65 0 0 1 5.673 1.13C7.566.184 9.923.026 14.02 0m170.664 0h57.314c4.12.026 6.43.184 8.323 1.13a10.65 10.65 0 0 1 4.543 4.543C256 7.878 256 10.818 256 16.697l-.018 23.146c-.074 10.946-.466 17.444-2.52 23.285a44.9 44.9 0 0 1-10.757 16.835c-5.411 5.345-12.893 8.819-27.725 15.766l-44.36 20.644l.006-102.377c.026-4.12.184-6.43 1.13-8.323A10.65 10.65 0 0 1 176.3 1.13c1.893-.946 4.25-1.104 8.385-1.13m-58.357 137.016l44.293-20.643l-.005 102.376c-.026 4.12-.184 6.43-1.13 8.323a10.65 10.65 0 0 1-4.543 4.543c-2.205 1.136-5.144 1.136-11.023 1.136l-54.61-.005c-4.12-.026-6.43-.184-8.323-1.13a10.65 10.65 0 0 1-4.543-4.544c-1.135-2.204-1.135-5.144-1.135-11.023l.017-23.213c.075-10.946.466-17.444 2.521-23.285a44.9 44.9 0 0 1 10.756-16.835c5.412-5.345 12.894-8.819 27.725-15.7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 233"><path fill="#ff5f3b" d="M14.02 0h57.286c4.12.026 6.43.184 8.323 1.13a10.65 10.65 0 0 1 4.543 4.543c1.136 2.205 1.136 5.145 1.136 11.024l-.005 76.673c-.028 6.578-.236 10.198-1.8 12.514a10.43 10.43 0 0 1-6.88 4.41c-2.78.463-6.11-.88-12.081-3.639L33.309 92.034c-9.88-4.71-15.585-7.811-20.02-12.138A44.9 44.9 0 0 1 2.533 63.061C.478 57.274.087 50.83.013 39.867L0 13.997c.026-4.12.184-6.43 1.13-8.324A10.65 10.65 0 0 1 5.673 1.13C7.566.184 9.923.026 14.02 0m170.664 0h57.314c4.12.026 6.43.184 8.323 1.13a10.65 10.65 0 0 1 4.543 4.543C256 7.878 256 10.818 256 16.697l-.018 23.146c-.074 10.946-.466 17.444-2.52 23.285a44.9 44.9 0 0 1-10.757 16.835c-5.411 5.345-12.893 8.819-27.725 15.766l-44.36 20.644l.006-102.377c.026-4.12.184-6.43 1.13-8.323A10.65 10.65 0 0 1 176.3 1.13c1.893-.946 4.25-1.104 8.385-1.13m-58.357 137.016l44.293-20.643l-.005 102.376c-.026 4.12-.184 6.43-1.13 8.323a10.65 10.65 0 0 1-4.543 4.543c-2.205 1.136-5.144 1.136-11.023 1.136l-54.61-.005c-4.12-.026-6.43-.184-8.323-1.13a10.65 10.65 0 0 1-4.543-4.544c-1.135-2.204-1.135-5.144-1.135-11.023l.017-23.213c.075-10.946.466-17.444 2.521-23.285a44.9 44.9 0 0 1 10.756-16.835c5.412-5.345 12.894-8.819 27.725-15.7"/></svg> </template>
CSS
.icon-yugabyte-icon {
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%20233%22%3E%3Cpath%20fill%3D%22%23ff5f3b%22%20d%3D%22M14.02%200h57.286c4.12.026%206.43.184%208.323%201.13a10.65%2010.65%200%200%201%204.543%204.543c1.136%202.205%201.136%205.145%201.136%2011.024l-.005%2076.673c-.028%206.578-.236%2010.198-1.8%2012.514a10.43%2010.43%200%200%201-6.88%204.41c-2.78.463-6.11-.88-12.081-3.639L33.309%2092.034c-9.88-4.71-15.585-7.811-20.02-12.138A44.9%2044.9%200%200%201%202.533%2063.061C.478%2057.274.087%2050.83.013%2039.867L0%2013.997c.026-4.12.184-6.43%201.13-8.324A10.65%2010.65%200%200%201%205.673%201.13C7.566.184%209.923.026%2014.02%200m170.664%200h57.314c4.12.026%206.43.184%208.323%201.13a10.65%2010.65%200%200%201%204.543%204.543C256%207.878%20256%2010.818%20256%2016.697l-.018%2023.146c-.074%2010.946-.466%2017.444-2.52%2023.285a44.9%2044.9%200%200%201-10.757%2016.835c-5.411%205.345-12.893%208.819-27.725%2015.766l-44.36%2020.644l.006-102.377c.026-4.12.184-6.43%201.13-8.323A10.65%2010.65%200%200%201%20176.3%201.13c1.893-.946%204.25-1.104%208.385-1.13m-58.357%20137.016l44.293-20.643l-.005%20102.376c-.026%204.12-.184%206.43-1.13%208.323a10.65%2010.65%200%200%201-4.543%204.543c-2.205%201.136-5.144%201.136-11.023%201.136l-54.61-.005c-4.12-.026-6.43-.184-8.323-1.13a10.65%2010.65%200%200%201-4.543-4.544c-1.135-2.204-1.135-5.144-1.135-11.023l.017-23.213c.075-10.946.466-17.444%202.521-23.285a44.9%2044.9%200%200%201%2010.756-16.835c5.412-5.345%2012.894-8.819%2027.725-15.7%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%20233%22%3E%3Cpath%20fill%3D%22%23ff5f3b%22%20d%3D%22M14.02%200h57.286c4.12.026%206.43.184%208.323%201.13a10.65%2010.65%200%200%201%204.543%204.543c1.136%202.205%201.136%205.145%201.136%2011.024l-.005%2076.673c-.028%206.578-.236%2010.198-1.8%2012.514a10.43%2010.43%200%200%201-6.88%204.41c-2.78.463-6.11-.88-12.081-3.639L33.309%2092.034c-9.88-4.71-15.585-7.811-20.02-12.138A44.9%2044.9%200%200%201%202.533%2063.061C.478%2057.274.087%2050.83.013%2039.867L0%2013.997c.026-4.12.184-6.43%201.13-8.324A10.65%2010.65%200%200%201%205.673%201.13C7.566.184%209.923.026%2014.02%200m170.664%200h57.314c4.12.026%206.43.184%208.323%201.13a10.65%2010.65%200%200%201%204.543%204.543C256%207.878%20256%2010.818%20256%2016.697l-.018%2023.146c-.074%2010.946-.466%2017.444-2.52%2023.285a44.9%2044.9%200%200%201-10.757%2016.835c-5.411%205.345-12.893%208.819-27.725%2015.766l-44.36%2020.644l.006-102.377c.026-4.12.184-6.43%201.13-8.323A10.65%2010.65%200%200%201%20176.3%201.13c1.893-.946%204.25-1.104%208.385-1.13m-58.357%20137.016l44.293-20.643l-.005%20102.376c-.026%204.12-.184%206.43-1.13%208.323a10.65%2010.65%200%200%201-4.543%204.543c-2.205%201.136-5.144%201.136-11.023%201.136l-54.61-.005c-4.12-.026-6.43-.184-8.323-1.13a10.65%2010.65%200%200%201-4.543-4.544c-1.135-2.204-1.135-5.144-1.135-11.023l.017-23.213c.075-10.946.466-17.444%202.521-23.285a44.9%2044.9%200%200%201%2010.756-16.835c5.412-5.345%2012.894-8.819%2027.725-15.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/yugabyte-icon.svg?color=%231a73e8&size=48