replit logo
replit-light from Skill Icons by tandpfun · Light · MIT Free for personal and commercial use.
- Name
- replit-light
- Set
- Skill Icons
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
1 other variant in Skill Icons
The same logo in other sets
Use the replit logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#f4f4ed" rx="60"/><path fill="#f26207" d="M53 49.25C53 43.037 58.037 38 64.25 38h52.5c6.213 0 11.25 5.037 11.25 11.25V98H64.25C58.037 98 53 92.963 53 86.75zm74.999 48.752h63.75c6.213 0 11.25 5.037 11.25 11.25v37.5c0 6.213-5.037 11.25-11.25 11.25h-63.75z"/><path fill="#f26207" d="M53 169.25c0-6.213 5.037-11.25 11.25-11.25H128v48.75c0 6.213-5.037 11.25-11.25 11.25h-52.5C58.037 218 53 212.963 53 206.75z"/></g></svg>
React
import type { SVGProps } from "react";
export function SkillIconsReplitLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#f4f4ed" rx="60"/><path fill="#f26207" d="M53 49.25C53 43.037 58.037 38 64.25 38h52.5c6.213 0 11.25 5.037 11.25 11.25V98H64.25C58.037 98 53 92.963 53 86.75zm74.999 48.752h63.75c6.213 0 11.25 5.037 11.25 11.25v37.5c0 6.213-5.037 11.25-11.25 11.25h-63.75z"/><path fill="#f26207" d="M53 169.25c0-6.213 5.037-11.25 11.25-11.25H128v48.75c0 6.213-5.037 11.25-11.25 11.25h-52.5C58.037 218 53 212.963 53 206.75z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#f4f4ed" rx="60"/><path fill="#f26207" d="M53 49.25C53 43.037 58.037 38 64.25 38h52.5c6.213 0 11.25 5.037 11.25 11.25V98H64.25C58.037 98 53 92.963 53 86.75zm74.999 48.752h63.75c6.213 0 11.25 5.037 11.25 11.25v37.5c0 6.213-5.037 11.25-11.25 11.25h-63.75z"/><path fill="#f26207" d="M53 169.25c0-6.213 5.037-11.25 11.25-11.25H128v48.75c0 6.213-5.037 11.25-11.25 11.25h-52.5C58.037 218 53 212.963 53 206.75z"/></g></svg> </template>
CSS
.icon-replit-light {
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%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23f4f4ed%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%23f26207%22%20d%3D%22M53%2049.25C53%2043.037%2058.037%2038%2064.25%2038h52.5c6.213%200%2011.25%205.037%2011.25%2011.25V98H64.25C58.037%2098%2053%2092.963%2053%2086.75zm74.999%2048.752h63.75c6.213%200%2011.25%205.037%2011.25%2011.25v37.5c0%206.213-5.037%2011.25-11.25%2011.25h-63.75z%22%2F%3E%3Cpath%20fill%3D%22%23f26207%22%20d%3D%22M53%20169.25c0-6.213%205.037-11.25%2011.25-11.25H128v48.75c0%206.213-5.037%2011.25-11.25%2011.25h-52.5C58.037%20218%2053%20212.963%2053%20206.75z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23f4f4ed%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%23f26207%22%20d%3D%22M53%2049.25C53%2043.037%2058.037%2038%2064.25%2038h52.5c6.213%200%2011.25%205.037%2011.25%2011.25V98H64.25C58.037%2098%2053%2092.963%2053%2086.75zm74.999%2048.752h63.75c6.213%200%2011.25%205.037%2011.25%2011.25v37.5c0%206.213-5.037%2011.25-11.25%2011.25h-63.75z%22%2F%3E%3Cpath%20fill%3D%22%23f26207%22%20d%3D%22M53%20169.25c0-6.213%205.037-11.25%2011.25-11.25H128v48.75c0%206.213-5.037%2011.25-11.25%2011.25h-52.5C58.037%20218%2053%20212.963%2053%20206.75z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/skill-icons/replit-light.svg?color=%231a73e8&size=48