svelte-fill from Remix Icon by Remix Design · Fill · Logos · Apache-2.0 Free for personal and commercial use.

Name
svelte-fill
Set
Remix Icon
Style
Fill
Category
Logos
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More logos icons from Remix Icon

Use the svelte icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.99 1.974c2.92-1.86 6.957-.992 9.001 1.934a6.27 6.27 0 0 1 1.072 4.74a5.9 5.9 0 0 1-.88 2.198c.64 1.221.855 2.62.61 3.977a5.88 5.88 0 0 1-2.657 3.94l-5.127 3.268c-2.92 1.86-6.957.993-9.002-1.933a6.27 6.27 0 0 1-1.07-4.741a5.9 5.9 0 0 1 .88-2.198a6.2 6.2 0 0 1-.611-3.977a5.88 5.88 0 0 1 2.658-3.94zM8.049 20.25c.782.29 1.633.332 2.44.123c.369-.099.72-.253 1.042-.458l5.128-3.267a3.54 3.54 0 0 0 1.598-2.37a3.77 3.77 0 0 0-.645-2.85a4.07 4.07 0 0 0-4.37-1.62c-.369.099-.72.253-1.042.458l-1.957 1.246a1.1 1.1 0 0 1-.314.138a1.227 1.227 0 0 1-1.5-.899a1.1 1.1 0 0 1-.01-.45a1.07 1.07 0 0 1 .48-.713l5.129-3.268a1.1 1.1 0 0 1 .314-.138a1.23 1.23 0 0 1 1.317.489c.157.222.23.492.207.762l-.018.19l.191.058a6.6 6.6 0 0 1 2.005 1.003l.263.192l.096-.295q.078-.235.123-.478a3.77 3.77 0 0 0-.644-2.85a4.07 4.07 0 0 0-4.371-1.621a3.7 3.7 0 0 0-1.042.458L7.34 7.357a3.54 3.54 0 0 0-1.6 2.37a3.77 3.77 0 0 0 .645 2.85a4.07 4.07 0 0 0 4.371 1.62c.369-.099.72-.253 1.042-.457l1.956-1.248q.148-.093.315-.137a1.23 1.23 0 0 1 1.5.899c.034.147.037.3.011.449a1.07 1.07 0 0 1-.482.713l-5.127 3.269a1.1 1.1 0 0 1-.314.137a1.23 1.23 0 0 1-1.317-.488a1.15 1.15 0 0 1-.207-.762l.017-.19l-.19-.058a6.6 6.6 0 0 1-2.005-1.003l-.263-.192l-.096.295a4 4 0 0 0-.123.478a3.77 3.77 0 0 0 .644 2.85a4.07 4.07 0 0 0 1.93 1.498"/></svg>

React

import type { SVGProps } from "react";

