opera alt icon
opera-alt from Unicons by Iconscout · Line · Brand Logos · Apache-2.0 Free for personal and commercial use.
- Name
- opera-alt
- Set
- Unicons
- Style
- Line
- Category
- Brand Logos
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More brand logos icons from Unicons
Use the opera alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.97 5c-3.643 0-3.643 5.123-3.643 6.858c0 1.953 0 7.142 3.66 7.142c3.655 0 3.655-5.162 3.655-7.105C15.642 7.32 14.406 5 11.97 5m.017 12c-1.101 0-1.66-1.73-1.66-5.195c0-2.191.285-4.805 1.644-4.805c1.454 0 1.67 3.067 1.67 4.895c0 3.388-.556 5.105-1.654 5.105m.001-16C5.937 1 1.71 5.482 1.71 11.9c0 5.456 3.847 11.1 10.285 11.1c6.434 0 10.278-5.644 10.278-11.101C22.273 5.482 18.044 1 11.988 1m.007 20C6.81 21 3.71 16.373 3.71 11.9c0-5.323 3.327-8.9 8.278-8.9c4.956 0 8.285 3.577 8.285 8.899c0 4.474-3.096 9.101-8.278 9.101"/></svg>
React
import type { SVGProps } from "react";
export function UilOperaAlt(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="M11.97 5c-3.643 0-3.643 5.123-3.643 6.858c0 1.953 0 7.142 3.66 7.142c3.655 0 3.655-5.162 3.655-7.105C15.642 7.32 14.406 5 11.97 5m.017 12c-1.101 0-1.66-1.73-1.66-5.195c0-2.191.285-4.805 1.644-4.805c1.454 0 1.67 3.067 1.67 4.895c0 3.388-.556 5.105-1.654 5.105m.001-16C5.937 1 1.71 5.482 1.71 11.9c0 5.456 3.847 11.1 10.285 11.1c6.434 0 10.278-5.644 10.278-11.101C22.273 5.482 18.044 1 11.988 1m.007 20C6.81 21 3.71 16.373 3.71 11.9c0-5.323 3.327-8.9 8.278-8.9c4.956 0 8.285 3.577 8.285 8.899c0 4.474-3.096 9.101-8.278 9.101"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.97 5c-3.643 0-3.643 5.123-3.643 6.858c0 1.953 0 7.142 3.66 7.142c3.655 0 3.655-5.162 3.655-7.105C15.642 7.32 14.406 5 11.97 5m.017 12c-1.101 0-1.66-1.73-1.66-5.195c0-2.191.285-4.805 1.644-4.805c1.454 0 1.67 3.067 1.67 4.895c0 3.388-.556 5.105-1.654 5.105m.001-16C5.937 1 1.71 5.482 1.71 11.9c0 5.456 3.847 11.1 10.285 11.1c6.434 0 10.278-5.644 10.278-11.101C22.273 5.482 18.044 1 11.988 1m.007 20C6.81 21 3.71 16.373 3.71 11.9c0-5.323 3.327-8.9 8.278-8.9c4.956 0 8.285 3.577 8.285 8.899c0 4.474-3.096 9.101-8.278 9.101"/></svg> </template>
CSS
.icon-opera-alt {
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%22M11.97%205c-3.643%200-3.643%205.123-3.643%206.858c0%201.953%200%207.142%203.66%207.142c3.655%200%203.655-5.162%203.655-7.105C15.642%207.32%2014.406%205%2011.97%205m.017%2012c-1.101%200-1.66-1.73-1.66-5.195c0-2.191.285-4.805%201.644-4.805c1.454%200%201.67%203.067%201.67%204.895c0%203.388-.556%205.105-1.654%205.105m.001-16C5.937%201%201.71%205.482%201.71%2011.9c0%205.456%203.847%2011.1%2010.285%2011.1c6.434%200%2010.278-5.644%2010.278-11.101C22.273%205.482%2018.044%201%2011.988%201m.007%2020C6.81%2021%203.71%2016.373%203.71%2011.9c0-5.323%203.327-8.9%208.278-8.9c4.956%200%208.285%203.577%208.285%208.899c0%204.474-3.096%209.101-8.278%209.101%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%22M11.97%205c-3.643%200-3.643%205.123-3.643%206.858c0%201.953%200%207.142%203.66%207.142c3.655%200%203.655-5.162%203.655-7.105C15.642%207.32%2014.406%205%2011.97%205m.017%2012c-1.101%200-1.66-1.73-1.66-5.195c0-2.191.285-4.805%201.644-4.805c1.454%200%201.67%203.067%201.67%204.895c0%203.388-.556%205.105-1.654%205.105m.001-16C5.937%201%201.71%205.482%201.71%2011.9c0%205.456%203.847%2011.1%2010.285%2011.1c6.434%200%2010.278-5.644%2010.278-11.101C22.273%205.482%2018.044%201%2011.988%201m.007%2020C6.81%2021%203.71%2016.373%203.71%2011.9c0-5.323%203.327-8.9%208.278-8.9c4.956%200%208.285%203.577%208.285%208.899c0%204.474-3.096%209.101-8.278%209.101%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/opera-alt.svg?color=%231a73e8&size=48