backendless logo
backendless from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- backendless
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the backendless logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.215 6.16C2.354 6.147.584 6.953 0 8.19c3.68-.998 5.747-.332 8.244 2.638c.99 1.184 1.895 2.45 2.992 3.51c1.098 1.08 2.303 2.161 3.637 2.826c2.97 1.475 6.802.415 8.05-1.994c-.387.145-.752.27-1.118.416c-1.693 1.181-3.92 1.204-5.748-.375c-1.873-1.62-3.487-3.532-5.166-5.36C9.276 8.107 7.555 6.55 5.016 6.217a6 6 0 0 0-.801-.057m15.639 1.719c-.957-.013-2 .301-3.043.976c-1.034.686-1.96 1.538-2.971 2.348c-.603-.395-1.204-.81-1.807-1.205c-.043.062-.11.145-.152.207c.15.187.324.354.474.54c.861.956 1.743 1.931 2.69 2.866c.947-.852 1.723-1.598 2.562-2.305c2.411-2.035 4.628-1.725 6.393 1.038c-.355-2.828-2.042-4.437-4.146-4.465M4.393 12.615c1.291 5.422 4.733 4.902 7.08 3.738c.624.291 1.528.603 2.109.873c.043-.062.107-.125.15-.187c-1.033-.665-1.978-1.538-2.84-2.37c-.215-.207-.41-.415-.603-.622c-3.336 2.866-5.896-1.432-5.896-1.432"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsBackendless(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="M4.215 6.16C2.354 6.147.584 6.953 0 8.19c3.68-.998 5.747-.332 8.244 2.638c.99 1.184 1.895 2.45 2.992 3.51c1.098 1.08 2.303 2.161 3.637 2.826c2.97 1.475 6.802.415 8.05-1.994c-.387.145-.752.27-1.118.416c-1.693 1.181-3.92 1.204-5.748-.375c-1.873-1.62-3.487-3.532-5.166-5.36C9.276 8.107 7.555 6.55 5.016 6.217a6 6 0 0 0-.801-.057m15.639 1.719c-.957-.013-2 .301-3.043.976c-1.034.686-1.96 1.538-2.971 2.348c-.603-.395-1.204-.81-1.807-1.205c-.043.062-.11.145-.152.207c.15.187.324.354.474.54c.861.956 1.743 1.931 2.69 2.866c.947-.852 1.723-1.598 2.562-2.305c2.411-2.035 4.628-1.725 6.393 1.038c-.355-2.828-2.042-4.437-4.146-4.465M4.393 12.615c1.291 5.422 4.733 4.902 7.08 3.738c.624.291 1.528.603 2.109.873c.043-.062.107-.125.15-.187c-1.033-.665-1.978-1.538-2.84-2.37c-.215-.207-.41-.415-.603-.622c-3.336 2.866-5.896-1.432-5.896-1.432"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.215 6.16C2.354 6.147.584 6.953 0 8.19c3.68-.998 5.747-.332 8.244 2.638c.99 1.184 1.895 2.45 2.992 3.51c1.098 1.08 2.303 2.161 3.637 2.826c2.97 1.475 6.802.415 8.05-1.994c-.387.145-.752.27-1.118.416c-1.693 1.181-3.92 1.204-5.748-.375c-1.873-1.62-3.487-3.532-5.166-5.36C9.276 8.107 7.555 6.55 5.016 6.217a6 6 0 0 0-.801-.057m15.639 1.719c-.957-.013-2 .301-3.043.976c-1.034.686-1.96 1.538-2.971 2.348c-.603-.395-1.204-.81-1.807-1.205c-.043.062-.11.145-.152.207c.15.187.324.354.474.54c.861.956 1.743 1.931 2.69 2.866c.947-.852 1.723-1.598 2.562-2.305c2.411-2.035 4.628-1.725 6.393 1.038c-.355-2.828-2.042-4.437-4.146-4.465M4.393 12.615c1.291 5.422 4.733 4.902 7.08 3.738c.624.291 1.528.603 2.109.873c.043-.062.107-.125.15-.187c-1.033-.665-1.978-1.538-2.84-2.37c-.215-.207-.41-.415-.603-.622c-3.336 2.866-5.896-1.432-5.896-1.432"/></svg> </template>
CSS
.icon-backendless {
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%22M4.215%206.16C2.354%206.147.584%206.953%200%208.19c3.68-.998%205.747-.332%208.244%202.638c.99%201.184%201.895%202.45%202.992%203.51c1.098%201.08%202.303%202.161%203.637%202.826c2.97%201.475%206.802.415%208.05-1.994c-.387.145-.752.27-1.118.416c-1.693%201.181-3.92%201.204-5.748-.375c-1.873-1.62-3.487-3.532-5.166-5.36C9.276%208.107%207.555%206.55%205.016%206.217a6%206%200%200%200-.801-.057m15.639%201.719c-.957-.013-2%20.301-3.043.976c-1.034.686-1.96%201.538-2.971%202.348c-.603-.395-1.204-.81-1.807-1.205c-.043.062-.11.145-.152.207c.15.187.324.354.474.54c.861.956%201.743%201.931%202.69%202.866c.947-.852%201.723-1.598%202.562-2.305c2.411-2.035%204.628-1.725%206.393%201.038c-.355-2.828-2.042-4.437-4.146-4.465M4.393%2012.615c1.291%205.422%204.733%204.902%207.08%203.738c.624.291%201.528.603%202.109.873c.043-.062.107-.125.15-.187c-1.033-.665-1.978-1.538-2.84-2.37c-.215-.207-.41-.415-.603-.622c-3.336%202.866-5.896-1.432-5.896-1.432%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%22M4.215%206.16C2.354%206.147.584%206.953%200%208.19c3.68-.998%205.747-.332%208.244%202.638c.99%201.184%201.895%202.45%202.992%203.51c1.098%201.08%202.303%202.161%203.637%202.826c2.97%201.475%206.802.415%208.05-1.994c-.387.145-.752.27-1.118.416c-1.693%201.181-3.92%201.204-5.748-.375c-1.873-1.62-3.487-3.532-5.166-5.36C9.276%208.107%207.555%206.55%205.016%206.217a6%206%200%200%200-.801-.057m15.639%201.719c-.957-.013-2%20.301-3.043.976c-1.034.686-1.96%201.538-2.971%202.348c-.603-.395-1.204-.81-1.807-1.205c-.043.062-.11.145-.152.207c.15.187.324.354.474.54c.861.956%201.743%201.931%202.69%202.866c.947-.852%201.723-1.598%202.562-2.305c2.411-2.035%204.628-1.725%206.393%201.038c-.355-2.828-2.042-4.437-4.146-4.465M4.393%2012.615c1.291%205.422%204.733%204.902%207.08%203.738c.624.291%201.528.603%202.109.873c.043-.062.107-.125.15-.187c-1.033-.665-1.978-1.538-2.84-2.37c-.215-.207-.41-.415-.603-.622c-3.336%202.866-5.896-1.432-5.896-1.432%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/backendless.svg?color=%231a73e8&size=48