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

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

1 other variant in Devicon

The same logo in other sets

Use the opera logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGGUjzzcxp" x1="53.327" x2="53.327" y1="2.095" y2="126.143" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ff1b2d"/><stop offset=".614" stop-color="#ff1b2d"/><stop offset="1" stop-color="#a70014"/></linearGradient><linearGradient id="SVGnAMLXcyp" x1="85.463" x2="85.463" y1="9.408" y2="119.121" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#9c0000"/><stop offset=".7" stop-color="#ff4b4b"/></linearGradient></defs><path fill="url(#SVGGUjzzcxp)" d="M63.996.008C28.652.008 0 28.66 0 64.008c0 34.32 27.02 62.332 60.949 63.922q1.517.072 3.047.074a63.77 63.77 0 0 0 42.652-16.285c-7.5 4.973-16.273 7.836-25.645 7.836c-15.242 0-28.891-7.562-38.07-19.484c-7.078-8.352-11.66-20.699-11.973-34.559V62.5c.313-13.859 4.895-26.207 11.973-34.559C52.113 16.016 65.762 8.457 81 8.457c9.375 0 18.148 2.863 25.652 7.84C95.383 6.219 80.531.07 64.238.008zm0 0"/><path fill="url(#SVGnAMLXcyp)" d="M42.934 27.945c5.871-6.934 13.457-11.117 21.742-11.117c18.633 0 33.734 21.125 33.734 47.18s-15.102 47.18-33.734 47.18c-8.285 0-15.871-4.18-21.742-11.113c9.18 11.926 22.828 19.484 38.07 19.484c9.375 0 18.145-2.863 25.645-7.836c13.102-11.719 21.348-28.754 21.348-47.715s-8.246-35.988-21.344-47.707c-7.5-4.977-16.273-7.84-25.648-7.84c-15.242 0-28.891 7.562-38.07 19.484"/></svg>

React

import type { SVGProps } from "react";

