opencage logo
opencage from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- opencage
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the opencage logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C6.178.001 1.444 3.559 1.444 7.93V24h1.06L2.51 7.93c0-2.847 2.408-5.295 5.831-6.333a6 6 0 0 0-.254.258a7 7 0 0 0-.363.415c-.17.21-.201.251-.439.591c-.185.27-.375.596-.49.813q-.196.366-.36.746c-.237.541-.39 1.044-.418 1.134a12.4 12.4 0 0 0-.534 3.634L5.485 24h1.066V9.188c0-.322.016-1.068.14-1.828c.07-.457.186-.996.342-1.505c.144-.487.42-1.209.762-1.82q.238-.428.51-.803a6.5 6.5 0 0 1 .874-.981a5 5 0 0 1 .83-.617a4 4 0 0 1 .565-.28c-.846 1.92-1.108 5.46-1.108 7.834V24h1.065V9.188c0-4.959.94-7.865 1.463-8.112c.39.205 1.283 2.392 1.429 6.954l1.048.014c-.03-.941-.166-4.671-1.05-6.687c2.05.844 3.653 3.45 3.965 6.687h1.116l-.012-.117h.002c-.255-2.648-1.271-4.88-2.721-6.295c3.36 1.059 5.719 3.486 5.719 6.299l-.007.113l1.073-.009C22.556 3.68 17.839.017 12.042 0zm1.5 20.024V24h1.061l.005-3.976zm3.987 0L17.492 24h1.06v-3.976zm4.003 0V24h1.066v-3.976z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsOpencage(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="M12 0C6.178.001 1.444 3.559 1.444 7.93V24h1.06L2.51 7.93c0-2.847 2.408-5.295 5.831-6.333a6 6 0 0 0-.254.258a7 7 0 0 0-.363.415c-.17.21-.201.251-.439.591c-.185.27-.375.596-.49.813q-.196.366-.36.746c-.237.541-.39 1.044-.418 1.134a12.4 12.4 0 0 0-.534 3.634L5.485 24h1.066V9.188c0-.322.016-1.068.14-1.828c.07-.457.186-.996.342-1.505c.144-.487.42-1.209.762-1.82q.238-.428.51-.803a6.5 6.5 0 0 1 .874-.981a5 5 0 0 1 .83-.617a4 4 0 0 1 .565-.28c-.846 1.92-1.108 5.46-1.108 7.834V24h1.065V9.188c0-4.959.94-7.865 1.463-8.112c.39.205 1.283 2.392 1.429 6.954l1.048.014c-.03-.941-.166-4.671-1.05-6.687c2.05.844 3.653 3.45 3.965 6.687h1.116l-.012-.117h.002c-.255-2.648-1.271-4.88-2.721-6.295c3.36 1.059 5.719 3.486 5.719 6.299l-.007.113l1.073-.009C22.556 3.68 17.839.017 12.042 0zm1.5 20.024V24h1.061l.005-3.976zm3.987 0L17.492 24h1.06v-3.976zm4.003 0V24h1.066v-3.976z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C6.178.001 1.444 3.559 1.444 7.93V24h1.06L2.51 7.93c0-2.847 2.408-5.295 5.831-6.333a6 6 0 0 0-.254.258a7 7 0 0 0-.363.415c-.17.21-.201.251-.439.591c-.185.27-.375.596-.49.813q-.196.366-.36.746c-.237.541-.39 1.044-.418 1.134a12.4 12.4 0 0 0-.534 3.634L5.485 24h1.066V9.188c0-.322.016-1.068.14-1.828c.07-.457.186-.996.342-1.505c.144-.487.42-1.209.762-1.82q.238-.428.51-.803a6.5 6.5 0 0 1 .874-.981a5 5 0 0 1 .83-.617a4 4 0 0 1 .565-.28c-.846 1.92-1.108 5.46-1.108 7.834V24h1.065V9.188c0-4.959.94-7.865 1.463-8.112c.39.205 1.283 2.392 1.429 6.954l1.048.014c-.03-.941-.166-4.671-1.05-6.687c2.05.844 3.653 3.45 3.965 6.687h1.116l-.012-.117h.002c-.255-2.648-1.271-4.88-2.721-6.295c3.36 1.059 5.719 3.486 5.719 6.299l-.007.113l1.073-.009C22.556 3.68 17.839.017 12.042 0zm1.5 20.024V24h1.061l.005-3.976zm3.987 0L17.492 24h1.06v-3.976zm4.003 0V24h1.066v-3.976z"/></svg> </template>
CSS
.icon-opencage {
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%22M12%200C6.178.001%201.444%203.559%201.444%207.93V24h1.06L2.51%207.93c0-2.847%202.408-5.295%205.831-6.333a6%206%200%200%200-.254.258a7%207%200%200%200-.363.415c-.17.21-.201.251-.439.591c-.185.27-.375.596-.49.813q-.196.366-.36.746c-.237.541-.39%201.044-.418%201.134a12.4%2012.4%200%200%200-.534%203.634L5.485%2024h1.066V9.188c0-.322.016-1.068.14-1.828c.07-.457.186-.996.342-1.505c.144-.487.42-1.209.762-1.82q.238-.428.51-.803a6.5%206.5%200%200%201%20.874-.981a5%205%200%200%201%20.83-.617a4%204%200%200%201%20.565-.28c-.846%201.92-1.108%205.46-1.108%207.834V24h1.065V9.188c0-4.959.94-7.865%201.463-8.112c.39.205%201.283%202.392%201.429%206.954l1.048.014c-.03-.941-.166-4.671-1.05-6.687c2.05.844%203.653%203.45%203.965%206.687h1.116l-.012-.117h.002c-.255-2.648-1.271-4.88-2.721-6.295c3.36%201.059%205.719%203.486%205.719%206.299l-.007.113l1.073-.009C22.556%203.68%2017.839.017%2012.042%200zm1.5%2020.024V24h1.061l.005-3.976zm3.987%200L17.492%2024h1.06v-3.976zm4.003%200V24h1.066v-3.976z%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%22M12%200C6.178.001%201.444%203.559%201.444%207.93V24h1.06L2.51%207.93c0-2.847%202.408-5.295%205.831-6.333a6%206%200%200%200-.254.258a7%207%200%200%200-.363.415c-.17.21-.201.251-.439.591c-.185.27-.375.596-.49.813q-.196.366-.36.746c-.237.541-.39%201.044-.418%201.134a12.4%2012.4%200%200%200-.534%203.634L5.485%2024h1.066V9.188c0-.322.016-1.068.14-1.828c.07-.457.186-.996.342-1.505c.144-.487.42-1.209.762-1.82q.238-.428.51-.803a6.5%206.5%200%200%201%20.874-.981a5%205%200%200%201%20.83-.617a4%204%200%200%201%20.565-.28c-.846%201.92-1.108%205.46-1.108%207.834V24h1.065V9.188c0-4.959.94-7.865%201.463-8.112c.39.205%201.283%202.392%201.429%206.954l1.048.014c-.03-.941-.166-4.671-1.05-6.687c2.05.844%203.653%203.45%203.965%206.687h1.116l-.012-.117h.002c-.255-2.648-1.271-4.88-2.721-6.295c3.36%201.059%205.719%203.486%205.719%206.299l-.007.113l1.073-.009C22.556%203.68%2017.839.017%2012.042%200zm1.5%2020.024V24h1.061l.005-3.976zm3.987%200L17.492%2024h1.06v-3.976zm4.003%200V24h1.066v-3.976z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/opencage.svg?color=%231a73e8&size=48