rkt logo
rkt from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- rkt
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
Use the rkt logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path d="M169.14 255.19s6.04-29.175 31.292-64.193c17.55-10.14 35.152-22.566 50.06-37.472c13.785-68.352-7.14-141.688-7.14-141.688S170.017-9.083 101.668 4.7C86.755 19.615 74.337 37.216 64.196 54.761C29.168 80.006 0 86.047 0 86.047s23.33 16.018 34.587 34.194c-4.794 13.828-7.048 22.737-7.048 22.737c1.825 8.533 7.225 18.487 14.676 28.53c-5.145 4.08-11.175 8.323-17.728 11.87a75.5 75.5 0 0 1-2.385 1.25c5.624 18.548 30.462 41.91 48.554 48.205c.367-.725.75-1.44 1.138-2.152c3.65-6.73 8.03-12.913 12.207-18.15c10.137 7.354 20.045 12.835 28.208 15.11c0 0 8.919-2.25 22.743-7.044c18.17 11.26 34.188 34.593 34.188 34.593zm-51.553-61.781c-10.405-4.507-24.223-15.605-33.642-25.03c-12.736-12.737-19.637-23.586-22.285-30.338c4.473-15.247 21.657-67.92 54.662-103.33c39.802-6.758 81.498.506 99.647 4.507c3.997 18.142 11.271 59.847 4.507 99.647c-35.193 32.83-87.104 49.903-102.89 54.544z" fill="#54A3DA"/><circle fill="#F1616E" cx="152.475" cy="103.051" r="27.26"/></svg>
React
import type { SVGProps } from "react";
export function LogosRkt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path d="M169.14 255.19s6.04-29.175 31.292-64.193c17.55-10.14 35.152-22.566 50.06-37.472c13.785-68.352-7.14-141.688-7.14-141.688S170.017-9.083 101.668 4.7C86.755 19.615 74.337 37.216 64.196 54.761C29.168 80.006 0 86.047 0 86.047s23.33 16.018 34.587 34.194c-4.794 13.828-7.048 22.737-7.048 22.737c1.825 8.533 7.225 18.487 14.676 28.53c-5.145 4.08-11.175 8.323-17.728 11.87a75.5 75.5 0 0 1-2.385 1.25c5.624 18.548 30.462 41.91 48.554 48.205c.367-.725.75-1.44 1.138-2.152c3.65-6.73 8.03-12.913 12.207-18.15c10.137 7.354 20.045 12.835 28.208 15.11c0 0 8.919-2.25 22.743-7.044c18.17 11.26 34.188 34.593 34.188 34.593zm-51.553-61.781c-10.405-4.507-24.223-15.605-33.642-25.03c-12.736-12.737-19.637-23.586-22.285-30.338c4.473-15.247 21.657-67.92 54.662-103.33c39.802-6.758 81.498.506 99.647 4.507c3.997 18.142 11.271 59.847 4.507 99.647c-35.193 32.83-87.104 49.903-102.89 54.544z" fill="#54A3DA"/><circle fill="#F1616E" cx="152.475" cy="103.051" r="27.26"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path d="M169.14 255.19s6.04-29.175 31.292-64.193c17.55-10.14 35.152-22.566 50.06-37.472c13.785-68.352-7.14-141.688-7.14-141.688S170.017-9.083 101.668 4.7C86.755 19.615 74.337 37.216 64.196 54.761C29.168 80.006 0 86.047 0 86.047s23.33 16.018 34.587 34.194c-4.794 13.828-7.048 22.737-7.048 22.737c1.825 8.533 7.225 18.487 14.676 28.53c-5.145 4.08-11.175 8.323-17.728 11.87a75.5 75.5 0 0 1-2.385 1.25c5.624 18.548 30.462 41.91 48.554 48.205c.367-.725.75-1.44 1.138-2.152c3.65-6.73 8.03-12.913 12.207-18.15c10.137 7.354 20.045 12.835 28.208 15.11c0 0 8.919-2.25 22.743-7.044c18.17 11.26 34.188 34.593 34.188 34.593zm-51.553-61.781c-10.405-4.507-24.223-15.605-33.642-25.03c-12.736-12.737-19.637-23.586-22.285-30.338c4.473-15.247 21.657-67.92 54.662-103.33c39.802-6.758 81.498.506 99.647 4.507c3.997 18.142 11.271 59.847 4.507 99.647c-35.193 32.83-87.104 49.903-102.89 54.544z" fill="#54A3DA"/><circle fill="#F1616E" cx="152.475" cy="103.051" r="27.26"/></svg> </template>
CSS
.icon-rkt {
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%20d%3D%22M169.14%20255.19s6.04-29.175%2031.292-64.193c17.55-10.14%2035.152-22.566%2050.06-37.472c13.785-68.352-7.14-141.688-7.14-141.688S170.017-9.083%20101.668%204.7C86.755%2019.615%2074.337%2037.216%2064.196%2054.761C29.168%2080.006%200%2086.047%200%2086.047s23.33%2016.018%2034.587%2034.194c-4.794%2013.828-7.048%2022.737-7.048%2022.737c1.825%208.533%207.225%2018.487%2014.676%2028.53c-5.145%204.08-11.175%208.323-17.728%2011.87a75.5%2075.5%200%200%201-2.385%201.25c5.624%2018.548%2030.462%2041.91%2048.554%2048.205c.367-.725.75-1.44%201.138-2.152c3.65-6.73%208.03-12.913%2012.207-18.15c10.137%207.354%2020.045%2012.835%2028.208%2015.11c0%200%208.919-2.25%2022.743-7.044c18.17%2011.26%2034.188%2034.593%2034.188%2034.593zm-51.553-61.781c-10.405-4.507-24.223-15.605-33.642-25.03c-12.736-12.737-19.637-23.586-22.285-30.338c4.473-15.247%2021.657-67.92%2054.662-103.33c39.802-6.758%2081.498.506%2099.647%204.507c3.997%2018.142%2011.271%2059.847%204.507%2099.647c-35.193%2032.83-87.104%2049.903-102.89%2054.544z%22%20fill%3D%22%2354A3DA%22%2F%3E%3Ccircle%20fill%3D%22%23F1616E%22%20cx%3D%22152.475%22%20cy%3D%22103.051%22%20r%3D%2227.26%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%20d%3D%22M169.14%20255.19s6.04-29.175%2031.292-64.193c17.55-10.14%2035.152-22.566%2050.06-37.472c13.785-68.352-7.14-141.688-7.14-141.688S170.017-9.083%20101.668%204.7C86.755%2019.615%2074.337%2037.216%2064.196%2054.761C29.168%2080.006%200%2086.047%200%2086.047s23.33%2016.018%2034.587%2034.194c-4.794%2013.828-7.048%2022.737-7.048%2022.737c1.825%208.533%207.225%2018.487%2014.676%2028.53c-5.145%204.08-11.175%208.323-17.728%2011.87a75.5%2075.5%200%200%201-2.385%201.25c5.624%2018.548%2030.462%2041.91%2048.554%2048.205c.367-.725.75-1.44%201.138-2.152c3.65-6.73%208.03-12.913%2012.207-18.15c10.137%207.354%2020.045%2012.835%2028.208%2015.11c0%200%208.919-2.25%2022.743-7.044c18.17%2011.26%2034.188%2034.593%2034.188%2034.593zm-51.553-61.781c-10.405-4.507-24.223-15.605-33.642-25.03c-12.736-12.737-19.637-23.586-22.285-30.338c4.473-15.247%2021.657-67.92%2054.662-103.33c39.802-6.758%2081.498.506%2099.647%204.507c3.997%2018.142%2011.271%2059.847%204.507%2099.647c-35.193%2032.83-87.104%2049.903-102.89%2054.544z%22%20fill%3D%22%2354A3DA%22%2F%3E%3Ccircle%20fill%3D%22%23F1616E%22%20cx%3D%22152.475%22%20cy%3D%22103.051%22%20r%3D%2227.26%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/rkt.svg?color=%231a73e8&size=48