svelte icon
svelte-line from Remix Icon by Remix Design · Line · Logos · Apache-2.0 Free for personal and commercial use.
- Name
- svelte-line
- Set
- Remix Icon
- Style
- Line
- 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="M19.8 3.77a6.25 6.25 0 0 0-8.63-1.913L6.11 5.081a6.25 6.25 0 0 0-1.973 8.532a6.25 6.25 0 0 0 8.693 8.53l5.06-3.224a6.25 6.25 0 0 0 1.974-8.532A6.25 6.25 0 0 0 19.8 3.77m-1.352 5.004A6.26 6.26 0 0 0 15.65 7.5a1 1 0 0 0-1.525-1.003L9.066 9.72a1 1 0 1 0 1.075 1.686l2.109-1.343a4.25 4.25 0 1 1 4.567 7.17l-5.06 3.223a4.25 4.25 0 0 1-6.203-5.23A6.25 6.25 0 0 0 8.35 16.5a1 1 0 0 0 1.525 1.003l5.06-3.224a1 1 0 0 0-1.074-1.687l-2.109 1.344a4.25 4.25 0 0 1-4.567-7.17l5.06-3.223a4.25 4.25 0 0 1 6.203 5.23"/></svg>
React
import type { SVGProps } from "react";
export function RiSvelteLine(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="M19.8 3.77a6.25 6.25 0 0 0-8.63-1.913L6.11 5.081a6.25 6.25 0 0 0-1.973 8.532a6.25 6.25 0 0 0 8.693 8.53l5.06-3.224a6.25 6.25 0 0 0 1.974-8.532A6.25 6.25 0 0 0 19.8 3.77m-1.352 5.004A6.26 6.26 0 0 0 15.65 7.5a1 1 0 0 0-1.525-1.003L9.066 9.72a1 1 0 1 0 1.075 1.686l2.109-1.343a4.25 4.25 0 1 1 4.567 7.17l-5.06 3.223a4.25 4.25 0 0 1-6.203-5.23A6.25 6.25 0 0 0 8.35 16.5a1 1 0 0 0 1.525 1.003l5.06-3.224a1 1 0 0 0-1.074-1.687l-2.109 1.344a4.25 4.25 0 0 1-4.567-7.17l5.06-3.223a4.25 4.25 0 0 1 6.203 5.23"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.8 3.77a6.25 6.25 0 0 0-8.63-1.913L6.11 5.081a6.25 6.25 0 0 0-1.973 8.532a6.25 6.25 0 0 0 8.693 8.53l5.06-3.224a6.25 6.25 0 0 0 1.974-8.532A6.25 6.25 0 0 0 19.8 3.77m-1.352 5.004A6.26 6.26 0 0 0 15.65 7.5a1 1 0 0 0-1.525-1.003L9.066 9.72a1 1 0 1 0 1.075 1.686l2.109-1.343a4.25 4.25 0 1 1 4.567 7.17l-5.06 3.223a4.25 4.25 0 0 1-6.203-5.23A6.25 6.25 0 0 0 8.35 16.5a1 1 0 0 0 1.525 1.003l5.06-3.224a1 1 0 0 0-1.074-1.687l-2.109 1.344a4.25 4.25 0 0 1-4.567-7.17l5.06-3.223a4.25 4.25 0 0 1 6.203 5.23"/></svg> </template>
CSS
.icon-svelte-line {
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%22M19.8%203.77a6.25%206.25%200%200%200-8.63-1.913L6.11%205.081a6.25%206.25%200%200%200-1.973%208.532a6.25%206.25%200%200%200%208.693%208.53l5.06-3.224a6.25%206.25%200%200%200%201.974-8.532A6.25%206.25%200%200%200%2019.8%203.77m-1.352%205.004A6.26%206.26%200%200%200%2015.65%207.5a1%201%200%200%200-1.525-1.003L9.066%209.72a1%201%200%201%200%201.075%201.686l2.109-1.343a4.25%204.25%200%201%201%204.567%207.17l-5.06%203.223a4.25%204.25%200%200%201-6.203-5.23A6.25%206.25%200%200%200%208.35%2016.5a1%201%200%200%200%201.525%201.003l5.06-3.224a1%201%200%200%200-1.074-1.687l-2.109%201.344a4.25%204.25%200%200%201-4.567-7.17l5.06-3.223a4.25%204.25%200%200%201%206.203%205.23%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%22M19.8%203.77a6.25%206.25%200%200%200-8.63-1.913L6.11%205.081a6.25%206.25%200%200%200-1.973%208.532a6.25%206.25%200%200%200%208.693%208.53l5.06-3.224a6.25%206.25%200%200%200%201.974-8.532A6.25%206.25%200%200%200%2019.8%203.77m-1.352%205.004A6.26%206.26%200%200%200%2015.65%207.5a1%201%200%200%200-1.525-1.003L9.066%209.72a1%201%200%201%200%201.075%201.686l2.109-1.343a4.25%204.25%200%201%201%204.567%207.17l-5.06%203.223a4.25%204.25%200%200%201-6.203-5.23A6.25%206.25%200%200%200%208.35%2016.5a1%201%200%200%200%201.525%201.003l5.06-3.224a1%201%200%200%200-1.074-1.687l-2.109%201.344a4.25%204.25%200%200%201-4.567-7.17l5.06-3.223a4.25%204.25%200%200%201%206.203%205.23%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/svelte-line.svg?color=%231a73e8&size=48