remix logo
remix-wordmark from Devicon by konpa · Wordmark · MIT Free for personal and commercial use.
- Name
- remix-wordmark
- Set
- Devicon
- Style
- Wordmark
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
The same logo in other sets
Use the remix logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#121212" d="M0 48.021v6.446h13.594c3.593 0 5.39 1.554 5.39 4.119c0 2.916-1.797 4.018-5.39 4.018H0v6.587h13.195c2.845 0 4.391.806 4.64 4.426c.19 2.473.166 3.697.144 4.871c-.008.378-.014.751-.014 1.158h8.389c0-1.87 0-3.582-.282-7.236c-.35-3.67-2.246-5.532-5.49-6.185c3.843-.503 6.688-3.52 6.688-8.147c0-6.185-4.043-10.057-12.178-10.057zm93.002.354v7.123h8.166v-7.123zm-53.11 7.773c-6.92 0-12.099 5.066-12.099 12.14c0 7.122 5.08 11.437 12.2 11.437c5.874 0 9.958-2.858 11.103-7.975l-6.473-.604c-.747 1.756-2.141 2.51-4.332 2.51c-2.44 0-4.432-1.305-4.63-4.064h15.583v-2.258c0-6.07-3.933-11.186-11.351-11.186m28.116.707c-3.336 0-5.725 1.505-6.92 3.963v-3.361H53.02V79.83h8.067V68.844c0-3.361.945-5.569 3.584-5.569c2.44 0 3.037 1.606 3.037 4.666v11.89h8.066V68.843c0-3.361.896-5.569 3.584-5.569c2.44 0 2.989 1.606 2.989 4.666v11.89h8.066V65.782c0-4.665-1.792-8.928-7.916-8.928c-3.734 0-6.373 1.906-7.568 4.415c-.946-2.61-2.989-4.415-6.922-4.415m34.6.706l8.015 10.986l-8.713 11.389h8.315l4.431-6.07l4.432 6.07H128l-8.764-11.74l8.067-10.635h-8.315l-3.785 5.318l-3.683-5.318zm-9.555.044V79.98h8.064V57.605zm-53.26 4.362c2.39 0 3.684 1.706 3.783 3.713H35.76c.298-2.107 1.444-3.713 4.033-3.713M0 74.734v4.912h10.674v-3.142c0-.66-.321-1.77-1.803-1.77z"/></svg>
React
import type { SVGProps } from "react";
export function DeviconRemixWordmark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#121212" d="M0 48.021v6.446h13.594c3.593 0 5.39 1.554 5.39 4.119c0 2.916-1.797 4.018-5.39 4.018H0v6.587h13.195c2.845 0 4.391.806 4.64 4.426c.19 2.473.166 3.697.144 4.871c-.008.378-.014.751-.014 1.158h8.389c0-1.87 0-3.582-.282-7.236c-.35-3.67-2.246-5.532-5.49-6.185c3.843-.503 6.688-3.52 6.688-8.147c0-6.185-4.043-10.057-12.178-10.057zm93.002.354v7.123h8.166v-7.123zm-53.11 7.773c-6.92 0-12.099 5.066-12.099 12.14c0 7.122 5.08 11.437 12.2 11.437c5.874 0 9.958-2.858 11.103-7.975l-6.473-.604c-.747 1.756-2.141 2.51-4.332 2.51c-2.44 0-4.432-1.305-4.63-4.064h15.583v-2.258c0-6.07-3.933-11.186-11.351-11.186m28.116.707c-3.336 0-5.725 1.505-6.92 3.963v-3.361H53.02V79.83h8.067V68.844c0-3.361.945-5.569 3.584-5.569c2.44 0 3.037 1.606 3.037 4.666v11.89h8.066V68.843c0-3.361.896-5.569 3.584-5.569c2.44 0 2.989 1.606 2.989 4.666v11.89h8.066V65.782c0-4.665-1.792-8.928-7.916-8.928c-3.734 0-6.373 1.906-7.568 4.415c-.946-2.61-2.989-4.415-6.922-4.415m34.6.706l8.015 10.986l-8.713 11.389h8.315l4.431-6.07l4.432 6.07H128l-8.764-11.74l8.067-10.635h-8.315l-3.785 5.318l-3.683-5.318zm-9.555.044V79.98h8.064V57.605zm-53.26 4.362c2.39 0 3.684 1.706 3.783 3.713H35.76c.298-2.107 1.444-3.713 4.033-3.713M0 74.734v4.912h10.674v-3.142c0-.66-.321-1.77-1.803-1.77z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#121212" d="M0 48.021v6.446h13.594c3.593 0 5.39 1.554 5.39 4.119c0 2.916-1.797 4.018-5.39 4.018H0v6.587h13.195c2.845 0 4.391.806 4.64 4.426c.19 2.473.166 3.697.144 4.871c-.008.378-.014.751-.014 1.158h8.389c0-1.87 0-3.582-.282-7.236c-.35-3.67-2.246-5.532-5.49-6.185c3.843-.503 6.688-3.52 6.688-8.147c0-6.185-4.043-10.057-12.178-10.057zm93.002.354v7.123h8.166v-7.123zm-53.11 7.773c-6.92 0-12.099 5.066-12.099 12.14c0 7.122 5.08 11.437 12.2 11.437c5.874 0 9.958-2.858 11.103-7.975l-6.473-.604c-.747 1.756-2.141 2.51-4.332 2.51c-2.44 0-4.432-1.305-4.63-4.064h15.583v-2.258c0-6.07-3.933-11.186-11.351-11.186m28.116.707c-3.336 0-5.725 1.505-6.92 3.963v-3.361H53.02V79.83h8.067V68.844c0-3.361.945-5.569 3.584-5.569c2.44 0 3.037 1.606 3.037 4.666v11.89h8.066V68.843c0-3.361.896-5.569 3.584-5.569c2.44 0 2.989 1.606 2.989 4.666v11.89h8.066V65.782c0-4.665-1.792-8.928-7.916-8.928c-3.734 0-6.373 1.906-7.568 4.415c-.946-2.61-2.989-4.415-6.922-4.415m34.6.706l8.015 10.986l-8.713 11.389h8.315l4.431-6.07l4.432 6.07H128l-8.764-11.74l8.067-10.635h-8.315l-3.785 5.318l-3.683-5.318zm-9.555.044V79.98h8.064V57.605zm-53.26 4.362c2.39 0 3.684 1.706 3.783 3.713H35.76c.298-2.107 1.444-3.713 4.033-3.713M0 74.734v4.912h10.674v-3.142c0-.66-.321-1.77-1.803-1.77z"/></svg> </template>
CSS
.icon-remix-wordmark {
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%23121212%22%20d%3D%22M0%2048.021v6.446h13.594c3.593%200%205.39%201.554%205.39%204.119c0%202.916-1.797%204.018-5.39%204.018H0v6.587h13.195c2.845%200%204.391.806%204.64%204.426c.19%202.473.166%203.697.144%204.871c-.008.378-.014.751-.014%201.158h8.389c0-1.87%200-3.582-.282-7.236c-.35-3.67-2.246-5.532-5.49-6.185c3.843-.503%206.688-3.52%206.688-8.147c0-6.185-4.043-10.057-12.178-10.057zm93.002.354v7.123h8.166v-7.123zm-53.11%207.773c-6.92%200-12.099%205.066-12.099%2012.14c0%207.122%205.08%2011.437%2012.2%2011.437c5.874%200%209.958-2.858%2011.103-7.975l-6.473-.604c-.747%201.756-2.141%202.51-4.332%202.51c-2.44%200-4.432-1.305-4.63-4.064h15.583v-2.258c0-6.07-3.933-11.186-11.351-11.186m28.116.707c-3.336%200-5.725%201.505-6.92%203.963v-3.361H53.02V79.83h8.067V68.844c0-3.361.945-5.569%203.584-5.569c2.44%200%203.037%201.606%203.037%204.666v11.89h8.066V68.843c0-3.361.896-5.569%203.584-5.569c2.44%200%202.989%201.606%202.989%204.666v11.89h8.066V65.782c0-4.665-1.792-8.928-7.916-8.928c-3.734%200-6.373%201.906-7.568%204.415c-.946-2.61-2.989-4.415-6.922-4.415m34.6.706l8.015%2010.986l-8.713%2011.389h8.315l4.431-6.07l4.432%206.07H128l-8.764-11.74l8.067-10.635h-8.315l-3.785%205.318l-3.683-5.318zm-9.555.044V79.98h8.064V57.605zm-53.26%204.362c2.39%200%203.684%201.706%203.783%203.713H35.76c.298-2.107%201.444-3.713%204.033-3.713M0%2074.734v4.912h10.674v-3.142c0-.66-.321-1.77-1.803-1.77z%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%23121212%22%20d%3D%22M0%2048.021v6.446h13.594c3.593%200%205.39%201.554%205.39%204.119c0%202.916-1.797%204.018-5.39%204.018H0v6.587h13.195c2.845%200%204.391.806%204.64%204.426c.19%202.473.166%203.697.144%204.871c-.008.378-.014.751-.014%201.158h8.389c0-1.87%200-3.582-.282-7.236c-.35-3.67-2.246-5.532-5.49-6.185c3.843-.503%206.688-3.52%206.688-8.147c0-6.185-4.043-10.057-12.178-10.057zm93.002.354v7.123h8.166v-7.123zm-53.11%207.773c-6.92%200-12.099%205.066-12.099%2012.14c0%207.122%205.08%2011.437%2012.2%2011.437c5.874%200%209.958-2.858%2011.103-7.975l-6.473-.604c-.747%201.756-2.141%202.51-4.332%202.51c-2.44%200-4.432-1.305-4.63-4.064h15.583v-2.258c0-6.07-3.933-11.186-11.351-11.186m28.116.707c-3.336%200-5.725%201.505-6.92%203.963v-3.361H53.02V79.83h8.067V68.844c0-3.361.945-5.569%203.584-5.569c2.44%200%203.037%201.606%203.037%204.666v11.89h8.066V68.843c0-3.361.896-5.569%203.584-5.569c2.44%200%202.989%201.606%202.989%204.666v11.89h8.066V65.782c0-4.665-1.792-8.928-7.916-8.928c-3.734%200-6.373%201.906-7.568%204.415c-.946-2.61-2.989-4.415-6.922-4.415m34.6.706l8.015%2010.986l-8.713%2011.389h8.315l4.431-6.07l4.432%206.07H128l-8.764-11.74l8.067-10.635h-8.315l-3.785%205.318l-3.683-5.318zm-9.555.044V79.98h8.064V57.605zm-53.26%204.362c2.39%200%203.684%201.706%203.783%203.713H35.76c.298-2.107%201.444-3.713%204.033-3.713M0%2074.734v4.912h10.674v-3.142c0-.66-.321-1.77-1.803-1.77z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/remix-wordmark.svg?color=%231a73e8&size=48