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

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

Use the spoj logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.143.056c-.522.127-.713.219-2.28 1.114c-.88.506-1.68.957-1.76 1.008c-.202.113-.417.236-.59.337c-.587.337-3.293 1.893-3.453 1.973c-1.05.581-1.72 1.453-2.013 2.587c-.084.34-.084 9.532 0 9.865c.282 1.131.957 2 2.013 2.587c.152.084 2.866 1.64 3.453 1.973c.173.102.388.224.59.337c.085.051.882.507 1.774 1.012C10.89 24.005 10.89 24 12.01 24c1.11 0 1.125-.004 3-1.076c.818-.468 1.546-.885 1.626-.928c.072-.047.203-.119.283-.164l.295-.17c.08-.046.21-.118.286-.163c.582-.337 3.293-1.893 3.44-1.973c1.05-.582 1.72-1.454 2.013-2.587c.084-.341.084-9.532 0-9.866c-.282-1.13-.957-2-2.013-2.586a860 860 0 0 1-3.726-2.137l-.295-.17c-.08-.046-.21-.118-.283-.164c-.076-.042-.809-.46-1.626-.928C13.183.047 13.117.022 12.09.004c-.51-.013-.763.004-.95.051zm3.014 4.32c.838.156 2.493.759 2.493.91c0 .03-.207.62-.46 1.313c-.384 1.058-.472 1.26-.536 1.251c-.047 0-.3-.1-.566-.218c-.92-.4-1.48-.515-2.546-.51c-1.19 0-1.773.21-2.027.732c-.088.186-.109.287-.109.548c0 .414.093.616.421.924c.304.279.734.502 1.507.788c2.44.899 3.346 1.36 4.026 2.093c.759.806 1.04 1.707.995 3.187c-.021.83-.101 1.172-.41 1.786c-.64 1.291-1.92 2.04-3.906 2.28c-.472.059-.813.067-1.706.051c-1.135-.021-1.494-.059-2.347-.244c-.801-.173-2.16-.696-2.226-.852c-.018-.05.838-2.586.893-2.64c.01-.008.212.072.452.182c1.16.518 2.04.7 3.4.704c1.07 0 1.626-.131 2.026-.494c.275-.244.355-.434.374-.894c.017-.371.013-.406-.114-.663a1.5 1.5 0 0 0-.354-.464c-.304-.265-1.232-.717-2.187-1.055c-.953-.34-1.36-.51-1.893-.776c-1.176-.594-1.947-1.453-2.253-2.52c-.088-.294-.096-.417-.094-1.171c0-.798.01-.864.12-1.223c.35-1.142 1.032-1.946 2.12-2.506a6.5 6.5 0 0 1 1.613-.523c.218-.039.446-.076.507-.084a22 22 0 0 1 1.2-.005c.881.013 1.19.03 1.573.101z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsSpoj(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="M11.143.056c-.522.127-.713.219-2.28 1.114c-.88.506-1.68.957-1.76 1.008c-.202.113-.417.236-.59.337c-.587.337-3.293 1.893-3.453 1.973c-1.05.581-1.72 1.453-2.013 2.587c-.084.34-.084 9.532 0 9.865c.282 1.131.957 2 2.013 2.587c.152.084 2.866 1.64 3.453 1.973c.173.102.388.224.59.337c.085.051.882.507 1.774 1.012C10.89 24.005 10.89 24 12.01 24c1.11 0 1.125-.004 3-1.076c.818-.468 1.546-.885 1.626-.928c.072-.047.203-.119.283-.164l.295-.17c.08-.046.21-.118.286-.163c.582-.337 3.293-1.893 3.44-1.973c1.05-.582 1.72-1.454 2.013-2.587c.084-.341.084-9.532 0-9.866c-.282-1.13-.957-2-2.013-2.586a860 860 0 0 1-3.726-2.137l-.295-.17c-.08-.046-.21-.118-.283-.164c-.076-.042-.809-.46-1.626-.928C13.183.047 13.117.022 12.09.004c-.51-.013-.763.004-.95.051zm3.014 4.32c.838.156 2.493.759 2.493.91c0 .03-.207.62-.46 1.313c-.384 1.058-.472 1.26-.536 1.251c-.047 0-.3-.1-.566-.218c-.92-.4-1.48-.515-2.546-.51c-1.19 0-1.773.21-2.027.732c-.088.186-.109.287-.109.548c0 .414.093.616.421.924c.304.279.734.502 1.507.788c2.44.899 3.346 1.36 4.026 2.093c.759.806 1.04 1.707.995 3.187c-.021.83-.101 1.172-.41 1.786c-.64 1.291-1.92 2.04-3.906 2.28c-.472.059-.813.067-1.706.051c-1.135-.021-1.494-.059-2.347-.244c-.801-.173-2.16-.696-2.226-.852c-.018-.05.838-2.586.893-2.64c.01-.008.212.072.452.182c1.16.518 2.04.7 3.4.704c1.07 0 1.626-.131 2.026-.494c.275-.244.355-.434.374-.894c.017-.371.013-.406-.114-.663a1.5 1.5 0 0 0-.354-.464c-.304-.265-1.232-.717-2.187-1.055c-.953-.34-1.36-.51-1.893-.776c-1.176-.594-1.947-1.453-2.253-2.52c-.088-.294-.096-.417-.094-1.171c0-.798.01-.864.12-1.223c.35-1.142 1.032-1.946 2.12-2.506a6.5 6.5 0 0 1 1.613-.523c.218-.039.446-.076.507-.084a22 22 0 0 1 1.2-.005c.881.013 1.19.03 1.573.101z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.143.056c-.522.127-.713.219-2.28 1.114c-.88.506-1.68.957-1.76 1.008c-.202.113-.417.236-.59.337c-.587.337-3.293 1.893-3.453 1.973c-1.05.581-1.72 1.453-2.013 2.587c-.084.34-.084 9.532 0 9.865c.282 1.131.957 2 2.013 2.587c.152.084 2.866 1.64 3.453 1.973c.173.102.388.224.59.337c.085.051.882.507 1.774 1.012C10.89 24.005 10.89 24 12.01 24c1.11 0 1.125-.004 3-1.076c.818-.468 1.546-.885 1.626-.928c.072-.047.203-.119.283-.164l.295-.17c.08-.046.21-.118.286-.163c.582-.337 3.293-1.893 3.44-1.973c1.05-.582 1.72-1.454 2.013-2.587c.084-.341.084-9.532 0-9.866c-.282-1.13-.957-2-2.013-2.586a860 860 0 0 1-3.726-2.137l-.295-.17c-.08-.046-.21-.118-.283-.164c-.076-.042-.809-.46-1.626-.928C13.183.047 13.117.022 12.09.004c-.51-.013-.763.004-.95.051zm3.014 4.32c.838.156 2.493.759 2.493.91c0 .03-.207.62-.46 1.313c-.384 1.058-.472 1.26-.536 1.251c-.047 0-.3-.1-.566-.218c-.92-.4-1.48-.515-2.546-.51c-1.19 0-1.773.21-2.027.732c-.088.186-.109.287-.109.548c0 .414.093.616.421.924c.304.279.734.502 1.507.788c2.44.899 3.346 1.36 4.026 2.093c.759.806 1.04 1.707.995 3.187c-.021.83-.101 1.172-.41 1.786c-.64 1.291-1.92 2.04-3.906 2.28c-.472.059-.813.067-1.706.051c-1.135-.021-1.494-.059-2.347-.244c-.801-.173-2.16-.696-2.226-.852c-.018-.05.838-2.586.893-2.64c.01-.008.212.072.452.182c1.16.518 2.04.7 3.4.704c1.07 0 1.626-.131 2.026-.494c.275-.244.355-.434.374-.894c.017-.371.013-.406-.114-.663a1.5 1.5 0 0 0-.354-.464c-.304-.265-1.232-.717-2.187-1.055c-.953-.34-1.36-.51-1.893-.776c-1.176-.594-1.947-1.453-2.253-2.52c-.088-.294-.096-.417-.094-1.171c0-.798.01-.864.12-1.223c.35-1.142 1.032-1.946 2.12-2.506a6.5 6.5 0 0 1 1.613-.523c.218-.039.446-.076.507-.084a22 22 0 0 1 1.2-.005c.881.013 1.19.03 1.573.101z"/></svg>
</template>

CSS

.icon-spoj {
  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%22M11.143.056c-.522.127-.713.219-2.28%201.114c-.88.506-1.68.957-1.76%201.008c-.202.113-.417.236-.59.337c-.587.337-3.293%201.893-3.453%201.973c-1.05.581-1.72%201.453-2.013%202.587c-.084.34-.084%209.532%200%209.865c.282%201.131.957%202%202.013%202.587c.152.084%202.866%201.64%203.453%201.973c.173.102.388.224.59.337c.085.051.882.507%201.774%201.012C10.89%2024.005%2010.89%2024%2012.01%2024c1.11%200%201.125-.004%203-1.076c.818-.468%201.546-.885%201.626-.928c.072-.047.203-.119.283-.164l.295-.17c.08-.046.21-.118.286-.163c.582-.337%203.293-1.893%203.44-1.973c1.05-.582%201.72-1.454%202.013-2.587c.084-.341.084-9.532%200-9.866c-.282-1.13-.957-2-2.013-2.586a860%20860%200%200%201-3.726-2.137l-.295-.17c-.08-.046-.21-.118-.283-.164c-.076-.042-.809-.46-1.626-.928C13.183.047%2013.117.022%2012.09.004c-.51-.013-.763.004-.95.051zm3.014%204.32c.838.156%202.493.759%202.493.91c0%20.03-.207.62-.46%201.313c-.384%201.058-.472%201.26-.536%201.251c-.047%200-.3-.1-.566-.218c-.92-.4-1.48-.515-2.546-.51c-1.19%200-1.773.21-2.027.732c-.088.186-.109.287-.109.548c0%20.414.093.616.421.924c.304.279.734.502%201.507.788c2.44.899%203.346%201.36%204.026%202.093c.759.806%201.04%201.707.995%203.187c-.021.83-.101%201.172-.41%201.786c-.64%201.291-1.92%202.04-3.906%202.28c-.472.059-.813.067-1.706.051c-1.135-.021-1.494-.059-2.347-.244c-.801-.173-2.16-.696-2.226-.852c-.018-.05.838-2.586.893-2.64c.01-.008.212.072.452.182c1.16.518%202.04.7%203.4.704c1.07%200%201.626-.131%202.026-.494c.275-.244.355-.434.374-.894c.017-.371.013-.406-.114-.663a1.5%201.5%200%200%200-.354-.464c-.304-.265-1.232-.717-2.187-1.055c-.953-.34-1.36-.51-1.893-.776c-1.176-.594-1.947-1.453-2.253-2.52c-.088-.294-.096-.417-.094-1.171c0-.798.01-.864.12-1.223c.35-1.142%201.032-1.946%202.12-2.506a6.5%206.5%200%200%201%201.613-.523c.218-.039.446-.076.507-.084a22%2022%200%200%201%201.2-.005c.881.013%201.19.03%201.573.101z%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%22M11.143.056c-.522.127-.713.219-2.28%201.114c-.88.506-1.68.957-1.76%201.008c-.202.113-.417.236-.59.337c-.587.337-3.293%201.893-3.453%201.973c-1.05.581-1.72%201.453-2.013%202.587c-.084.34-.084%209.532%200%209.865c.282%201.131.957%202%202.013%202.587c.152.084%202.866%201.64%203.453%201.973c.173.102.388.224.59.337c.085.051.882.507%201.774%201.012C10.89%2024.005%2010.89%2024%2012.01%2024c1.11%200%201.125-.004%203-1.076c.818-.468%201.546-.885%201.626-.928c.072-.047.203-.119.283-.164l.295-.17c.08-.046.21-.118.286-.163c.582-.337%203.293-1.893%203.44-1.973c1.05-.582%201.72-1.454%202.013-2.587c.084-.341.084-9.532%200-9.866c-.282-1.13-.957-2-2.013-2.586a860%20860%200%200%201-3.726-2.137l-.295-.17c-.08-.046-.21-.118-.283-.164c-.076-.042-.809-.46-1.626-.928C13.183.047%2013.117.022%2012.09.004c-.51-.013-.763.004-.95.051zm3.014%204.32c.838.156%202.493.759%202.493.91c0%20.03-.207.62-.46%201.313c-.384%201.058-.472%201.26-.536%201.251c-.047%200-.3-.1-.566-.218c-.92-.4-1.48-.515-2.546-.51c-1.19%200-1.773.21-2.027.732c-.088.186-.109.287-.109.548c0%20.414.093.616.421.924c.304.279.734.502%201.507.788c2.44.899%203.346%201.36%204.026%202.093c.759.806%201.04%201.707.995%203.187c-.021.83-.101%201.172-.41%201.786c-.64%201.291-1.92%202.04-3.906%202.28c-.472.059-.813.067-1.706.051c-1.135-.021-1.494-.059-2.347-.244c-.801-.173-2.16-.696-2.226-.852c-.018-.05.838-2.586.893-2.64c.01-.008.212.072.452.182c1.16.518%202.04.7%203.4.704c1.07%200%201.626-.131%202.026-.494c.275-.244.355-.434.374-.894c.017-.371.013-.406-.114-.663a1.5%201.5%200%200%200-.354-.464c-.304-.265-1.232-.717-2.187-1.055c-.953-.34-1.36-.51-1.893-.776c-1.176-.594-1.947-1.453-2.253-2.52c-.088-.294-.096-.417-.094-1.171c0-.798.01-.864.12-1.223c.35-1.142%201.032-1.946%202.12-2.506a6.5%206.5%200%200%201%201.613-.523c.218-.039.446-.076.507-.084a22%2022%200%200%201%201.2-.005c.881.013%201.19.03%201.573.101z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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