reach logo
reach from Devicon by konpa · Original · MIT Free for personal and commercial use.
- Name
- reach
- Set
- Devicon
- Style
- Original
- Viewbox
- 128×128
- License
- MIT
Use the reach logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#6ac6e7" d="m65.73 21.566l26.743 27.059c-.407.43-.746.8-1.098 1.152c-9.516 9.551-19.04 19.09-28.543 28.649a8857 8857 0 0 0-29.543 29.808c-.922.938-1.406.914-2.312-.007c-5.489-5.61-11.055-11.145-16.579-16.72c-3.664-3.695-7.3-7.413-10.945-11.128c-.262-.266-.496-.563-.765-.871C22.945 59.44 43.145 39.434 63.627 19.14c.442.507 1.24 1.433 2.102 2.425Zm0 0"/><path fill="#f45848" d="M117.637 73.336c2.867 2.809 5.668 5.555 8.16 8c-9.309 9.668-18.469 19.18-27.578 28.637c-16.762-12.336-17.43-44.176-1.11-56.934c6.829 6.75 13.645 13.492 20.528 20.297m0 0"/></svg>
React
import type { SVGProps } from "react";
export function DeviconReach(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#6ac6e7" d="m65.73 21.566l26.743 27.059c-.407.43-.746.8-1.098 1.152c-9.516 9.551-19.04 19.09-28.543 28.649a8857 8857 0 0 0-29.543 29.808c-.922.938-1.406.914-2.312-.007c-5.489-5.61-11.055-11.145-16.579-16.72c-3.664-3.695-7.3-7.413-10.945-11.128c-.262-.266-.496-.563-.765-.871C22.945 59.44 43.145 39.434 63.627 19.14c.442.507 1.24 1.433 2.102 2.425Zm0 0"/><path fill="#f45848" d="M117.637 73.336c2.867 2.809 5.668 5.555 8.16 8c-9.309 9.668-18.469 19.18-27.578 28.637c-16.762-12.336-17.43-44.176-1.11-56.934c6.829 6.75 13.645 13.492 20.528 20.297m0 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#6ac6e7" d="m65.73 21.566l26.743 27.059c-.407.43-.746.8-1.098 1.152c-9.516 9.551-19.04 19.09-28.543 28.649a8857 8857 0 0 0-29.543 29.808c-.922.938-1.406.914-2.312-.007c-5.489-5.61-11.055-11.145-16.579-16.72c-3.664-3.695-7.3-7.413-10.945-11.128c-.262-.266-.496-.563-.765-.871C22.945 59.44 43.145 39.434 63.627 19.14c.442.507 1.24 1.433 2.102 2.425Zm0 0"/><path fill="#f45848" d="M117.637 73.336c2.867 2.809 5.668 5.555 8.16 8c-9.309 9.668-18.469 19.18-27.578 28.637c-16.762-12.336-17.43-44.176-1.11-56.934c6.829 6.75 13.645 13.492 20.528 20.297m0 0"/></svg> </template>
CSS
.icon-reach {
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%20128%20128%22%3E%3Cpath%20fill%3D%22%236ac6e7%22%20d%3D%22m65.73%2021.566l26.743%2027.059c-.407.43-.746.8-1.098%201.152c-9.516%209.551-19.04%2019.09-28.543%2028.649a8857%208857%200%200%200-29.543%2029.808c-.922.938-1.406.914-2.312-.007c-5.489-5.61-11.055-11.145-16.579-16.72c-3.664-3.695-7.3-7.413-10.945-11.128c-.262-.266-.496-.563-.765-.871C22.945%2059.44%2043.145%2039.434%2063.627%2019.14c.442.507%201.24%201.433%202.102%202.425Zm0%200%22%2F%3E%3Cpath%20fill%3D%22%23f45848%22%20d%3D%22M117.637%2073.336c2.867%202.809%205.668%205.555%208.16%208c-9.309%209.668-18.469%2019.18-27.578%2028.637c-16.762-12.336-17.43-44.176-1.11-56.934c6.829%206.75%2013.645%2013.492%2020.528%2020.297m0%200%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%20128%20128%22%3E%3Cpath%20fill%3D%22%236ac6e7%22%20d%3D%22m65.73%2021.566l26.743%2027.059c-.407.43-.746.8-1.098%201.152c-9.516%209.551-19.04%2019.09-28.543%2028.649a8857%208857%200%200%200-29.543%2029.808c-.922.938-1.406.914-2.312-.007c-5.489-5.61-11.055-11.145-16.579-16.72c-3.664-3.695-7.3-7.413-10.945-11.128c-.262-.266-.496-.563-.765-.871C22.945%2059.44%2043.145%2039.434%2063.627%2019.14c.442.507%201.24%201.433%202.102%202.425Zm0%200%22%2F%3E%3Cpath%20fill%3D%22%23f45848%22%20d%3D%22M117.637%2073.336c2.867%202.809%205.668%205.555%208.16%208c-9.309%209.668-18.469%2019.18-27.578%2028.637c-16.762-12.336-17.43-44.176-1.11-56.934c6.829%206.75%2013.645%2013.492%2020.528%2020.297m0%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/reach.svg?color=%231a73e8&size=48