remix-light from Skill Icons by tandpfun · Light · MIT Free for personal and commercial use.

Name
remix-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 remix logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><path id="SVGGGIpce4U" fill="#000" d="M187.903 168.726c1.361 17.488 1.361 25.686 1.361 34.634h-40.462c0-1.949.035-3.732.07-5.54c.11-5.621.224-11.482-.687-23.318c-1.203-17.329-8.665-21.179-22.386-21.179H62.16v-31.528h65.565c17.331 0 25.997-5.272 25.997-19.231c0-12.275-8.666-19.713-25.997-19.713H62.16V52h72.786c39.236 0 58.734 18.532 58.734 48.134c0 22.142-13.72 36.582-32.256 38.989c15.647 3.129 24.794 12.034 26.479 29.603"/></defs><g fill="none"><rect width="256" height="256" fill="#f4f2ed" rx="60"/><use href="#SVGGGIpce4U" fill-rule="evenodd" clip-rule="evenodd"/><use href="#SVGGGIpce4U" fill-rule="evenodd" clip-rule="evenodd"/><path fill="#000" d="M62.16 203.36v-23.503h42.783c7.146 0 8.698 5.3 8.698 8.461v15.042z"/><path fill="#000" stroke="#fff" stroke-opacity=".8" stroke-width=".32" d="M62 203.36v.16h51.801v-15.202c0-1.602-.392-3.755-1.701-5.512c-1.314-1.765-3.539-3.109-7.157-3.109H62z"/></g></svg>

React

import type { SVGProps } from "react";

export function SkillIconsRemixLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><path id="SVGGGIpce4U" fill="#000" d="M187.903 168.726c1.361 17.488 1.361 25.686 1.361 34.634h-40.462c0-1.949.035-3.732.07-5.54c.11-5.621.224-11.482-.687-23.318c-1.203-17.329-8.665-21.179-22.386-21.179H62.16v-31.528h65.565c17.331 0 25.997-5.272 25.997-19.231c0-12.275-8.666-19.713-25.997-19.713H62.16V52h72.786c39.236 0 58.734 18.532 58.734 48.134c0 22.142-13.72 36.582-32.256 38.989c15.647 3.129 24.794 12.034 26.479 29.603"/></defs><g fill="none"><rect width="256" height="256" fill="#f4f2ed" rx="60"/><use href="#SVGGGIpce4U" fillRule="evenodd" clipRule="evenodd"/><use href="#SVGGGIpce4U" fillRule="evenodd" clipRule="evenodd"/><path fill="#000" d="M62.16 203.36v-23.503h42.783c7.146 0 8.698 5.3 8.698 8.461v15.042z"/><path fill="#000" stroke="#fff" strokeOpacity=".8" strokeWidth=".32" d="M62 203.36v.16h51.801v-15.202c0-1.602-.392-3.755-1.701-5.512c-1.314-1.765-3.539-3.109-7.157-3.109H62z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><path id="SVGGGIpce4U" fill="#000" d="M187.903 168.726c1.361 17.488 1.361 25.686 1.361 34.634h-40.462c0-1.949.035-3.732.07-5.54c.11-5.621.224-11.482-.687-23.318c-1.203-17.329-8.665-21.179-22.386-21.179H62.16v-31.528h65.565c17.331 0 25.997-5.272 25.997-19.231c0-12.275-8.666-19.713-25.997-19.713H62.16V52h72.786c39.236 0 58.734 18.532 58.734 48.134c0 22.142-13.72 36.582-32.256 38.989c15.647 3.129 24.794 12.034 26.479 29.603"/></defs><g fill="none"><rect width="256" height="256" fill="#f4f2ed" rx="60"/><use href="#SVGGGIpce4U" fill-rule="evenodd" clip-rule="evenodd"/><use href="#SVGGGIpce4U" fill-rule="evenodd" clip-rule="evenodd"/><path fill="#000" d="M62.16 203.36v-23.503h42.783c7.146 0 8.698 5.3 8.698 8.461v15.042z"/><path fill="#000" stroke="#fff" stroke-opacity=".8" stroke-width=".32" d="M62 203.36v.16h51.801v-15.202c0-1.602-.392-3.755-1.701-5.512c-1.314-1.765-3.539-3.109-7.157-3.109H62z"/></g></svg>
</template>

CSS

.icon-remix-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%3Cdefs%3E%3Cpath%20id%3D%22SVGGGIpce4U%22%20fill%3D%22%23000%22%20d%3D%22M187.903%20168.726c1.361%2017.488%201.361%2025.686%201.361%2034.634h-40.462c0-1.949.035-3.732.07-5.54c.11-5.621.224-11.482-.687-23.318c-1.203-17.329-8.665-21.179-22.386-21.179H62.16v-31.528h65.565c17.331%200%2025.997-5.272%2025.997-19.231c0-12.275-8.666-19.713-25.997-19.713H62.16V52h72.786c39.236%200%2058.734%2018.532%2058.734%2048.134c0%2022.142-13.72%2036.582-32.256%2038.989c15.647%203.129%2024.794%2012.034%2026.479%2029.603%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23f4f2ed%22%20rx%3D%2260%22%2F%3E%3Cuse%20href%3D%22%23SVGGGIpce4U%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cuse%20href%3D%22%23SVGGGIpce4U%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M62.16%20203.36v-23.503h42.783c7.146%200%208.698%205.3%208.698%208.461v15.042z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23fff%22%20stroke-opacity%3D%22.8%22%20stroke-width%3D%22.32%22%20d%3D%22M62%20203.36v.16h51.801v-15.202c0-1.602-.392-3.755-1.701-5.512c-1.314-1.765-3.539-3.109-7.157-3.109H62z%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%3Cdefs%3E%3Cpath%20id%3D%22SVGGGIpce4U%22%20fill%3D%22%23000%22%20d%3D%22M187.903%20168.726c1.361%2017.488%201.361%2025.686%201.361%2034.634h-40.462c0-1.949.035-3.732.07-5.54c.11-5.621.224-11.482-.687-23.318c-1.203-17.329-8.665-21.179-22.386-21.179H62.16v-31.528h65.565c17.331%200%2025.997-5.272%2025.997-19.231c0-12.275-8.666-19.713-25.997-19.713H62.16V52h72.786c39.236%200%2058.734%2018.532%2058.734%2048.134c0%2022.142-13.72%2036.582-32.256%2038.989c15.647%203.129%2024.794%2012.034%2026.479%2029.603%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23f4f2ed%22%20rx%3D%2260%22%2F%3E%3Cuse%20href%3D%22%23SVGGGIpce4U%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cuse%20href%3D%22%23SVGGGIpce4U%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M62.16%20203.36v-23.503h42.783c7.146%200%208.698%205.3%208.698%208.461v15.042z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23fff%22%20stroke-opacity%3D%22.8%22%20stroke-width%3D%22.32%22%20d%3D%22M62%20203.36v.16h51.801v-15.202c0-1.602-.392-3.755-1.701-5.512c-1.314-1.765-3.539-3.109-7.157-3.109H62z%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/remix-light.svg?color=%231a73e8&size=48