redwoodjs logo
redwoodjs from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- redwoodjs
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the redwoodjs logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.989 3.47l4.66 3.181c.105.07.228.108.354.111a.63.63 0 0 0 .354-.111l4.664-3.192a.637.637 0 0 0-.089-1.087L12.272.065a.64.64 0 0 0-.56 0L7.067 2.372a.636.636 0 0 0-.078 1.098m6.597 4.179c0 .211.104.408.276.528l3.736 2.553a.63.63 0 0 0 .776-.05l3.134-2.803a.637.637 0 0 0-.028-.973l-2.992-2.393a.635.635 0 0 0-.751-.029l-3.874 2.65a.64.64 0 0 0-.277.517m-9.291 3.474a.64.64 0 0 1 .209.538a.63.63 0 0 1-.315.485l-2.231 1.337a.63.63 0 0 1-.718-.049a.64.64 0 0 1-.21-.693l.825-2.596a.63.63 0 0 1 1.023-.281zm12.1.271l-4.033-2.76a.63.63 0 0 0-.708 0l-4.033 2.76a.65.65 0 0 0-.276.485a.66.66 0 0 0 .212.521l4.03 3.605a.635.635 0 0 0 .842 0l4.03-3.605a.647.647 0 0 0-.064-1.006m-10.758-.713l-3.13-2.803a.65.65 0 0 1-.213-.503a.63.63 0 0 1 .237-.481l2.992-2.407a.64.64 0 0 1 .754-.029l3.87 2.65a.64.64 0 0 1 0 1.07l-3.732 2.553a.63.63 0 0 1-.778-.05m16.073 4.026l-3.187-1.908a.63.63 0 0 0-.744.071l-3.895 3.477a.64.64 0 0 0-.204.587a.64.64 0 0 0 .388.483l5.404 2.19a.634.634 0 0 0 .815-.332l1.675-3.752a.64.64 0 0 0-.252-.816m.442-4.561l.825 2.596h-.007a.635.635 0 0 1-.927.742l-2.234-1.337a.62.62 0 0 1-.305-.485a.63.63 0 0 1 .209-.538l1.416-1.262a.63.63 0 0 1 1.023.284m-11.82 6.786a.64.64 0 0 0-.202-.585L6.235 12.87a.63.63 0 0 0-.744-.071l-3.187 1.908a.65.65 0 0 0-.255.813l1.678 3.752a.63.63 0 0 0 .814.332l5.4-2.19a.64.64 0 0 0 .391-.482m1.912 1.07l4.334 1.755c.212.091.358.29.382.521a.64.64 0 0 1-.269.596l-4.338 3.013A.63.63 0 0 1 12 24a.64.64 0 0 1-.354-.114l-4.334-3.013a.635.635 0 0 1 .124-1.117l4.334-1.755a.64.64 0 0 1 .474.001"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsRedwoodjs(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.989 3.47l4.66 3.181c.105.07.228.108.354.111a.63.63 0 0 0 .354-.111l4.664-3.192a.637.637 0 0 0-.089-1.087L12.272.065a.64.64 0 0 0-.56 0L7.067 2.372a.636.636 0 0 0-.078 1.098m6.597 4.179c0 .211.104.408.276.528l3.736 2.553a.63.63 0 0 0 .776-.05l3.134-2.803a.637.637 0 0 0-.028-.973l-2.992-2.393a.635.635 0 0 0-.751-.029l-3.874 2.65a.64.64 0 0 0-.277.517m-9.291 3.474a.64.64 0 0 1 .209.538a.63.63 0 0 1-.315.485l-2.231 1.337a.63.63 0 0 1-.718-.049a.64.64 0 0 1-.21-.693l.825-2.596a.63.63 0 0 1 1.023-.281zm12.1.271l-4.033-2.76a.63.63 0 0 0-.708 0l-4.033 2.76a.65.65 0 0 0-.276.485a.66.66 0 0 0 .212.521l4.03 3.605a.635.635 0 0 0 .842 0l4.03-3.605a.647.647 0 0 0-.064-1.006m-10.758-.713l-3.13-2.803a.65.65 0 0 1-.213-.503a.63.63 0 0 1 .237-.481l2.992-2.407a.64.64 0 0 1 .754-.029l3.87 2.65a.64.64 0 0 1 0 1.07l-3.732 2.553a.63.63 0 0 1-.778-.05m16.073 4.026l-3.187-1.908a.63.63 0 0 0-.744.071l-3.895 3.477a.64.64 0 0 0-.204.587a.64.64 0 0 0 .388.483l5.404 2.19a.634.634 0 0 0 .815-.332l1.675-3.752a.64.64 0 0 0-.252-.816m.442-4.561l.825 2.596h-.007a.635.635 0 0 1-.927.742l-2.234-1.337a.62.62 0 0 1-.305-.485a.63.63 0 0 1 .209-.538l1.416-1.262a.63.63 0 0 1 1.023.284m-11.82 6.786a.64.64 0 0 0-.202-.585L6.235 12.87a.63.63 0 0 0-.744-.071l-3.187 1.908a.65.65 0 0 0-.255.813l1.678 3.752a.63.63 0 0 0 .814.332l5.4-2.19a.64.64 0 0 0 .391-.482m1.912 1.07l4.334 1.755c.212.091.358.29.382.521a.64.64 0 0 1-.269.596l-4.338 3.013A.63.63 0 0 1 12 24a.64.64 0 0 1-.354-.114l-4.334-3.013a.635.635 0 0 1 .124-1.117l4.334-1.755a.64.64 0 0 1 .474.001"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.989 3.47l4.66 3.181c.105.07.228.108.354.111a.63.63 0 0 0 .354-.111l4.664-3.192a.637.637 0 0 0-.089-1.087L12.272.065a.64.64 0 0 0-.56 0L7.067 2.372a.636.636 0 0 0-.078 1.098m6.597 4.179c0 .211.104.408.276.528l3.736 2.553a.63.63 0 0 0 .776-.05l3.134-2.803a.637.637 0 0 0-.028-.973l-2.992-2.393a.635.635 0 0 0-.751-.029l-3.874 2.65a.64.64 0 0 0-.277.517m-9.291 3.474a.64.64 0 0 1 .209.538a.63.63 0 0 1-.315.485l-2.231 1.337a.63.63 0 0 1-.718-.049a.64.64 0 0 1-.21-.693l.825-2.596a.63.63 0 0 1 1.023-.281zm12.1.271l-4.033-2.76a.63.63 0 0 0-.708 0l-4.033 2.76a.65.65 0 0 0-.276.485a.66.66 0 0 0 .212.521l4.03 3.605a.635.635 0 0 0 .842 0l4.03-3.605a.647.647 0 0 0-.064-1.006m-10.758-.713l-3.13-2.803a.65.65 0 0 1-.213-.503a.63.63 0 0 1 .237-.481l2.992-2.407a.64.64 0 0 1 .754-.029l3.87 2.65a.64.64 0 0 1 0 1.07l-3.732 2.553a.63.63 0 0 1-.778-.05m16.073 4.026l-3.187-1.908a.63.63 0 0 0-.744.071l-3.895 3.477a.64.64 0 0 0-.204.587a.64.64 0 0 0 .388.483l5.404 2.19a.634.634 0 0 0 .815-.332l1.675-3.752a.64.64 0 0 0-.252-.816m.442-4.561l.825 2.596h-.007a.635.635 0 0 1-.927.742l-2.234-1.337a.62.62 0 0 1-.305-.485a.63.63 0 0 1 .209-.538l1.416-1.262a.63.63 0 0 1 1.023.284m-11.82 6.786a.64.64 0 0 0-.202-.585L6.235 12.87a.63.63 0 0 0-.744-.071l-3.187 1.908a.65.65 0 0 0-.255.813l1.678 3.752a.63.63 0 0 0 .814.332l5.4-2.19a.64.64 0 0 0 .391-.482m1.912 1.07l4.334 1.755c.212.091.358.29.382.521a.64.64 0 0 1-.269.596l-4.338 3.013A.63.63 0 0 1 12 24a.64.64 0 0 1-.354-.114l-4.334-3.013a.635.635 0 0 1 .124-1.117l4.334-1.755a.64.64 0 0 1 .474.001"/></svg> </template>
CSS
.icon-redwoodjs {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m6.989%203.47l4.66%203.181c.105.07.228.108.354.111a.63.63%200%200%200%20.354-.111l4.664-3.192a.637.637%200%200%200-.089-1.087L12.272.065a.64.64%200%200%200-.56%200L7.067%202.372a.636.636%200%200%200-.078%201.098m6.597%204.179c0%20.211.104.408.276.528l3.736%202.553a.63.63%200%200%200%20.776-.05l3.134-2.803a.637.637%200%200%200-.028-.973l-2.992-2.393a.635.635%200%200%200-.751-.029l-3.874%202.65a.64.64%200%200%200-.277.517m-9.291%203.474a.64.64%200%200%201%20.209.538a.63.63%200%200%201-.315.485l-2.231%201.337a.63.63%200%200%201-.718-.049a.64.64%200%200%201-.21-.693l.825-2.596a.63.63%200%200%201%201.023-.281zm12.1.271l-4.033-2.76a.63.63%200%200%200-.708%200l-4.033%202.76a.65.65%200%200%200-.276.485a.66.66%200%200%200%20.212.521l4.03%203.605a.635.635%200%200%200%20.842%200l4.03-3.605a.647.647%200%200%200-.064-1.006m-10.758-.713l-3.13-2.803a.65.65%200%200%201-.213-.503a.63.63%200%200%201%20.237-.481l2.992-2.407a.64.64%200%200%201%20.754-.029l3.87%202.65a.64.64%200%200%201%200%201.07l-3.732%202.553a.63.63%200%200%201-.778-.05m16.073%204.026l-3.187-1.908a.63.63%200%200%200-.744.071l-3.895%203.477a.64.64%200%200%200-.204.587a.64.64%200%200%200%20.388.483l5.404%202.19a.634.634%200%200%200%20.815-.332l1.675-3.752a.64.64%200%200%200-.252-.816m.442-4.561l.825%202.596h-.007a.635.635%200%200%201-.927.742l-2.234-1.337a.62.62%200%200%201-.305-.485a.63.63%200%200%201%20.209-.538l1.416-1.262a.63.63%200%200%201%201.023.284m-11.82%206.786a.64.64%200%200%200-.202-.585L6.235%2012.87a.63.63%200%200%200-.744-.071l-3.187%201.908a.65.65%200%200%200-.255.813l1.678%203.752a.63.63%200%200%200%20.814.332l5.4-2.19a.64.64%200%200%200%20.391-.482m1.912%201.07l4.334%201.755c.212.091.358.29.382.521a.64.64%200%200%201-.269.596l-4.338%203.013A.63.63%200%200%201%2012%2024a.64.64%200%200%201-.354-.114l-4.334-3.013a.635.635%200%200%201%20.124-1.117l4.334-1.755a.64.64%200%200%201%20.474.001%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m6.989%203.47l4.66%203.181c.105.07.228.108.354.111a.63.63%200%200%200%20.354-.111l4.664-3.192a.637.637%200%200%200-.089-1.087L12.272.065a.64.64%200%200%200-.56%200L7.067%202.372a.636.636%200%200%200-.078%201.098m6.597%204.179c0%20.211.104.408.276.528l3.736%202.553a.63.63%200%200%200%20.776-.05l3.134-2.803a.637.637%200%200%200-.028-.973l-2.992-2.393a.635.635%200%200%200-.751-.029l-3.874%202.65a.64.64%200%200%200-.277.517m-9.291%203.474a.64.64%200%200%201%20.209.538a.63.63%200%200%201-.315.485l-2.231%201.337a.63.63%200%200%201-.718-.049a.64.64%200%200%201-.21-.693l.825-2.596a.63.63%200%200%201%201.023-.281zm12.1.271l-4.033-2.76a.63.63%200%200%200-.708%200l-4.033%202.76a.65.65%200%200%200-.276.485a.66.66%200%200%200%20.212.521l4.03%203.605a.635.635%200%200%200%20.842%200l4.03-3.605a.647.647%200%200%200-.064-1.006m-10.758-.713l-3.13-2.803a.65.65%200%200%201-.213-.503a.63.63%200%200%201%20.237-.481l2.992-2.407a.64.64%200%200%201%20.754-.029l3.87%202.65a.64.64%200%200%201%200%201.07l-3.732%202.553a.63.63%200%200%201-.778-.05m16.073%204.026l-3.187-1.908a.63.63%200%200%200-.744.071l-3.895%203.477a.64.64%200%200%200-.204.587a.64.64%200%200%200%20.388.483l5.404%202.19a.634.634%200%200%200%20.815-.332l1.675-3.752a.64.64%200%200%200-.252-.816m.442-4.561l.825%202.596h-.007a.635.635%200%200%201-.927.742l-2.234-1.337a.62.62%200%200%201-.305-.485a.63.63%200%200%201%20.209-.538l1.416-1.262a.63.63%200%200%201%201.023.284m-11.82%206.786a.64.64%200%200%200-.202-.585L6.235%2012.87a.63.63%200%200%200-.744-.071l-3.187%201.908a.65.65%200%200%200-.255.813l1.678%203.752a.63.63%200%200%200%20.814.332l5.4-2.19a.64.64%200%200%200%20.391-.482m1.912%201.07l4.334%201.755c.212.091.358.29.382.521a.64.64%200%200%201-.269.596l-4.338%203.013A.63.63%200%200%201%2012%2024a.64.64%200%200%201-.354-.114l-4.334-3.013a.635.635%200%200%201%20.124-1.117l4.334-1.755a.64.64%200%200%201%20.474.001%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/redwoodjs.svg?color=%231a73e8&size=48