oracle from Devicon by konpa · Original · MIT Free for personal and commercial use.

Name
oracle
Set
Devicon
Style
Original
Viewbox
128×128
License
MIT

The same logo in other sets

Use the oracle logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#ea1b22" d="M55.387 66.469h8.333l-4.407-7.09l-8.088 12.819h-3.681L57.382 56.8a2.32 2.32 0 0 1 1.931-.998c.765 0 1.478.363 1.892.972l9.876 15.424H67.4l-1.736-2.865h-8.438zm38.235 2.864V55.958h-3.123v14.685c0 .402.156.791.454 1.089s.7.466 1.141.466h14.244l1.841-2.865zm-51.677-2.397c3.033 0 5.496-2.449 5.496-5.482s-2.462-5.496-5.496-5.496H28.28v16.241h3.123V58.822h10.335c1.452 0 2.618 1.18 2.618 2.631s-1.167 2.631-2.618 2.631l-8.806-.013l9.324 8.127h4.538l-6.274-5.263h1.425zM9.059 72.198c-4.483 0-8.122-3.629-8.122-8.114s3.638-8.127 8.122-8.127h9.439c4.485 0 8.121 3.643 8.121 8.127s-3.636 8.114-8.121 8.114zm9.229-2.865a5.25 5.25 0 0 0 5.258-5.249a5.26 5.26 0 0 0-5.258-5.263H9.267a5.26 5.26 0 0 0-5.256 5.263a5.25 5.25 0 0 0 5.256 5.249zm59.314 2.865c-4.484 0-8.126-3.629-8.126-8.114s3.642-8.127 8.126-8.127h11.212l-1.829 2.864H77.81a5.267 5.267 0 0 0-5.264 5.263c0 2.903 2.36 5.249 5.264 5.249h11.263l-1.84 2.865zm38.197-2.865a5.25 5.25 0 0 1-5.055-3.824h13.35l1.84-2.864h-15.19a5.266 5.266 0 0 1 5.055-3.824h9.163l1.854-2.864h-11.225c-4.484 0-8.126 3.643-8.126 8.127s3.642 8.114 8.126 8.114h9.631l1.841-2.865z"/></svg>

React

import type { SVGProps } from "react";

export function DeviconOracle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#ea1b22" d="M55.387 66.469h8.333l-4.407-7.09l-8.088 12.819h-3.681L57.382 56.8a2.32 2.32 0 0 1 1.931-.998c.765 0 1.478.363 1.892.972l9.876 15.424H67.4l-1.736-2.865h-8.438zm38.235 2.864V55.958h-3.123v14.685c0 .402.156.791.454 1.089s.7.466 1.141.466h14.244l1.841-2.865zm-51.677-2.397c3.033 0 5.496-2.449 5.496-5.482s-2.462-5.496-5.496-5.496H28.28v16.241h3.123V58.822h10.335c1.452 0 2.618 1.18 2.618 2.631s-1.167 2.631-2.618 2.631l-8.806-.013l9.324 8.127h4.538l-6.274-5.263h1.425zM9.059 72.198c-4.483 0-8.122-3.629-8.122-8.114s3.638-8.127 8.122-8.127h9.439c4.485 0 8.121 3.643 8.121 8.127s-3.636 8.114-8.121 8.114zm9.229-2.865a5.25 5.25 0 0 0 5.258-5.249a5.26 5.26 0 0 0-5.258-5.263H9.267a5.26 5.26 0 0 0-5.256 5.263a5.25 5.25 0 0 0 5.256 5.249zm59.314 2.865c-4.484 0-8.126-3.629-8.126-8.114s3.642-8.127 8.126-8.127h11.212l-1.829 2.864H77.81a5.267 5.267 0 0 0-5.264 5.263c0 2.903 2.36 5.249 5.264 5.249h11.263l-1.84 2.865zm38.197-2.865a5.25 5.25 0 0 1-5.055-3.824h13.35l1.84-2.864h-15.19a5.266 5.266 0 0 1 5.055-3.824h9.163l1.854-2.864h-11.225c-4.484 0-8.126 3.643-8.126 8.127s3.642 8.114 8.126 8.114h9.631l1.841-2.865z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#ea1b22" d="M55.387 66.469h8.333l-4.407-7.09l-8.088 12.819h-3.681L57.382 56.8a2.32 2.32 0 0 1 1.931-.998c.765 0 1.478.363 1.892.972l9.876 15.424H67.4l-1.736-2.865h-8.438zm38.235 2.864V55.958h-3.123v14.685c0 .402.156.791.454 1.089s.7.466 1.141.466h14.244l1.841-2.865zm-51.677-2.397c3.033 0 5.496-2.449 5.496-5.482s-2.462-5.496-5.496-5.496H28.28v16.241h3.123V58.822h10.335c1.452 0 2.618 1.18 2.618 2.631s-1.167 2.631-2.618 2.631l-8.806-.013l9.324 8.127h4.538l-6.274-5.263h1.425zM9.059 72.198c-4.483 0-8.122-3.629-8.122-8.114s3.638-8.127 8.122-8.127h9.439c4.485 0 8.121 3.643 8.121 8.127s-3.636 8.114-8.121 8.114zm9.229-2.865a5.25 5.25 0 0 0 5.258-5.249a5.26 5.26 0 0 0-5.258-5.263H9.267a5.26 5.26 0 0 0-5.256 5.263a5.25 5.25 0 0 0 5.256 5.249zm59.314 2.865c-4.484 0-8.126-3.629-8.126-8.114s3.642-8.127 8.126-8.127h11.212l-1.829 2.864H77.81a5.267 5.267 0 0 0-5.264 5.263c0 2.903 2.36 5.249 5.264 5.249h11.263l-1.84 2.865zm38.197-2.865a5.25 5.25 0 0 1-5.055-3.824h13.35l1.84-2.864h-15.19a5.266 5.266 0 0 1 5.055-3.824h9.163l1.854-2.864h-11.225c-4.484 0-8.126 3.643-8.126 8.127s3.642 8.114 8.126 8.114h9.631l1.841-2.865z"/></svg>
</template>

