r logo
r from Devicon by konpa · Original · MIT Free for personal and commercial use.
- Name
- r
- Set
- Devicon
- Style
- Original
- Viewbox
- 128×128
- License
- MIT
The same logo in other sets
Use the r logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGyGo73cHJ" x1=".741" x2="590.86" y1="3.666" y2="593.79" gradientTransform="matrix(.2169 0 0 .14527 -.16 14.112)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#cbced0"/><stop offset="1" stop-color="#84838b"/></linearGradient><linearGradient id="SVGO2JKkbLu" x1="301.03" x2="703.07" y1="151.4" y2="553.44" gradientTransform="matrix(.17572 0 0 .17931 -.16 14.112)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#276dc3"/><stop offset="1" stop-color="#165caa"/></linearGradient></defs><path fill="url(#SVGyGo73cHJ)" fill-rule="evenodd" d="M64 100.38c-35.346 0-64-19.19-64-42.863s28.654-42.863 64-42.863s64 19.19 64 42.863s-28.654 42.863-64 42.863m9.796-68.967c-26.866 0-48.646 13.119-48.646 29.303c0 16.183 21.78 29.303 48.646 29.303s46.693-8.97 46.693-29.303c0-20.327-19.827-29.303-46.693-29.303"/><path fill="url(#SVGO2JKkbLu)" fill-rule="evenodd" d="M97.469 81.033s3.874 1.169 6.124 2.308c.78.395 2.132 1.183 3.106 2.219a8.4 8.4 0 0 1 1.42 2.04l15.266 25.74l-24.674.01l-11.537-21.666s-2.363-4.06-3.817-5.237c-1.213-.982-1.73-1.331-2.929-1.331h-5.862l.004 28.219l-21.833.009V41.26h43.844s19.97.36 19.97 19.359s-19.082 20.413-19.082 20.413zm-9.497-24.137l-13.218-.009l-.006 12.258l13.224-.005s6.124-.019 6.124-6.235c0-6.34-6.124-6.009-6.124-6.009"/></svg>
React
import type { SVGProps } from "react";
export function DeviconR(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGyGo73cHJ" x1=".741" x2="590.86" y1="3.666" y2="593.79" gradientTransform="matrix(.2169 0 0 .14527 -.16 14.112)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#cbced0"/><stop offset="1" stopColor="#84838b"/></linearGradient><linearGradient id="SVGO2JKkbLu" x1="301.03" x2="703.07" y1="151.4" y2="553.44" gradientTransform="matrix(.17572 0 0 .17931 -.16 14.112)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#276dc3"/><stop offset="1" stopColor="#165caa"/></linearGradient></defs><path fill="url(#SVGyGo73cHJ)" fillRule="evenodd" d="M64 100.38c-35.346 0-64-19.19-64-42.863s28.654-42.863 64-42.863s64 19.19 64 42.863s-28.654 42.863-64 42.863m9.796-68.967c-26.866 0-48.646 13.119-48.646 29.303c0 16.183 21.78 29.303 48.646 29.303s46.693-8.97 46.693-29.303c0-20.327-19.827-29.303-46.693-29.303"/><path fill="url(#SVGO2JKkbLu)" fillRule="evenodd" d="M97.469 81.033s3.874 1.169 6.124 2.308c.78.395 2.132 1.183 3.106 2.219a8.4 8.4 0 0 1 1.42 2.04l15.266 25.74l-24.674.01l-11.537-21.666s-2.363-4.06-3.817-5.237c-1.213-.982-1.73-1.331-2.929-1.331h-5.862l.004 28.219l-21.833.009V41.26h43.844s19.97.36 19.97 19.359s-19.082 20.413-19.082 20.413zm-9.497-24.137l-13.218-.009l-.006 12.258l13.224-.005s6.124-.019 6.124-6.235c0-6.34-6.124-6.009-6.124-6.009"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGyGo73cHJ" x1=".741" x2="590.86" y1="3.666" y2="593.79" gradientTransform="matrix(.2169 0 0 .14527 -.16 14.112)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#cbced0"/><stop offset="1" stop-color="#84838b"/></linearGradient><linearGradient id="SVGO2JKkbLu" x1="301.03" x2="703.07" y1="151.4" y2="553.44" gradientTransform="matrix(.17572 0 0 .17931 -.16 14.112)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#276dc3"/><stop offset="1" stop-color="#165caa"/></linearGradient></defs><path fill="url(#SVGyGo73cHJ)" fill-rule="evenodd" d="M64 100.38c-35.346 0-64-19.19-64-42.863s28.654-42.863 64-42.863s64 19.19 64 42.863s-28.654 42.863-64 42.863m9.796-68.967c-26.866 0-48.646 13.119-48.646 29.303c0 16.183 21.78 29.303 48.646 29.303s46.693-8.97 46.693-29.303c0-20.327-19.827-29.303-46.693-29.303"/><path fill="url(#SVGO2JKkbLu)" fill-rule="evenodd" d="M97.469 81.033s3.874 1.169 6.124 2.308c.78.395 2.132 1.183 3.106 2.219a8.4 8.4 0 0 1 1.42 2.04l15.266 25.74l-24.674.01l-11.537-21.666s-2.363-4.06-3.817-5.237c-1.213-.982-1.73-1.331-2.929-1.331h-5.862l.004 28.219l-21.833.009V41.26h43.844s19.97.36 19.97 19.359s-19.082 20.413-19.082 20.413zm-9.497-24.137l-13.218-.009l-.006 12.258l13.224-.005s6.124-.019 6.124-6.235c0-6.34-6.124-6.009-6.124-6.009"/></svg> </template>
CSS
.icon-r {
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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGyGo73cHJ%22%20x1%3D%22.741%22%20x2%3D%22590.86%22%20y1%3D%223.666%22%20y2%3D%22593.79%22%20gradientTransform%3D%22matrix(.2169%200%200%20.14527%20-.16%2014.112)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23cbced0%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2384838b%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGO2JKkbLu%22%20x1%3D%22301.03%22%20x2%3D%22703.07%22%20y1%3D%22151.4%22%20y2%3D%22553.44%22%20gradientTransform%3D%22matrix(.17572%200%200%20.17931%20-.16%2014.112)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23276dc3%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23165caa%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGyGo73cHJ)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M64%20100.38c-35.346%200-64-19.19-64-42.863s28.654-42.863%2064-42.863s64%2019.19%2064%2042.863s-28.654%2042.863-64%2042.863m9.796-68.967c-26.866%200-48.646%2013.119-48.646%2029.303c0%2016.183%2021.78%2029.303%2048.646%2029.303s46.693-8.97%2046.693-29.303c0-20.327-19.827-29.303-46.693-29.303%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGO2JKkbLu)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M97.469%2081.033s3.874%201.169%206.124%202.308c.78.395%202.132%201.183%203.106%202.219a8.4%208.4%200%200%201%201.42%202.04l15.266%2025.74l-24.674.01l-11.537-21.666s-2.363-4.06-3.817-5.237c-1.213-.982-1.73-1.331-2.929-1.331h-5.862l.004%2028.219l-21.833.009V41.26h43.844s19.97.36%2019.97%2019.359s-19.082%2020.413-19.082%2020.413zm-9.497-24.137l-13.218-.009l-.006%2012.258l13.224-.005s6.124-.019%206.124-6.235c0-6.34-6.124-6.009-6.124-6.009%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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGyGo73cHJ%22%20x1%3D%22.741%22%20x2%3D%22590.86%22%20y1%3D%223.666%22%20y2%3D%22593.79%22%20gradientTransform%3D%22matrix(.2169%200%200%20.14527%20-.16%2014.112)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23cbced0%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2384838b%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGO2JKkbLu%22%20x1%3D%22301.03%22%20x2%3D%22703.07%22%20y1%3D%22151.4%22%20y2%3D%22553.44%22%20gradientTransform%3D%22matrix(.17572%200%200%20.17931%20-.16%2014.112)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23276dc3%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23165caa%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGyGo73cHJ)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M64%20100.38c-35.346%200-64-19.19-64-42.863s28.654-42.863%2064-42.863s64%2019.19%2064%2042.863s-28.654%2042.863-64%2042.863m9.796-68.967c-26.866%200-48.646%2013.119-48.646%2029.303c0%2016.183%2021.78%2029.303%2048.646%2029.303s46.693-8.97%2046.693-29.303c0-20.327-19.827-29.303-46.693-29.303%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGO2JKkbLu)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M97.469%2081.033s3.874%201.169%206.124%202.308c.78.395%202.132%201.183%203.106%202.219a8.4%208.4%200%200%201%201.42%202.04l15.266%2025.74l-24.674.01l-11.537-21.666s-2.363-4.06-3.817-5.237c-1.213-.982-1.73-1.331-2.929-1.331h-5.862l.004%2028.219l-21.833.009V41.26h43.844s19.97.36%2019.97%2019.359s-19.082%2020.413-19.082%2020.413zm-9.497-24.137l-13.218-.009l-.006%2012.258l13.224-.005s6.124-.019%206.124-6.235c0-6.34-6.124-6.009-6.124-6.009%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/r.svg?color=%231a73e8&size=48