opera-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
opera-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Use the opera icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.499 5h1.5c3.661 0 6.066 1.464 7.579 3.51c1.009 1.365 1.592 2.947 1.933 4.43c1.68-1.275 3.67-1.8 5.71-2.191l-1.375 8.262l-19.628-.001L.718 13h1.28c1.022 0 1.899.105 2.597.236l-.922-3.225H5c1.296 0 2.554.231 3.503.467a38 38 0 0 0-1.426-4.094zm2.592 7.724a16 16 0 0 0-.937-.27a15 15 0 0 0-1.803-.351l1.402 4.908h2.133l-.005-.052c-.101-.95-.148-1.389-.226-1.831c-.077-.443-.184-.871-.414-1.798zM5.673 17.01l-.447-1.564a9 9 0 0 0-.5-.136a11 11 0 0 0-1.43-.242l.484 1.942zm12.308 0h2.17l.597-3.584a10 10 0 0 0-.285.116c-.894.381-1.872.953-2.577 1.764a29 29 0 0 1 .095 1.704"/></svg>

React

import type { SVGProps } from "react";

export function TdesignOperaFilled(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="M6.499 5h1.5c3.661 0 6.066 1.464 7.579 3.51c1.009 1.365 1.592 2.947 1.933 4.43c1.68-1.275 3.67-1.8 5.71-2.191l-1.375 8.262l-19.628-.001L.718 13h1.28c1.022 0 1.899.105 2.597.236l-.922-3.225H5c1.296 0 2.554.231 3.503.467a38 38 0 0 0-1.426-4.094zm2.592 7.724a16 16 0 0 0-.937-.27a15 15 0 0 0-1.803-.351l1.402 4.908h2.133l-.005-.052c-.101-.95-.148-1.389-.226-1.831c-.077-.443-.184-.871-.414-1.798zM5.673 17.01l-.447-1.564a9 9 0 0 0-.5-.136a11 11 0 0 0-1.43-.242l.484 1.942zm12.308 0h2.17l.597-3.584a10 10 0 0 0-.285.116c-.894.381-1.872.953-2.577 1.764a29 29 0 0 1 .095 1.704"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.499 5h1.5c3.661 0 6.066 1.464 7.579 3.51c1.009 1.365 1.592 2.947 1.933 4.43c1.68-1.275 3.67-1.8 5.71-2.191l-1.375 8.262l-19.628-.001L.718 13h1.28c1.022 0 1.899.105 2.597.236l-.922-3.225H5c1.296 0 2.554.231 3.503.467a38 38 0 0 0-1.426-4.094zm2.592 7.724a16 16 0 0 0-.937-.27a15 15 0 0 0-1.803-.351l1.402 4.908h2.133l-.005-.052c-.101-.95-.148-1.389-.226-1.831c-.077-.443-.184-.871-.414-1.798zM5.673 17.01l-.447-1.564a9 9 0 0 0-.5-.136a11 11 0 0 0-1.43-.242l.484 1.942zm12.308 0h2.17l.597-3.584a10 10 0 0 0-.285.116c-.894.381-1.872.953-2.577 1.764a29 29 0 0 1 .095 1.704"/></svg>
</template>

CSS

.icon-opera-filled {
  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%22M6.499%205h1.5c3.661%200%206.066%201.464%207.579%203.51c1.009%201.365%201.592%202.947%201.933%204.43c1.68-1.275%203.67-1.8%205.71-2.191l-1.375%208.262l-19.628-.001L.718%2013h1.28c1.022%200%201.899.105%202.597.236l-.922-3.225H5c1.296%200%202.554.231%203.503.467a38%2038%200%200%200-1.426-4.094zm2.592%207.724a16%2016%200%200%200-.937-.27a15%2015%200%200%200-1.803-.351l1.402%204.908h2.133l-.005-.052c-.101-.95-.148-1.389-.226-1.831c-.077-.443-.184-.871-.414-1.798zM5.673%2017.01l-.447-1.564a9%209%200%200%200-.5-.136a11%2011%200%200%200-1.43-.242l.484%201.942zm12.308%200h2.17l.597-3.584a10%2010%200%200%200-.285.116c-.894.381-1.872.953-2.577%201.764a29%2029%200%200%201%20.095%201.704%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%22M6.499%205h1.5c3.661%200%206.066%201.464%207.579%203.51c1.009%201.365%201.592%202.947%201.933%204.43c1.68-1.275%203.67-1.8%205.71-2.191l-1.375%208.262l-19.628-.001L.718%2013h1.28c1.022%200%201.899.105%202.597.236l-.922-3.225H5c1.296%200%202.554.231%203.503.467a38%2038%200%200%200-1.426-4.094zm2.592%207.724a16%2016%200%200%200-.937-.27a15%2015%200%200%200-1.803-.351l1.402%204.908h2.133l-.005-.052c-.101-.95-.148-1.389-.226-1.831c-.077-.443-.184-.871-.414-1.798zM5.673%2017.01l-.447-1.564a9%209%200%200%200-.5-.136a11%2011%200%200%200-1.43-.242l.484%201.942zm12.308%200h2.17l.597-3.584a10%2010%200%200%200-.285.116c-.894.381-1.872.953-2.577%201.764a29%2029%200%200%201%20.095%201.704%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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