CSS

.icon-oracle {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22%23ea1b22%22%20d%3D%22M55.387%2066.469h8.333l-4.407-7.09l-8.088%2012.819h-3.681L57.382%2056.8a2.32%202.32%200%200%201%201.931-.998c.765%200%201.478.363%201.892.972l9.876%2015.424H67.4l-1.736-2.865h-8.438zm38.235%202.864V55.958h-3.123v14.685c0%20.402.156.791.454%201.089s.7.466%201.141.466h14.244l1.841-2.865zm-51.677-2.397c3.033%200%205.496-2.449%205.496-5.482s-2.462-5.496-5.496-5.496H28.28v16.241h3.123V58.822h10.335c1.452%200%202.618%201.18%202.618%202.631s-1.167%202.631-2.618%202.631l-8.806-.013l9.324%208.127h4.538l-6.274-5.263h1.425zM9.059%2072.198c-4.483%200-8.122-3.629-8.122-8.114s3.638-8.127%208.122-8.127h9.439c4.485%200%208.121%203.643%208.121%208.127s-3.636%208.114-8.121%208.114zm9.229-2.865a5.25%205.25%200%200%200%205.258-5.249a5.26%205.26%200%200%200-5.258-5.263H9.267a5.26%205.26%200%200%200-5.256%205.263a5.25%205.25%200%200%200%205.256%205.249zm59.314%202.865c-4.484%200-8.126-3.629-8.126-8.114s3.642-8.127%208.126-8.127h11.212l-1.829%202.864H77.81a5.267%205.267%200%200%200-5.264%205.263c0%202.903%202.36%205.249%205.264%205.249h11.263l-1.84%202.865zm38.197-2.865a5.25%205.25%200%200%201-5.055-3.824h13.35l1.84-2.864h-15.19a5.266%205.266%200%200%201%205.055-3.824h9.163l1.854-2.864h-11.225c-4.484%200-8.126%203.643-8.126%208.127s3.642%208.114%208.126%208.114h9.631l1.841-2.865z%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23ea1b22%22%20d%3D%22M55.387%2066.469h8.333l-4.407-7.09l-8.088%2012.819h-3.681L57.382%2056.8a2.32%202.32%200%200%201%201.931-.998c.765%200%201.478.363%201.892.972l9.876%2015.424H67.4l-1.736-2.865h-8.438zm38.235%202.864V55.958h-3.123v14.685c0%20.402.156.791.454%201.089s.7.466%201.141.466h14.244l1.841-2.865zm-51.677-2.397c3.033%200%205.496-2.449%205.496-5.482s-2.462-5.496-5.496-5.496H28.28v16.241h3.123V58.822h10.335c1.452%200%202.618%201.18%202.618%202.631s-1.167%202.631-2.618%202.631l-8.806-.013l9.324%208.127h4.538l-6.274-5.263h1.425zM9.059%2072.198c-4.483%200-8.122-3.629-8.122-8.114s3.638-8.127%208.122-8.127h9.439c4.485%200%208.121%203.643%208.121%208.127s-3.636%208.114-8.121%208.114zm9.229-2.865a5.25%205.25%200%200%200%205.258-5.249a5.26%205.26%200%200%200-5.258-5.263H9.267a5.26%205.26%200%200%200-5.256%205.263a5.25%205.25%200%200%200%205.256%205.249zm59.314%202.865c-4.484%200-8.126-3.629-8.126-8.114s3.642-8.127%208.126-8.127h11.212l-1.829%202.864H77.81a5.267%205.267%200%200%200-5.264%205.263c0%202.903%202.36%205.249%205.264%205.249h11.263l-1.84%202.865zm38.197-2.865a5.25%205.25%200%200%201-5.055-3.824h13.35l1.84-2.864h-15.19a5.266%205.266%200%200%201%205.055-3.824h9.163l1.854-2.864h-11.225c-4.484%200-8.126%203.643-8.126%208.127s3.642%208.114%208.126%208.114h9.631l1.841-2.865z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/oracle.svg?color=%231a73e8&size=48