salla from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
salla
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the salla logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.862 13.439a1.27 1.27 0 0 0-.81-.555a1.27 1.27 0 0 0-.964.18c-3.422 2.231-6.75 2.231-10.178 0a1.27 1.27 0 0 0-.964-.18a1.283 1.283 0 0 0-.434 2.327c2.142 1.394 4.326 2.1 6.49 2.1c2.166 0 4.348-.706 6.488-2.102a1.27 1.27 0 0 0 .555-.81a1.27 1.27 0 0 0-.18-.964zm5.103 2.82l-1.171-9.764a5.24 5.24 0 0 0-5.2-4.614H6.406a5.236 5.236 0 0 0-5.198 4.612l-1.17 9.766a5.235 5.235 0 0 0 5.198 5.86h13.529a5.238 5.238 0 0 0 5.198-5.86zm-3.21 2.4c-.532.6-1.265.929-2.066.929H5.311c-.801 0-1.536-.33-2.066-.929a2.73 2.73 0 0 1-.676-2.16l1.157-9.657A2.764 2.764 0 0 1 6.468 4.41h11.064a2.765 2.765 0 0 1 2.742 2.432l1.157 9.656a2.72 2.72 0 0 1-.676 2.161"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsSalla(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="M18.862 13.439a1.27 1.27 0 0 0-.81-.555a1.27 1.27 0 0 0-.964.18c-3.422 2.231-6.75 2.231-10.178 0a1.27 1.27 0 0 0-.964-.18a1.283 1.283 0 0 0-.434 2.327c2.142 1.394 4.326 2.1 6.49 2.1c2.166 0 4.348-.706 6.488-2.102a1.27 1.27 0 0 0 .555-.81a1.27 1.27 0 0 0-.18-.964zm5.103 2.82l-1.171-9.764a5.24 5.24 0 0 0-5.2-4.614H6.406a5.236 5.236 0 0 0-5.198 4.612l-1.17 9.766a5.235 5.235 0 0 0 5.198 5.86h13.529a5.238 5.238 0 0 0 5.198-5.86zm-3.21 2.4c-.532.6-1.265.929-2.066.929H5.311c-.801 0-1.536-.33-2.066-.929a2.73 2.73 0 0 1-.676-2.16l1.157-9.657A2.764 2.764 0 0 1 6.468 4.41h11.064a2.765 2.765 0 0 1 2.742 2.432l1.157 9.656a2.72 2.72 0 0 1-.676 2.161"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.862 13.439a1.27 1.27 0 0 0-.81-.555a1.27 1.27 0 0 0-.964.18c-3.422 2.231-6.75 2.231-10.178 0a1.27 1.27 0 0 0-.964-.18a1.283 1.283 0 0 0-.434 2.327c2.142 1.394 4.326 2.1 6.49 2.1c2.166 0 4.348-.706 6.488-2.102a1.27 1.27 0 0 0 .555-.81a1.27 1.27 0 0 0-.18-.964zm5.103 2.82l-1.171-9.764a5.24 5.24 0 0 0-5.2-4.614H6.406a5.236 5.236 0 0 0-5.198 4.612l-1.17 9.766a5.235 5.235 0 0 0 5.198 5.86h13.529a5.238 5.238 0 0 0 5.198-5.86zm-3.21 2.4c-.532.6-1.265.929-2.066.929H5.311c-.801 0-1.536-.33-2.066-.929a2.73 2.73 0 0 1-.676-2.16l1.157-9.657A2.764 2.764 0 0 1 6.468 4.41h11.064a2.765 2.765 0 0 1 2.742 2.432l1.157 9.656a2.72 2.72 0 0 1-.676 2.161"/></svg>
</template>

CSS

.icon-salla {
  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%22M18.862%2013.439a1.27%201.27%200%200%200-.81-.555a1.27%201.27%200%200%200-.964.18c-3.422%202.231-6.75%202.231-10.178%200a1.27%201.27%200%200%200-.964-.18a1.283%201.283%200%200%200-.434%202.327c2.142%201.394%204.326%202.1%206.49%202.1c2.166%200%204.348-.706%206.488-2.102a1.27%201.27%200%200%200%20.555-.81a1.27%201.27%200%200%200-.18-.964zm5.103%202.82l-1.171-9.764a5.24%205.24%200%200%200-5.2-4.614H6.406a5.236%205.236%200%200%200-5.198%204.612l-1.17%209.766a5.235%205.235%200%200%200%205.198%205.86h13.529a5.238%205.238%200%200%200%205.198-5.86zm-3.21%202.4c-.532.6-1.265.929-2.066.929H5.311c-.801%200-1.536-.33-2.066-.929a2.73%202.73%200%200%201-.676-2.16l1.157-9.657A2.764%202.764%200%200%201%206.468%204.41h11.064a2.765%202.765%200%200%201%202.742%202.432l1.157%209.656a2.72%202.72%200%200%201-.676%202.161%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%22M18.862%2013.439a1.27%201.27%200%200%200-.81-.555a1.27%201.27%200%200%200-.964.18c-3.422%202.231-6.75%202.231-10.178%200a1.27%201.27%200%200%200-.964-.18a1.283%201.283%200%200%200-.434%202.327c2.142%201.394%204.326%202.1%206.49%202.1c2.166%200%204.348-.706%206.488-2.102a1.27%201.27%200%200%200%20.555-.81a1.27%201.27%200%200%200-.18-.964zm5.103%202.82l-1.171-9.764a5.24%205.24%200%200%200-5.2-4.614H6.406a5.236%205.236%200%200%200-5.198%204.612l-1.17%209.766a5.235%205.235%200%200%200%205.198%205.86h13.529a5.238%205.238%200%200%200%205.198-5.86zm-3.21%202.4c-.532.6-1.265.929-2.066.929H5.311c-.801%200-1.536-.33-2.066-.929a2.73%202.73%200%200%201-.676-2.16l1.157-9.657A2.764%202.764%200%200%201%206.468%204.41h11.064a2.765%202.765%200%200%201%202.742%202.432l1.157%209.656a2.72%202.72%200%200%201-.676%202.161%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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