rstudio logo
rstudio from Devicon by konpa · Original · MIT Free for personal and commercial use.
- Name
- rstudio
- Set
- Devicon
- Style
- Original
- Viewbox
- 128×128
- License
- MIT
Use the rstudio logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#75aadb" d="M71.4 38.8c-1.5-.6-3.9-1-6.9-1.1c-4.2-.1-9 .4-9.2.5v20c13.3.6 15.5-1.7 15.5-1.7c11.6-5.9 4.3-16.2.6-17.7"/><path fill="#75aadb" d="M64 0C28.6 0 0 28.6 0 64s28.6 64 64 64s64-28.6 64-64S99.3 0 64 0m28.6 89.8H82L64.4 63.5h-9V84h9v5.8H41.5v-5.7l7.6-.1l-.1-45.9c-.8-.2-7.5-.8-7.5-.8V32c1 1 7.9 1.2 7.9 1.2c1.6.1 3.9.2 5.2-.1c9.3-1.7 16.4-.4 16.4-.4c14 3.2 14.2 15.8 10.3 22.6c-3.5 5.8-10.3 7.2-10.3 7.2l14.4 21.8l7.2-.1z"/><path fill="#fff" stroke="#fff" stroke-width=".788" d="M41.595 87.073v-2.726l1.82-.141a59 59 0 0 1 3.752-.144h1.931V37.996l-.938-.127a151 151 0 0 0-3.752-.397l-2.813-.27v-2.51c0-2.332.027-2.495.39-2.3c1.583.847 10.7 1.07 15.83.388c4.202-.558 11.495-.425 14.035.257c5.483 1.472 9.11 4.646 10.824 9.473c.717 2.018.817 5.847.216 8.224c-.903 3.572-2.39 6.048-4.865 8.101c-1.482 1.23-4.847 3.03-6.145 3.29c-.397.079-.772.224-.832.321c-.06.098 3.123 5.072 7.075 11.054l7.184 10.876l3.633-.068l3.634-.068v5.56l-5.242-.008l-5.24-.007l-8.82-13.234l-8.817-13.234h-9.178v20.744h9.049V89.8H41.595zm25.158-29.162c3.476-.55 7.265-2.774 8.973-5.263c2.511-3.663 1.537-8.99-2.294-12.547c-1.357-1.26-2.205-1.63-4.794-2.1c-2.124-.386-8.66-.454-11.706-.122l-1.544.168l-.058 10.083l-.057 10.082l.72.106c1.366.2 8.67-.075 10.76-.407z"/></svg>
React
import type { SVGProps } from "react";
export function DeviconRstudio(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#75aadb" d="M71.4 38.8c-1.5-.6-3.9-1-6.9-1.1c-4.2-.1-9 .4-9.2.5v20c13.3.6 15.5-1.7 15.5-1.7c11.6-5.9 4.3-16.2.6-17.7"/><path fill="#75aadb" d="M64 0C28.6 0 0 28.6 0 64s28.6 64 64 64s64-28.6 64-64S99.3 0 64 0m28.6 89.8H82L64.4 63.5h-9V84h9v5.8H41.5v-5.7l7.6-.1l-.1-45.9c-.8-.2-7.5-.8-7.5-.8V32c1 1 7.9 1.2 7.9 1.2c1.6.1 3.9.2 5.2-.1c9.3-1.7 16.4-.4 16.4-.4c14 3.2 14.2 15.8 10.3 22.6c-3.5 5.8-10.3 7.2-10.3 7.2l14.4 21.8l7.2-.1z"/><path fill="#fff" stroke="#fff" strokeWidth=".788" d="M41.595 87.073v-2.726l1.82-.141a59 59 0 0 1 3.752-.144h1.931V37.996l-.938-.127a151 151 0 0 0-3.752-.397l-2.813-.27v-2.51c0-2.332.027-2.495.39-2.3c1.583.847 10.7 1.07 15.83.388c4.202-.558 11.495-.425 14.035.257c5.483 1.472 9.11 4.646 10.824 9.473c.717 2.018.817 5.847.216 8.224c-.903 3.572-2.39 6.048-4.865 8.101c-1.482 1.23-4.847 3.03-6.145 3.29c-.397.079-.772.224-.832.321c-.06.098 3.123 5.072 7.075 11.054l7.184 10.876l3.633-.068l3.634-.068v5.56l-5.242-.008l-5.24-.007l-8.82-13.234l-8.817-13.234h-9.178v20.744h9.049V89.8H41.595zm25.158-29.162c3.476-.55 7.265-2.774 8.973-5.263c2.511-3.663 1.537-8.99-2.294-12.547c-1.357-1.26-2.205-1.63-4.794-2.1c-2.124-.386-8.66-.454-11.706-.122l-1.544.168l-.058 10.083l-.057 10.082l.72.106c1.366.2 8.67-.075 10.76-.407z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#75aadb" d="M71.4 38.8c-1.5-.6-3.9-1-6.9-1.1c-4.2-.1-9 .4-9.2.5v20c13.3.6 15.5-1.7 15.5-1.7c11.6-5.9 4.3-16.2.6-17.7"/><path fill="#75aadb" d="M64 0C28.6 0 0 28.6 0 64s28.6 64 64 64s64-28.6 64-64S99.3 0 64 0m28.6 89.8H82L64.4 63.5h-9V84h9v5.8H41.5v-5.7l7.6-.1l-.1-45.9c-.8-.2-7.5-.8-7.5-.8V32c1 1 7.9 1.2 7.9 1.2c1.6.1 3.9.2 5.2-.1c9.3-1.7 16.4-.4 16.4-.4c14 3.2 14.2 15.8 10.3 22.6c-3.5 5.8-10.3 7.2-10.3 7.2l14.4 21.8l7.2-.1z"/><path fill="#fff" stroke="#fff" stroke-width=".788" d="M41.595 87.073v-2.726l1.82-.141a59 59 0 0 1 3.752-.144h1.931V37.996l-.938-.127a151 151 0 0 0-3.752-.397l-2.813-.27v-2.51c0-2.332.027-2.495.39-2.3c1.583.847 10.7 1.07 15.83.388c4.202-.558 11.495-.425 14.035.257c5.483 1.472 9.11 4.646 10.824 9.473c.717 2.018.817 5.847.216 8.224c-.903 3.572-2.39 6.048-4.865 8.101c-1.482 1.23-4.847 3.03-6.145 3.29c-.397.079-.772.224-.832.321c-.06.098 3.123 5.072 7.075 11.054l7.184 10.876l3.633-.068l3.634-.068v5.56l-5.242-.008l-5.24-.007l-8.82-13.234l-8.817-13.234h-9.178v20.744h9.049V89.8H41.595zm25.158-29.162c3.476-.55 7.265-2.774 8.973-5.263c2.511-3.663 1.537-8.99-2.294-12.547c-1.357-1.26-2.205-1.63-4.794-2.1c-2.124-.386-8.66-.454-11.706-.122l-1.544.168l-.058 10.083l-.057 10.082l.72.106c1.366.2 8.67-.075 10.76-.407z"/></svg> </template>
CSS
.icon-rstudio {
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%2375aadb%22%20d%3D%22M71.4%2038.8c-1.5-.6-3.9-1-6.9-1.1c-4.2-.1-9%20.4-9.2.5v20c13.3.6%2015.5-1.7%2015.5-1.7c11.6-5.9%204.3-16.2.6-17.7%22%2F%3E%3Cpath%20fill%3D%22%2375aadb%22%20d%3D%22M64%200C28.6%200%200%2028.6%200%2064s28.6%2064%2064%2064s64-28.6%2064-64S99.3%200%2064%200m28.6%2089.8H82L64.4%2063.5h-9V84h9v5.8H41.5v-5.7l7.6-.1l-.1-45.9c-.8-.2-7.5-.8-7.5-.8V32c1%201%207.9%201.2%207.9%201.2c1.6.1%203.9.2%205.2-.1c9.3-1.7%2016.4-.4%2016.4-.4c14%203.2%2014.2%2015.8%2010.3%2022.6c-3.5%205.8-10.3%207.2-10.3%207.2l14.4%2021.8l7.2-.1z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.788%22%20d%3D%22M41.595%2087.073v-2.726l1.82-.141a59%2059%200%200%201%203.752-.144h1.931V37.996l-.938-.127a151%20151%200%200%200-3.752-.397l-2.813-.27v-2.51c0-2.332.027-2.495.39-2.3c1.583.847%2010.7%201.07%2015.83.388c4.202-.558%2011.495-.425%2014.035.257c5.483%201.472%209.11%204.646%2010.824%209.473c.717%202.018.817%205.847.216%208.224c-.903%203.572-2.39%206.048-4.865%208.101c-1.482%201.23-4.847%203.03-6.145%203.29c-.397.079-.772.224-.832.321c-.06.098%203.123%205.072%207.075%2011.054l7.184%2010.876l3.633-.068l3.634-.068v5.56l-5.242-.008l-5.24-.007l-8.82-13.234l-8.817-13.234h-9.178v20.744h9.049V89.8H41.595zm25.158-29.162c3.476-.55%207.265-2.774%208.973-5.263c2.511-3.663%201.537-8.99-2.294-12.547c-1.357-1.26-2.205-1.63-4.794-2.1c-2.124-.386-8.66-.454-11.706-.122l-1.544.168l-.058%2010.083l-.057%2010.082l.72.106c1.366.2%208.67-.075%2010.76-.407z%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%2375aadb%22%20d%3D%22M71.4%2038.8c-1.5-.6-3.9-1-6.9-1.1c-4.2-.1-9%20.4-9.2.5v20c13.3.6%2015.5-1.7%2015.5-1.7c11.6-5.9%204.3-16.2.6-17.7%22%2F%3E%3Cpath%20fill%3D%22%2375aadb%22%20d%3D%22M64%200C28.6%200%200%2028.6%200%2064s28.6%2064%2064%2064s64-28.6%2064-64S99.3%200%2064%200m28.6%2089.8H82L64.4%2063.5h-9V84h9v5.8H41.5v-5.7l7.6-.1l-.1-45.9c-.8-.2-7.5-.8-7.5-.8V32c1%201%207.9%201.2%207.9%201.2c1.6.1%203.9.2%205.2-.1c9.3-1.7%2016.4-.4%2016.4-.4c14%203.2%2014.2%2015.8%2010.3%2022.6c-3.5%205.8-10.3%207.2-10.3%207.2l14.4%2021.8l7.2-.1z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.788%22%20d%3D%22M41.595%2087.073v-2.726l1.82-.141a59%2059%200%200%201%203.752-.144h1.931V37.996l-.938-.127a151%20151%200%200%200-3.752-.397l-2.813-.27v-2.51c0-2.332.027-2.495.39-2.3c1.583.847%2010.7%201.07%2015.83.388c4.202-.558%2011.495-.425%2014.035.257c5.483%201.472%209.11%204.646%2010.824%209.473c.717%202.018.817%205.847.216%208.224c-.903%203.572-2.39%206.048-4.865%208.101c-1.482%201.23-4.847%203.03-6.145%203.29c-.397.079-.772.224-.832.321c-.06.098%203.123%205.072%207.075%2011.054l7.184%2010.876l3.633-.068l3.634-.068v5.56l-5.242-.008l-5.24-.007l-8.82-13.234l-8.817-13.234h-9.178v20.744h9.049V89.8H41.595zm25.158-29.162c3.476-.55%207.265-2.774%208.973-5.263c2.511-3.663%201.537-8.99-2.294-12.547c-1.357-1.26-2.205-1.63-4.794-2.1c-2.124-.386-8.66-.454-11.706-.122l-1.544.168l-.058%2010.083l-.057%2010.082l.72.106c1.366.2%208.67-.075%2010.76-.407z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/rstudio.svg?color=%231a73e8&size=48