opera icon
opera from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- opera
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the opera icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.969 4C9.672 4 5 8.945 5 15.906C5 22.191 9.46 28 15.969 28C22.527 28 27 22.191 27 15.906C27 8.883 22.21 4 15.969 4m0 2C21.21 6 25 9.754 25 15.906C25 21.262 21.344 26 15.969 26C10.652 26 7 21.262 7 15.906C7 9.793 10.676 6 15.969 6m0 .313c-1.043 0-1.996.406-2.656 1.062s-1.079 1.492-1.376 2.406c-.597 1.832-.718 4.016-.718 5.938c0 1.761.066 4.008.625 5.937c.277.965.672 1.88 1.344 2.594a3.82 3.82 0 0 0 2.78 1.188a3.84 3.84 0 0 0 2.782-1.188c.684-.71 1.09-1.629 1.375-2.594c.574-1.93.656-4.156.656-5.937c0-2.067-.16-4.227-.781-6.031c-.313-.903-.734-1.747-1.406-2.376s-1.598-1-2.625-1zm0 2c.57 0 .906.148 1.25.468s.664.832.906 1.531c.484 1.403.656 3.442.656 5.407c0 1.719-.105 3.828-.562 5.375c-.23.773-.547 1.406-.907 1.781c-.359.375-.718.563-1.343.563c-.61 0-.961-.188-1.313-.563c-.351-.375-.683-1.004-.906-1.781c-.45-1.555-.531-3.668-.531-5.375c0-1.828.156-3.867.625-5.313c.234-.722.566-1.258.906-1.594c.34-.335.664-.5 1.219-.5z"/></svg>
React
import type { SVGProps } from "react";
export function LaOpera(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.969 4C9.672 4 5 8.945 5 15.906C5 22.191 9.46 28 15.969 28C22.527 28 27 22.191 27 15.906C27 8.883 22.21 4 15.969 4m0 2C21.21 6 25 9.754 25 15.906C25 21.262 21.344 26 15.969 26C10.652 26 7 21.262 7 15.906C7 9.793 10.676 6 15.969 6m0 .313c-1.043 0-1.996.406-2.656 1.062s-1.079 1.492-1.376 2.406c-.597 1.832-.718 4.016-.718 5.938c0 1.761.066 4.008.625 5.937c.277.965.672 1.88 1.344 2.594a3.82 3.82 0 0 0 2.78 1.188a3.84 3.84 0 0 0 2.782-1.188c.684-.71 1.09-1.629 1.375-2.594c.574-1.93.656-4.156.656-5.937c0-2.067-.16-4.227-.781-6.031c-.313-.903-.734-1.747-1.406-2.376s-1.598-1-2.625-1zm0 2c.57 0 .906.148 1.25.468s.664.832.906 1.531c.484 1.403.656 3.442.656 5.407c0 1.719-.105 3.828-.562 5.375c-.23.773-.547 1.406-.907 1.781c-.359.375-.718.563-1.343.563c-.61 0-.961-.188-1.313-.563c-.351-.375-.683-1.004-.906-1.781c-.45-1.555-.531-3.668-.531-5.375c0-1.828.156-3.867.625-5.313c.234-.722.566-1.258.906-1.594c.34-.335.664-.5 1.219-.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.969 4C9.672 4 5 8.945 5 15.906C5 22.191 9.46 28 15.969 28C22.527 28 27 22.191 27 15.906C27 8.883 22.21 4 15.969 4m0 2C21.21 6 25 9.754 25 15.906C25 21.262 21.344 26 15.969 26C10.652 26 7 21.262 7 15.906C7 9.793 10.676 6 15.969 6m0 .313c-1.043 0-1.996.406-2.656 1.062s-1.079 1.492-1.376 2.406c-.597 1.832-.718 4.016-.718 5.938c0 1.761.066 4.008.625 5.937c.277.965.672 1.88 1.344 2.594a3.82 3.82 0 0 0 2.78 1.188a3.84 3.84 0 0 0 2.782-1.188c.684-.71 1.09-1.629 1.375-2.594c.574-1.93.656-4.156.656-5.937c0-2.067-.16-4.227-.781-6.031c-.313-.903-.734-1.747-1.406-2.376s-1.598-1-2.625-1zm0 2c.57 0 .906.148 1.25.468s.664.832.906 1.531c.484 1.403.656 3.442.656 5.407c0 1.719-.105 3.828-.562 5.375c-.23.773-.547 1.406-.907 1.781c-.359.375-.718.563-1.343.563c-.61 0-.961-.188-1.313-.563c-.351-.375-.683-1.004-.906-1.781c-.45-1.555-.531-3.668-.531-5.375c0-1.828.156-3.867.625-5.313c.234-.722.566-1.258.906-1.594c.34-.335.664-.5 1.219-.5z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.969%204C9.672%204%205%208.945%205%2015.906C5%2022.191%209.46%2028%2015.969%2028C22.527%2028%2027%2022.191%2027%2015.906C27%208.883%2022.21%204%2015.969%204m0%202C21.21%206%2025%209.754%2025%2015.906C25%2021.262%2021.344%2026%2015.969%2026C10.652%2026%207%2021.262%207%2015.906C7%209.793%2010.676%206%2015.969%206m0%20.313c-1.043%200-1.996.406-2.656%201.062s-1.079%201.492-1.376%202.406c-.597%201.832-.718%204.016-.718%205.938c0%201.761.066%204.008.625%205.937c.277.965.672%201.88%201.344%202.594a3.82%203.82%200%200%200%202.78%201.188a3.84%203.84%200%200%200%202.782-1.188c.684-.71%201.09-1.629%201.375-2.594c.574-1.93.656-4.156.656-5.937c0-2.067-.16-4.227-.781-6.031c-.313-.903-.734-1.747-1.406-2.376s-1.598-1-2.625-1zm0%202c.57%200%20.906.148%201.25.468s.664.832.906%201.531c.484%201.403.656%203.442.656%205.407c0%201.719-.105%203.828-.562%205.375c-.23.773-.547%201.406-.907%201.781c-.359.375-.718.563-1.343.563c-.61%200-.961-.188-1.313-.563c-.351-.375-.683-1.004-.906-1.781c-.45-1.555-.531-3.668-.531-5.375c0-1.828.156-3.867.625-5.313c.234-.722.566-1.258.906-1.594c.34-.335.664-.5%201.219-.5z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.969%204C9.672%204%205%208.945%205%2015.906C5%2022.191%209.46%2028%2015.969%2028C22.527%2028%2027%2022.191%2027%2015.906C27%208.883%2022.21%204%2015.969%204m0%202C21.21%206%2025%209.754%2025%2015.906C25%2021.262%2021.344%2026%2015.969%2026C10.652%2026%207%2021.262%207%2015.906C7%209.793%2010.676%206%2015.969%206m0%20.313c-1.043%200-1.996.406-2.656%201.062s-1.079%201.492-1.376%202.406c-.597%201.832-.718%204.016-.718%205.938c0%201.761.066%204.008.625%205.937c.277.965.672%201.88%201.344%202.594a3.82%203.82%200%200%200%202.78%201.188a3.84%203.84%200%200%200%202.782-1.188c.684-.71%201.09-1.629%201.375-2.594c.574-1.93.656-4.156.656-5.937c0-2.067-.16-4.227-.781-6.031c-.313-.903-.734-1.747-1.406-2.376s-1.598-1-2.625-1zm0%202c.57%200%20.906.148%201.25.468s.664.832.906%201.531c.484%201.403.656%203.442.656%205.407c0%201.719-.105%203.828-.562%205.375c-.23.773-.547%201.406-.907%201.781c-.359.375-.718.563-1.343.563c-.61%200-.961-.188-1.313-.563c-.351-.375-.683-1.004-.906-1.781c-.45-1.555-.531-3.668-.531-5.375c0-1.828.156-3.867.625-5.313c.234-.722.566-1.258.906-1.594c.34-.335.664-.5%201.219-.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/opera.svg?color=%231a73e8&size=48