svelte from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.

Name
svelte
Set
Boxicons Brands
Style
Logo
Viewbox
24×24
License
MIT

The same logo in other sets

Use the svelte logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.26 4.65c-1.86-2.66-5.53-3.45-8.18-1.76L6.42 5.86c-1.27.8-2.15 2.1-2.41 3.58c-.22 1.23-.03 2.5.55 3.61c-.4.6-.67 1.28-.8 2c-.27 1.51.08 3.06.97 4.31c1.86 2.66 5.53 3.45 8.18 1.76l4.66-2.97c1.27-.8 2.15-2.1 2.41-3.58c.22-1.23.03-2.5-.55-3.61c.4-.6.67-1.28.8-2c.27-1.51-.08-3.06-.97-4.31m-1.33 3.81c-.03.15-.06.29-.11.44l-.09.27l-.24-.18c-.55-.41-1.17-.71-1.82-.91l-.17-.05l.02-.17c.02-.25-.05-.49-.19-.69c-.27-.38-.74-.56-1.2-.44c-.1.03-.2.07-.29.13L9.18 9.83a.99.99 0 0 0-.26 1.43c.27.38.74.56 1.2.44c.1-.03.2-.07.29-.13l1.78-1.13c.29-.19.61-.33.95-.42c1.5-.39 3.09.2 3.97 1.47c.54.75.75 1.68.59 2.59c-.16.89-.69 1.67-1.45 2.15l-4.66 2.97c-.29.19-.61.33-.95.42c-1.5.39-3.09-.2-3.97-1.47a3.41 3.41 0 0 1-.48-3.03l.09-.27l.24.18c.55.41 1.17.71 1.82.91l.17.05l-.02.17c-.02.25.05.49.19.69c.27.38.74.56 1.2.44c.1-.03.2-.07.29-.13l4.66-2.97a1 1 0 0 0 .44-.65c.05-.27-.02-.55-.18-.78c-.27-.38-.74-.56-1.2-.44c-.1.03-.2.07-.29.13l-1.78 1.13c-.29.19-.61.33-.95.42c-1.5.39-3.09-.2-3.97-1.47a3.4 3.4 0 0 1-.59-2.59c.16-.89.69-1.67 1.45-2.15l4.66-2.97c.29-.19.61-.33.95-.42c1.5-.39 3.09.2 3.97 1.47c.54.75.75 1.68.59 2.59"/></svg>

React

import type { SVGProps } from "react";