export function RiSvelteFill(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="M10.99 1.974c2.92-1.86 6.957-.992 9.001 1.934a6.27 6.27 0 0 1 1.072 4.74a5.9 5.9 0 0 1-.88 2.198c.64 1.221.855 2.62.61 3.977a5.88 5.88 0 0 1-2.657 3.94l-5.127 3.268c-2.92 1.86-6.957.993-9.002-1.933a6.27 6.27 0 0 1-1.07-4.741a5.9 5.9 0 0 1 .88-2.198a6.2 6.2 0 0 1-.611-3.977a5.88 5.88 0 0 1 2.658-3.94zM8.049 20.25c.782.29 1.633.332 2.44.123c.369-.099.72-.253 1.042-.458l5.128-3.267a3.54 3.54 0 0 0 1.598-2.37a3.77 3.77 0 0 0-.645-2.85a4.07 4.07 0 0 0-4.37-1.62c-.369.099-.72.253-1.042.458l-1.957 1.246a1.1 1.1 0 0 1-.314.138a1.227 1.227 0 0 1-1.5-.899a1.1 1.1 0 0 1-.01-.45a1.07 1.07 0 0 1 .48-.713l5.129-3.268a1.1 1.1 0 0 1 .314-.138a1.23 1.23 0 0 1 1.317.489c.157.222.23.492.207.762l-.018.19l.191.058a6.6 6.6 0 0 1 2.005 1.003l.263.192l.096-.295q.078-.235.123-.478a3.77 3.77 0 0 0-.644-2.85a4.07 4.07 0 0 0-4.371-1.621a3.7 3.7 0 0 0-1.042.458L7.34 7.357a3.54 3.54 0 0 0-1.6 2.37a3.77 3.77 0 0 0 .645 2.85a4.07 4.07 0 0 0 4.371 1.62c.369-.099.72-.253 1.042-.457l1.956-1.248q.148-.093.315-.137a1.23 1.23 0 0 1 1.5.899c.034.147.037.3.011.449a1.07 1.07 0 0 1-.482.713l-5.127 3.269a1.1 1.1 0 0 1-.314.137a1.23 1.23 0 0 1-1.317-.488a1.15 1.15 0 0 1-.207-.762l.017-.19l-.19-.058a6.6 6.6 0 0 1-2.005-1.003l-.263-.192l-.096.295a4 4 0 0 0-.123.478a3.77 3.77 0 0 0 .644 2.85a4.07 4.07 0 0 0 1.93 1.498"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.99 1.974c2.92-1.86 6.957-.992 9.001 1.934a6.27 6.27 0 0 1 1.072 4.74a5.9 5.9 0 0 1-.88 2.198c.64 1.221.855 2.62.61 3.977a5.88 5.88 0 0 1-2.657 3.94l-5.127 3.268c-2.92 1.86-6.957.993-9.002-1.933a6.27 6.27 0 0 1-1.07-4.741a5.9 5.9 0 0 1 .88-2.198a6.2 6.2 0 0 1-.611-3.977a5.88 5.88 0 0 1 2.658-3.94zM8.049 20.25c.782.29 1.633.332 2.44.123c.369-.099.72-.253 1.042-.458l5.128-3.267a3.54 3.54 0 0 0 1.598-2.37a3.77 3.77 0 0 0-.645-2.85a4.07 4.07 0 0 0-4.37-1.62c-.369.099-.72.253-1.042.458l-1.957 1.246a1.1 1.1 0 0 1-.314.138a1.227 1.227 0 0 1-1.5-.899a1.1 1.1 0 0 1-.01-.45a1.07 1.07 0 0 1 .48-.713l5.129-3.268a1.1 1.1 0 0 1 .314-.138a1.23 1.23 0 0 1 1.317.489c.157.222.23.492.207.762l-.018.19l.191.058a6.6 6.6 0 0 1 2.005 1.003l.263.192l.096-.295q.078-.235.123-.478a3.77 3.77 0 0 0-.644-2.85a4.07 4.07 0 0 0-4.371-1.621a3.7 3.7 0 0 0-1.042.458L7.34 7.357a3.54 3.54 0 0 0-1.6 2.37a3.77 3.77 0 0 0 .645 2.85a4.07 4.07 0 0 0 4.371 1.62c.369-.099.72-.253 1.042-.457l1.956-1.248q.148-.093.315-.137a1.23 1.23 0 0 1 1.5.899c.034.147.037.3.011.449a1.07 1.07 0 0 1-.482.713l-5.127 3.269a1.1 1.1 0 0 1-.314.137a1.23 1.23 0 0 1-1.317-.488a1.15 1.15 0 0 1-.207-.762l.017-.19l-.19-.058a6.6 6.6 0 0 1-2.005-1.003l-.263-.192l-.096.295a4 4 0 0 0-.123.478a3.77 3.77 0 0 0 .644 2.85a4.07 4.07 0 0 0 1.93 1.498"/></svg>
</template>

CSS

.icon-svelte-fill {
  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%22M10.99%201.974c2.92-1.86%206.957-.992%209.001%201.934a6.27%206.27%200%200%201%201.072%204.74a5.9%205.9%200%200%201-.88%202.198c.64%201.221.855%202.62.61%203.977a5.88%205.88%200%200%201-2.657%203.94l-5.127%203.268c-2.92%201.86-6.957.993-9.002-1.933a6.27%206.27%200%200%201-1.07-4.741a5.9%205.9%200%200%201%20.88-2.198a6.2%206.2%200%200%201-.611-3.977a5.88%205.88%200%200%201%202.658-3.94zM8.049%2020.25c.782.29%201.633.332%202.44.123c.369-.099.72-.253%201.042-.458l5.128-3.267a3.54%203.54%200%200%200%201.598-2.37a3.77%203.77%200%200%200-.645-2.85a4.07%204.07%200%200%200-4.37-1.62c-.369.099-.72.253-1.042.458l-1.957%201.246a1.1%201.1%200%200%201-.314.138a1.227%201.227%200%200%201-1.5-.899a1.1%201.1%200%200%201-.01-.45a1.07%201.07%200%200%201%20.48-.713l5.129-3.268a1.1%201.1%200%200%201%20.314-.138a1.23%201.23%200%200%201%201.317.489c.157.222.23.492.207.762l-.018.19l.191.058a6.6%206.6%200%200%201%202.005%201.003l.263.192l.096-.295q.078-.235.123-.478a3.77%203.77%200%200%200-.644-2.85a4.07%204.07%200%200%200-4.371-1.621a3.7%203.7%200%200%200-1.042.458L7.34%207.357a3.54%203.54%200%200%200-1.6%202.37a3.77%203.77%200%200%200%20.645%202.85a4.07%204.07%200%200%200%204.371%201.62c.369-.099.72-.253%201.042-.457l1.956-1.248q.148-.093.315-.137a1.23%201.23%200%200%201%201.5.899c.034.147.037.3.011.449a1.07%201.07%200%200%201-.482.713l-5.127%203.269a1.1%201.1%200%200%201-.314.137a1.23%201.23%200%200%201-1.317-.488a1.15%201.15%200%200%201-.207-.762l.017-.19l-.19-.058a6.6%206.6%200%200%201-2.005-1.003l-.263-.192l-.096.295a4%204%200%200%200-.123.478a3.77%203.77%200%200%200%20.644%202.85a4.07%204.07%200%200%200%201.93%201.498%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%22M10.99%201.974c2.92-1.86%206.957-.992%209.001%201.934a6.27%206.27%200%200%201%201.072%204.74a5.9%205.9%200%200%201-.88%202.198c.64%201.221.855%202.62.61%203.977a5.88%205.88%200%200%201-2.657%203.94l-5.127%203.268c-2.92%201.86-6.957.993-9.002-1.933a6.27%206.27%200%200%201-1.07-4.741a5.9%205.9%200%200%201%20.88-2.198a6.2%206.2%200%200%201-.611-3.977a5.88%205.88%200%200%201%202.658-3.94zM8.049%2020.25c.782.29%201.633.332%202.44.123c.369-.099.72-.253%201.042-.458l5.128-3.267a3.54%203.54%200%200%200%201.598-2.37a3.77%203.77%200%200%200-.645-2.85a4.07%204.07%200%200%200-4.37-1.62c-.369.099-.72.253-1.042.458l-1.957%201.246a1.1%201.1%200%200%201-.314.138a1.227%201.227%200%200%201-1.5-.899a1.1%201.1%200%200%201-.01-.45a1.07%201.07%200%200%201%20.48-.713l5.129-3.268a1.1%201.1%200%200%201%20.314-.138a1.23%201.23%200%200%201%201.317.489c.157.222.23.492.207.762l-.018.19l.191.058a6.6%206.6%200%200%201%202.005%201.003l.263.192l.096-.295q.078-.235.123-.478a3.77%203.77%200%200%200-.644-2.85a4.07%204.07%200%200%200-4.371-1.621a3.7%203.7%200%200%200-1.042.458L7.34%207.357a3.54%203.54%200%200%200-1.6%202.37a3.77%203.77%200%200%200%20.645%202.85a4.07%204.07%200%200%200%204.371%201.62c.369-.099.72-.253%201.042-.457l1.956-1.248q.148-.093.315-.137a1.23%201.23%200%200%201%201.5.899c.034.147.037.3.011.449a1.07%201.07%200%200%201-.482.713l-5.127%203.269a1.1%201.1%200%200%201-.314.137a1.23%201.23%200%200%201-1.317-.488a1.15%201.15%200%200%201-.207-.762l.017-.19l-.19-.058a6.6%206.6%200%200%201-2.005-1.003l-.263-.192l-.096.295a4%204%200%200%200-.123.478a3.77%203.77%200%200%200%20.644%202.85a4.07%204.07%200%200%200%201.93%201.498%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/svelte-fill.svg?color=%231a73e8&size=48