raphael logo
raphael from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- raphael
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
Use the raphael logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#f89938" d="M127.997 247.452c-14.063 0-27.287-5.475-37.233-15.426L23.98 165.243c-9.957-9.943-15.442-23.17-15.442-37.242c0-14.074 5.485-27.304 15.445-37.252l66.782-66.78c9.946-9.949 23.165-15.42 37.231-15.42c14.064 0 27.288 5.471 37.237 15.417l66.78 66.788c9.956 9.938 15.447 23.168 15.447 37.245s-5.488 27.304-15.45 37.25l-66.78 66.777c-9.946 9.951-23.17 15.426-37.234 15.426"/><path fill="#39f" d="M82.24 58.308c0-25.272 20.488-45.76 45.76-45.76c25.275 0 45.76 20.488 45.76 45.76c0 25.275-20.485 45.76-45.76 45.76c-25.275.003-45.76-20.485-45.76-45.76"/><path fill="#333" d="M246.713 159.027c6.038-9.128 9.287-19.82 9.287-31.018c0-15.084-5.881-29.26-16.55-39.907l-71.556-71.566l-.027.027C157.657 6.336 143.554 0 127.996 0S98.338 6.339 88.13 16.566l-.024-.027l-71.557 71.555C5.88 98.754 0 112.93 0 128.01c0 15.077 5.876 29.252 16.544 39.905l64.522 64.523a91 91 0 0 0 8.17 8.115C99.754 250.52 113.45 256 127.995 256c15.068 0 29.24-5.868 39.895-16.528l69.615-69.614c.176-.173.352-.352.528-.528l1.411-1.408a57 57 0 0 0 7.135-8.684q.074-.1.152-.2zm-11.592-31.018a35.27 35.27 0 0 1-5.805 19.453c-2.261 3.087-4.62 5.784-7.051 8.115l-.174.174c-11.445 10.887-24.377 13.972-35.351 13.972c-6.039 0-11.49-.937-15.773-2.018c-25.081-6.336-52.345-27.92-64.822-59.397a56 56 0 0 0 21.85 4.41c29.1 0 53.115-22.168 56.056-50.499l40.64 40.638c6.726 6.723 10.43 15.654 10.43 25.152M127.999 20.877c19.568 0 35.481 15.919 35.481 35.482c0 19.567-15.915 35.486-35.481 35.486c-19.564 0-35.48-15.92-35.48-35.486c0-19.563 15.916-35.482 35.48-35.482m-96.695 132.28c-6.723-6.718-10.428-15.649-10.428-25.145c0-9.499 3.702-18.429 10.425-25.144L58.795 75.37c-7.175 24.43-10.257 50.138-8.605 74.78a175 175 0 0 0 3.577 25.464zm47.003-70.24c6.038 47.248 43.437 93.884 87.548 105.032c7.186 1.814 14.232 2.707 21.047 2.707c.098 0 .198-.008.295-.008l-34.063 34.067c-6.718 6.712-15.645 10.41-25.138 10.41c-6.61 0-12.924-1.83-18.426-5.182l.01-.019c-2.165-1.435-4.229-3.057-6.235-4.774c-.157-.154-.325-.281-.48-.435l-6.882-6.884c-14.153-16.249-23.054-40.427-24.968-69.075c-1.449-21.678 1.153-44.282 7.292-65.839"/></svg>
React
import type { SVGProps } from "react";
export function LogosRaphael(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#f89938" d="M127.997 247.452c-14.063 0-27.287-5.475-37.233-15.426L23.98 165.243c-9.957-9.943-15.442-23.17-15.442-37.242c0-14.074 5.485-27.304 15.445-37.252l66.782-66.78c9.946-9.949 23.165-15.42 37.231-15.42c14.064 0 27.288 5.471 37.237 15.417l66.78 66.788c9.956 9.938 15.447 23.168 15.447 37.245s-5.488 27.304-15.45 37.25l-66.78 66.777c-9.946 9.951-23.17 15.426-37.234 15.426"/><path fill="#39f" d="M82.24 58.308c0-25.272 20.488-45.76 45.76-45.76c25.275 0 45.76 20.488 45.76 45.76c0 25.275-20.485 45.76-45.76 45.76c-25.275.003-45.76-20.485-45.76-45.76"/><path fill="#333" d="M246.713 159.027c6.038-9.128 9.287-19.82 9.287-31.018c0-15.084-5.881-29.26-16.55-39.907l-71.556-71.566l-.027.027C157.657 6.336 143.554 0 127.996 0S98.338 6.339 88.13 16.566l-.024-.027l-71.557 71.555C5.88 98.754 0 112.93 0 128.01c0 15.077 5.876 29.252 16.544 39.905l64.522 64.523a91 91 0 0 0 8.17 8.115C99.754 250.52 113.45 256 127.995 256c15.068 0 29.24-5.868 39.895-16.528l69.615-69.614c.176-.173.352-.352.528-.528l1.411-1.408a57 57 0 0 0 7.135-8.684q.074-.1.152-.2zm-11.592-31.018a35.27 35.27 0 0 1-5.805 19.453c-2.261 3.087-4.62 5.784-7.051 8.115l-.174.174c-11.445 10.887-24.377 13.972-35.351 13.972c-6.039 0-11.49-.937-15.773-2.018c-25.081-6.336-52.345-27.92-64.822-59.397a56 56 0 0 0 21.85 4.41c29.1 0 53.115-22.168 56.056-50.499l40.64 40.638c6.726 6.723 10.43 15.654 10.43 25.152M127.999 20.877c19.568 0 35.481 15.919 35.481 35.482c0 19.567-15.915 35.486-35.481 35.486c-19.564 0-35.48-15.92-35.48-35.486c0-19.563 15.916-35.482 35.48-35.482m-96.695 132.28c-6.723-6.718-10.428-15.649-10.428-25.145c0-9.499 3.702-18.429 10.425-25.144L58.795 75.37c-7.175 24.43-10.257 50.138-8.605 74.78a175 175 0 0 0 3.577 25.464zm47.003-70.24c6.038 47.248 43.437 93.884 87.548 105.032c7.186 1.814 14.232 2.707 21.047 2.707c.098 0 .198-.008.295-.008l-34.063 34.067c-6.718 6.712-15.645 10.41-25.138 10.41c-6.61 0-12.924-1.83-18.426-5.182l.01-.019c-2.165-1.435-4.229-3.057-6.235-4.774c-.157-.154-.325-.281-.48-.435l-6.882-6.884c-14.153-16.249-23.054-40.427-24.968-69.075c-1.449-21.678 1.153-44.282 7.292-65.839"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#f89938" d="M127.997 247.452c-14.063 0-27.287-5.475-37.233-15.426L23.98 165.243c-9.957-9.943-15.442-23.17-15.442-37.242c0-14.074 5.485-27.304 15.445-37.252l66.782-66.78c9.946-9.949 23.165-15.42 37.231-15.42c14.064 0 27.288 5.471 37.237 15.417l66.78 66.788c9.956 9.938 15.447 23.168 15.447 37.245s-5.488 27.304-15.45 37.25l-66.78 66.777c-9.946 9.951-23.17 15.426-37.234 15.426"/><path fill="#39f" d="M82.24 58.308c0-25.272 20.488-45.76 45.76-45.76c25.275 0 45.76 20.488 45.76 45.76c0 25.275-20.485 45.76-45.76 45.76c-25.275.003-45.76-20.485-45.76-45.76"/><path fill="#333" d="M246.713 159.027c6.038-9.128 9.287-19.82 9.287-31.018c0-15.084-5.881-29.26-16.55-39.907l-71.556-71.566l-.027.027C157.657 6.336 143.554 0 127.996 0S98.338 6.339 88.13 16.566l-.024-.027l-71.557 71.555C5.88 98.754 0 112.93 0 128.01c0 15.077 5.876 29.252 16.544 39.905l64.522 64.523a91 91 0 0 0 8.17 8.115C99.754 250.52 113.45 256 127.995 256c15.068 0 29.24-5.868 39.895-16.528l69.615-69.614c.176-.173.352-.352.528-.528l1.411-1.408a57 57 0 0 0 7.135-8.684q.074-.1.152-.2zm-11.592-31.018a35.27 35.27 0 0 1-5.805 19.453c-2.261 3.087-4.62 5.784-7.051 8.115l-.174.174c-11.445 10.887-24.377 13.972-35.351 13.972c-6.039 0-11.49-.937-15.773-2.018c-25.081-6.336-52.345-27.92-64.822-59.397a56 56 0 0 0 21.85 4.41c29.1 0 53.115-22.168 56.056-50.499l40.64 40.638c6.726 6.723 10.43 15.654 10.43 25.152M127.999 20.877c19.568 0 35.481 15.919 35.481 35.482c0 19.567-15.915 35.486-35.481 35.486c-19.564 0-35.48-15.92-35.48-35.486c0-19.563 15.916-35.482 35.48-35.482m-96.695 132.28c-6.723-6.718-10.428-15.649-10.428-25.145c0-9.499 3.702-18.429 10.425-25.144L58.795 75.37c-7.175 24.43-10.257 50.138-8.605 74.78a175 175 0 0 0 3.577 25.464zm47.003-70.24c6.038 47.248 43.437 93.884 87.548 105.032c7.186 1.814 14.232 2.707 21.047 2.707c.098 0 .198-.008.295-.008l-34.063 34.067c-6.718 6.712-15.645 10.41-25.138 10.41c-6.61 0-12.924-1.83-18.426-5.182l.01-.019c-2.165-1.435-4.229-3.057-6.235-4.774c-.157-.154-.325-.281-.48-.435l-6.882-6.884c-14.153-16.249-23.054-40.427-24.968-69.075c-1.449-21.678 1.153-44.282 7.292-65.839"/></svg> </template>
CSS
.icon-raphael {
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%20256%20256%22%3E%3Cpath%20fill%3D%22%23f89938%22%20d%3D%22M127.997%20247.452c-14.063%200-27.287-5.475-37.233-15.426L23.98%20165.243c-9.957-9.943-15.442-23.17-15.442-37.242c0-14.074%205.485-27.304%2015.445-37.252l66.782-66.78c9.946-9.949%2023.165-15.42%2037.231-15.42c14.064%200%2027.288%205.471%2037.237%2015.417l66.78%2066.788c9.956%209.938%2015.447%2023.168%2015.447%2037.245s-5.488%2027.304-15.45%2037.25l-66.78%2066.777c-9.946%209.951-23.17%2015.426-37.234%2015.426%22%2F%3E%3Cpath%20fill%3D%22%2339f%22%20d%3D%22M82.24%2058.308c0-25.272%2020.488-45.76%2045.76-45.76c25.275%200%2045.76%2020.488%2045.76%2045.76c0%2025.275-20.485%2045.76-45.76%2045.76c-25.275.003-45.76-20.485-45.76-45.76%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M246.713%20159.027c6.038-9.128%209.287-19.82%209.287-31.018c0-15.084-5.881-29.26-16.55-39.907l-71.556-71.566l-.027.027C157.657%206.336%20143.554%200%20127.996%200S98.338%206.339%2088.13%2016.566l-.024-.027l-71.557%2071.555C5.88%2098.754%200%20112.93%200%20128.01c0%2015.077%205.876%2029.252%2016.544%2039.905l64.522%2064.523a91%2091%200%200%200%208.17%208.115C99.754%20250.52%20113.45%20256%20127.995%20256c15.068%200%2029.24-5.868%2039.895-16.528l69.615-69.614c.176-.173.352-.352.528-.528l1.411-1.408a57%2057%200%200%200%207.135-8.684q.074-.1.152-.2zm-11.592-31.018a35.27%2035.27%200%200%201-5.805%2019.453c-2.261%203.087-4.62%205.784-7.051%208.115l-.174.174c-11.445%2010.887-24.377%2013.972-35.351%2013.972c-6.039%200-11.49-.937-15.773-2.018c-25.081-6.336-52.345-27.92-64.822-59.397a56%2056%200%200%200%2021.85%204.41c29.1%200%2053.115-22.168%2056.056-50.499l40.64%2040.638c6.726%206.723%2010.43%2015.654%2010.43%2025.152M127.999%2020.877c19.568%200%2035.481%2015.919%2035.481%2035.482c0%2019.567-15.915%2035.486-35.481%2035.486c-19.564%200-35.48-15.92-35.48-35.486c0-19.563%2015.916-35.482%2035.48-35.482m-96.695%20132.28c-6.723-6.718-10.428-15.649-10.428-25.145c0-9.499%203.702-18.429%2010.425-25.144L58.795%2075.37c-7.175%2024.43-10.257%2050.138-8.605%2074.78a175%20175%200%200%200%203.577%2025.464zm47.003-70.24c6.038%2047.248%2043.437%2093.884%2087.548%20105.032c7.186%201.814%2014.232%202.707%2021.047%202.707c.098%200%20.198-.008.295-.008l-34.063%2034.067c-6.718%206.712-15.645%2010.41-25.138%2010.41c-6.61%200-12.924-1.83-18.426-5.182l.01-.019c-2.165-1.435-4.229-3.057-6.235-4.774c-.157-.154-.325-.281-.48-.435l-6.882-6.884c-14.153-16.249-23.054-40.427-24.968-69.075c-1.449-21.678%201.153-44.282%207.292-65.839%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%20256%20256%22%3E%3Cpath%20fill%3D%22%23f89938%22%20d%3D%22M127.997%20247.452c-14.063%200-27.287-5.475-37.233-15.426L23.98%20165.243c-9.957-9.943-15.442-23.17-15.442-37.242c0-14.074%205.485-27.304%2015.445-37.252l66.782-66.78c9.946-9.949%2023.165-15.42%2037.231-15.42c14.064%200%2027.288%205.471%2037.237%2015.417l66.78%2066.788c9.956%209.938%2015.447%2023.168%2015.447%2037.245s-5.488%2027.304-15.45%2037.25l-66.78%2066.777c-9.946%209.951-23.17%2015.426-37.234%2015.426%22%2F%3E%3Cpath%20fill%3D%22%2339f%22%20d%3D%22M82.24%2058.308c0-25.272%2020.488-45.76%2045.76-45.76c25.275%200%2045.76%2020.488%2045.76%2045.76c0%2025.275-20.485%2045.76-45.76%2045.76c-25.275.003-45.76-20.485-45.76-45.76%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M246.713%20159.027c6.038-9.128%209.287-19.82%209.287-31.018c0-15.084-5.881-29.26-16.55-39.907l-71.556-71.566l-.027.027C157.657%206.336%20143.554%200%20127.996%200S98.338%206.339%2088.13%2016.566l-.024-.027l-71.557%2071.555C5.88%2098.754%200%20112.93%200%20128.01c0%2015.077%205.876%2029.252%2016.544%2039.905l64.522%2064.523a91%2091%200%200%200%208.17%208.115C99.754%20250.52%20113.45%20256%20127.995%20256c15.068%200%2029.24-5.868%2039.895-16.528l69.615-69.614c.176-.173.352-.352.528-.528l1.411-1.408a57%2057%200%200%200%207.135-8.684q.074-.1.152-.2zm-11.592-31.018a35.27%2035.27%200%200%201-5.805%2019.453c-2.261%203.087-4.62%205.784-7.051%208.115l-.174.174c-11.445%2010.887-24.377%2013.972-35.351%2013.972c-6.039%200-11.49-.937-15.773-2.018c-25.081-6.336-52.345-27.92-64.822-59.397a56%2056%200%200%200%2021.85%204.41c29.1%200%2053.115-22.168%2056.056-50.499l40.64%2040.638c6.726%206.723%2010.43%2015.654%2010.43%2025.152M127.999%2020.877c19.568%200%2035.481%2015.919%2035.481%2035.482c0%2019.567-15.915%2035.486-35.481%2035.486c-19.564%200-35.48-15.92-35.48-35.486c0-19.563%2015.916-35.482%2035.48-35.482m-96.695%20132.28c-6.723-6.718-10.428-15.649-10.428-25.145c0-9.499%203.702-18.429%2010.425-25.144L58.795%2075.37c-7.175%2024.43-10.257%2050.138-8.605%2074.78a175%20175%200%200%200%203.577%2025.464zm47.003-70.24c6.038%2047.248%2043.437%2093.884%2087.548%20105.032c7.186%201.814%2014.232%202.707%2021.047%202.707c.098%200%20.198-.008.295-.008l-34.063%2034.067c-6.718%206.712-15.645%2010.41-25.138%2010.41c-6.61%200-12.924-1.83-18.426-5.182l.01-.019c-2.165-1.435-4.229-3.057-6.235-4.774c-.157-.154-.325-.281-.48-.435l-6.882-6.884c-14.153-16.249-23.054-40.427-24.968-69.075c-1.449-21.678%201.153-44.282%207.292-65.839%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/raphael.svg?color=%231a73e8&size=48