export function BxlSvelte(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.26 4.65c-1.86-2.66-5.53-3.45-8.18-1.76L6.42 5.86c-1.27.8-2.15 2.1-2.41 3.58c-.22 1.23-.03 2.5.55 3.61c-.4.6-.67 1.28-.8 2c-.27 1.51.08 3.06.97 4.31c1.86 2.66 5.53 3.45 8.18 1.76l4.66-2.97c1.27-.8 2.15-2.1 2.41-3.58c.22-1.23.03-2.5-.55-3.61c.4-.6.67-1.28.8-2c.27-1.51-.08-3.06-.97-4.31m-1.33 3.81c-.03.15-.06.29-.11.44l-.09.27l-.24-.18c-.55-.41-1.17-.71-1.82-.91l-.17-.05l.02-.17c.02-.25-.05-.49-.19-.69c-.27-.38-.74-.56-1.2-.44c-.1.03-.2.07-.29.13L9.18 9.83a.99.99 0 0 0-.26 1.43c.27.38.74.56 1.2.44c.1-.03.2-.07.29-.13l1.78-1.13c.29-.19.61-.33.95-.42c1.5-.39 3.09.2 3.97 1.47c.54.75.75 1.68.59 2.59c-.16.89-.69 1.67-1.45 2.15l-4.66 2.97c-.29.19-.61.33-.95.42c-1.5.39-3.09-.2-3.97-1.47a3.41 3.41 0 0 1-.48-3.03l.09-.27l.24.18c.55.41 1.17.71 1.82.91l.17.05l-.02.17c-.02.25.05.49.19.69c.27.38.74.56 1.2.44c.1-.03.2-.07.29-.13l4.66-2.97a1 1 0 0 0 .44-.65c.05-.27-.02-.55-.18-.78c-.27-.38-.74-.56-1.2-.44c-.1.03-.2.07-.29.13l-1.78 1.13c-.29.19-.61.33-.95.42c-1.5.39-3.09-.2-3.97-1.47a3.4 3.4 0 0 1-.59-2.59c.16-.89.69-1.67 1.45-2.15l4.66-2.97c.29-.19.61-.33.95-.42c1.5-.39 3.09.2 3.97 1.47c.54.75.75 1.68.59 2.59"/></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.26 4.65c-1.86-2.66-5.53-3.45-8.18-1.76L6.42 5.86c-1.27.8-2.15 2.1-2.41 3.58c-.22 1.23-.03 2.5.55 3.61c-.4.6-.67 1.28-.8 2c-.27 1.51.08 3.06.97 4.31c1.86 2.66 5.53 3.45 8.18 1.76l4.66-2.97c1.27-.8 2.15-2.1 2.41-3.58c.22-1.23.03-2.5-.55-3.61c.4-.6.67-1.28.8-2c.27-1.51-.08-3.06-.97-4.31m-1.33 3.81c-.03.15-.06.29-.11.44l-.09.27l-.24-.18c-.55-.41-1.17-.71-1.82-.91l-.17-.05l.02-.17c.02-.25-.05-.49-.19-.69c-.27-.38-.74-.56-1.2-.44c-.1.03-.2.07-.29.13L9.18 9.83a.99.99 0 0 0-.26 1.43c.27.38.74.56 1.2.44c.1-.03.2-.07.29-.13l1.78-1.13c.29-.19.61-.33.95-.42c1.5-.39 3.09.2 3.97 1.47c.54.75.75 1.68.59 2.59c-.16.89-.69 1.67-1.45 2.15l-4.66 2.97c-.29.19-.61.33-.95.42c-1.5.39-3.09-.2-3.97-1.47a3.41 3.41 0 0 1-.48-3.03l.09-.27l.24.18c.55.41 1.17.71 1.82.91l.17.05l-.02.17c-.02.25.05.49.19.69c.27.38.74.56 1.2.44c.1-.03.2-.07.29-.13l4.66-2.97a1 1 0 0 0 .44-.65c.05-.27-.02-.55-.18-.78c-.27-.38-.74-.56-1.2-.44c-.1.03-.2.07-.29.13l-1.78 1.13c-.29.19-.61.33-.95.42c-1.5.39-3.09-.2-3.97-1.47a3.4 3.4 0 0 1-.59-2.59c.16-.89.69-1.67 1.45-2.15l4.66-2.97c.29-.19.61-.33.95-.42c1.5-.39 3.09.2 3.97 1.47c.54.75.75 1.68.59 2.59"/></svg>
</template>

CSS

.icon-svelte {
  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.26%204.65c-1.86-2.66-5.53-3.45-8.18-1.76L6.42%205.86c-1.27.8-2.15%202.1-2.41%203.58c-.22%201.23-.03%202.5.55%203.61c-.4.6-.67%201.28-.8%202c-.27%201.51.08%203.06.97%204.31c1.86%202.66%205.53%203.45%208.18%201.76l4.66-2.97c1.27-.8%202.15-2.1%202.41-3.58c.22-1.23.03-2.5-.55-3.61c.4-.6.67-1.28.8-2c.27-1.51-.08-3.06-.97-4.31m-1.33%203.81c-.03.15-.06.29-.11.44l-.09.27l-.24-.18c-.55-.41-1.17-.71-1.82-.91l-.17-.05l.02-.17c.02-.25-.05-.49-.19-.69c-.27-.38-.74-.56-1.2-.44c-.1.03-.2.07-.29.13L9.18%209.83a.99.99%200%200%200-.26%201.43c.27.38.74.56%201.2.44c.1-.03.2-.07.29-.13l1.78-1.13c.29-.19.61-.33.95-.42c1.5-.39%203.09.2%203.97%201.47c.54.75.75%201.68.59%202.59c-.16.89-.69%201.67-1.45%202.15l-4.66%202.97c-.29.19-.61.33-.95.42c-1.5.39-3.09-.2-3.97-1.47a3.41%203.41%200%200%201-.48-3.03l.09-.27l.24.18c.55.41%201.17.71%201.82.91l.17.05l-.02.17c-.02.25.05.49.19.69c.27.38.74.56%201.2.44c.1-.03.2-.07.29-.13l4.66-2.97a1%201%200%200%200%20.44-.65c.05-.27-.02-.55-.18-.78c-.27-.38-.74-.56-1.2-.44c-.1.03-.2.07-.29.13l-1.78%201.13c-.29.19-.61.33-.95.42c-1.5.39-3.09-.2-3.97-1.47a3.4%203.4%200%200%201-.59-2.59c.16-.89.69-1.67%201.45-2.15l4.66-2.97c.29-.19.61-.33.95-.42c1.5-.39%203.09.2%203.97%201.47c.54.75.75%201.68.59%202.59%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.26%204.65c-1.86-2.66-5.53-3.45-8.18-1.76L6.42%205.86c-1.27.8-2.15%202.1-2.41%203.58c-.22%201.23-.03%202.5.55%203.61c-.4.6-.67%201.28-.8%202c-.27%201.51.08%203.06.97%204.31c1.86%202.66%205.53%203.45%208.18%201.76l4.66-2.97c1.27-.8%202.15-2.1%202.41-3.58c.22-1.23.03-2.5-.55-3.61c.4-.6.67-1.28.8-2c.27-1.51-.08-3.06-.97-4.31m-1.33%203.81c-.03.15-.06.29-.11.44l-.09.27l-.24-.18c-.55-.41-1.17-.71-1.82-.91l-.17-.05l.02-.17c.02-.25-.05-.49-.19-.69c-.27-.38-.74-.56-1.2-.44c-.1.03-.2.07-.29.13L9.18%209.83a.99.99%200%200%200-.26%201.43c.27.38.74.56%201.2.44c.1-.03.2-.07.29-.13l1.78-1.13c.29-.19.61-.33.95-.42c1.5-.39%203.09.2%203.97%201.47c.54.75.75%201.68.59%202.59c-.16.89-.69%201.67-1.45%202.15l-4.66%202.97c-.29.19-.61.33-.95.42c-1.5.39-3.09-.2-3.97-1.47a3.41%203.41%200%200%201-.48-3.03l.09-.27l.24.18c.55.41%201.17.71%201.82.91l.17.05l-.02.17c-.02.25.05.49.19.69c.27.38.74.56%201.2.44c.1-.03.2-.07.29-.13l4.66-2.97a1%201%200%200%200%20.44-.65c.05-.27-.02-.55-.18-.78c-.27-.38-.74-.56-1.2-.44c-.1.03-.2.07-.29.13l-1.78%201.13c-.29.19-.61.33-.95.42c-1.5.39-3.09-.2-3.97-1.47a3.4%203.4%200%200%201-.59-2.59c.16-.89.69-1.67%201.45-2.15l4.66-2.97c.29-.19.61-.33.95-.42c1.5-.39%203.09.2%203.97%201.47c.54.75.75%201.68.59%202.59%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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