export function DeviconOpera(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGGUjzzcxp" x1="53.327" x2="53.327" y1="2.095" y2="126.143" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#ff1b2d"/><stop offset=".614" stopColor="#ff1b2d"/><stop offset="1" stopColor="#a70014"/></linearGradient><linearGradient id="SVGnAMLXcyp" x1="85.463" x2="85.463" y1="9.408" y2="119.121" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#9c0000"/><stop offset=".7" stopColor="#ff4b4b"/></linearGradient></defs><path fill="url(#SVGGUjzzcxp)" d="M63.996.008C28.652.008 0 28.66 0 64.008c0 34.32 27.02 62.332 60.949 63.922q1.517.072 3.047.074a63.77 63.77 0 0 0 42.652-16.285c-7.5 4.973-16.273 7.836-25.645 7.836c-15.242 0-28.891-7.562-38.07-19.484c-7.078-8.352-11.66-20.699-11.973-34.559V62.5c.313-13.859 4.895-26.207 11.973-34.559C52.113 16.016 65.762 8.457 81 8.457c9.375 0 18.148 2.863 25.652 7.84C95.383 6.219 80.531.07 64.238.008zm0 0"/><path fill="url(#SVGnAMLXcyp)" d="M42.934 27.945c5.871-6.934 13.457-11.117 21.742-11.117c18.633 0 33.734 21.125 33.734 47.18s-15.102 47.18-33.734 47.18c-8.285 0-15.871-4.18-21.742-11.113c9.18 11.926 22.828 19.484 38.07 19.484c9.375 0 18.145-2.863 25.645-7.836c13.102-11.719 21.348-28.754 21.348-47.715s-8.246-35.988-21.344-47.707c-7.5-4.977-16.273-7.84-25.648-7.84c-15.242 0-28.891 7.562-38.07 19.484"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGGUjzzcxp" x1="53.327" x2="53.327" y1="2.095" y2="126.143" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ff1b2d"/><stop offset=".614" stop-color="#ff1b2d"/><stop offset="1" stop-color="#a70014"/></linearGradient><linearGradient id="SVGnAMLXcyp" x1="85.463" x2="85.463" y1="9.408" y2="119.121" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#9c0000"/><stop offset=".7" stop-color="#ff4b4b"/></linearGradient></defs><path fill="url(#SVGGUjzzcxp)" d="M63.996.008C28.652.008 0 28.66 0 64.008c0 34.32 27.02 62.332 60.949 63.922q1.517.072 3.047.074a63.77 63.77 0 0 0 42.652-16.285c-7.5 4.973-16.273 7.836-25.645 7.836c-15.242 0-28.891-7.562-38.07-19.484c-7.078-8.352-11.66-20.699-11.973-34.559V62.5c.313-13.859 4.895-26.207 11.973-34.559C52.113 16.016 65.762 8.457 81 8.457c9.375 0 18.148 2.863 25.652 7.84C95.383 6.219 80.531.07 64.238.008zm0 0"/><path fill="url(#SVGnAMLXcyp)" d="M42.934 27.945c5.871-6.934 13.457-11.117 21.742-11.117c18.633 0 33.734 21.125 33.734 47.18s-15.102 47.18-33.734 47.18c-8.285 0-15.871-4.18-21.742-11.113c9.18 11.926 22.828 19.484 38.07 19.484c9.375 0 18.145-2.863 25.645-7.836c13.102-11.719 21.348-28.754 21.348-47.715s-8.246-35.988-21.344-47.707c-7.5-4.977-16.273-7.84-25.648-7.84c-15.242 0-28.891 7.562-38.07 19.484"/></svg>
</template>

CSS

.icon-opera {
  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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGGUjzzcxp%22%20x1%3D%2253.327%22%20x2%3D%2253.327%22%20y1%3D%222.095%22%20y2%3D%22126.143%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ff1b2d%22%2F%3E%3Cstop%20offset%3D%22.614%22%20stop-color%3D%22%23ff1b2d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23a70014%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGnAMLXcyp%22%20x1%3D%2285.463%22%20x2%3D%2285.463%22%20y1%3D%229.408%22%20y2%3D%22119.121%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%239c0000%22%2F%3E%3Cstop%20offset%3D%22.7%22%20stop-color%3D%22%23ff4b4b%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGGUjzzcxp)%22%20d%3D%22M63.996.008C28.652.008%200%2028.66%200%2064.008c0%2034.32%2027.02%2062.332%2060.949%2063.922q1.517.072%203.047.074a63.77%2063.77%200%200%200%2042.652-16.285c-7.5%204.973-16.273%207.836-25.645%207.836c-15.242%200-28.891-7.562-38.07-19.484c-7.078-8.352-11.66-20.699-11.973-34.559V62.5c.313-13.859%204.895-26.207%2011.973-34.559C52.113%2016.016%2065.762%208.457%2081%208.457c9.375%200%2018.148%202.863%2025.652%207.84C95.383%206.219%2080.531.07%2064.238.008zm0%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGnAMLXcyp)%22%20d%3D%22M42.934%2027.945c5.871-6.934%2013.457-11.117%2021.742-11.117c18.633%200%2033.734%2021.125%2033.734%2047.18s-15.102%2047.18-33.734%2047.18c-8.285%200-15.871-4.18-21.742-11.113c9.18%2011.926%2022.828%2019.484%2038.07%2019.484c9.375%200%2018.145-2.863%2025.645-7.836c13.102-11.719%2021.348-28.754%2021.348-47.715s-8.246-35.988-21.344-47.707c-7.5-4.977-16.273-7.84-25.648-7.84c-15.242%200-28.891%207.562-38.07%2019.484%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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGGUjzzcxp%22%20x1%3D%2253.327%22%20x2%3D%2253.327%22%20y1%3D%222.095%22%20y2%3D%22126.143%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ff1b2d%22%2F%3E%3Cstop%20offset%3D%22.614%22%20stop-color%3D%22%23ff1b2d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23a70014%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGnAMLXcyp%22%20x1%3D%2285.463%22%20x2%3D%2285.463%22%20y1%3D%229.408%22%20y2%3D%22119.121%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%239c0000%22%2F%3E%3Cstop%20offset%3D%22.7%22%20stop-color%3D%22%23ff4b4b%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGGUjzzcxp)%22%20d%3D%22M63.996.008C28.652.008%200%2028.66%200%2064.008c0%2034.32%2027.02%2062.332%2060.949%2063.922q1.517.072%203.047.074a63.77%2063.77%200%200%200%2042.652-16.285c-7.5%204.973-16.273%207.836-25.645%207.836c-15.242%200-28.891-7.562-38.07-19.484c-7.078-8.352-11.66-20.699-11.973-34.559V62.5c.313-13.859%204.895-26.207%2011.973-34.559C52.113%2016.016%2065.762%208.457%2081%208.457c9.375%200%2018.148%202.863%2025.652%207.84C95.383%206.219%2080.531.07%2064.238.008zm0%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGnAMLXcyp)%22%20d%3D%22M42.934%2027.945c5.871-6.934%2013.457-11.117%2021.742-11.117c18.633%200%2033.734%2021.125%2033.734%2047.18s-15.102%2047.18-33.734%2047.18c-8.285%200-15.871-4.18-21.742-11.113c9.18%2011.926%2022.828%2019.484%2038.07%2019.484c9.375%200%2018.145-2.863%2025.645-7.836c13.102-11.719%2021.348-28.754%2021.348-47.715s-8.246-35.988-21.344-47.707c-7.5-4.977-16.273-7.84-25.648-7.84c-15.242%200-28.891%207.562-38.07%2019.484%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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