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

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

Use the skyrock logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.416 14.39A3.2 3.2 0 0 0 9.81 12.8a10 10 0 0 0-1.877-.637l-2.964-.804c-.463-.133-.907-.315-1.276-.638c-.247-.215-.4-.479-.401-.817c-.002-.738.447-1.333 1.196-1.552c.697-.204 1.407-.196 2.116-.064c.775.144 1.37.527 1.728 1.261c.238.488.249.736.249.736l2.684-.003v-.097a4.4 4.4 0 0 0-.088-.726c-.333-1.59-1.214-2.718-2.771-3.266c-1.011-.356-2.06-.41-3.118-.356c-.755.039-1.497.152-2.21.413c-.996.364-1.775.98-2.24 1.951c-.332.692-.414 1.428-.385 2.187c.026.654.222 1.254.516 1.832c.357.7.974 1.082 1.66 1.375c.857.367 1.778.513 2.67.756c.622.169 1.25.311 1.854.542c.465.178.916.384 1.303.709c.414.347.546.776.413 1.3c-.15.584-.544.937-1.091 1.103c-1.09.331-2.226.308-3.288-.126c-.45-.184-.819-.479-1.052-.92a2.9 2.9 0 0 1-.28-.837s-.027-.148-.025-.196H1.695c-.444 0-1.014.003-1.458-.001l.009.12c.051.735.198 1.448.55 2.102c.646 1.196 1.675 1.896 2.97 2.233c.893.232 1.803.285 2.72.255c.778-.025 1.545-.122 2.289-.364c.87-.284 1.632-.73 2.183-1.487c.457-.63.693-1.339.774-2.105c.085-.789.025-1.56-.316-2.288Zm4.513.434l7.834-5.667l-9.693.003L11.086 0l-1.7 5.172l.102.048q.965.459 1.669 1.262c.765.87 1.205 1.888 1.37 3.032c.067.471.07.946.092 1.42l.006.174c1.579-.005 3.537-.003 5.116-.002l-4.127 2.968l1.4 4.27l.177.537s-1.477-1.064-2.2-1.587a5.4 5.4 0 0 1-.667 1.804l-.053.09l5.803 4.196l.848.616l-1.485-4.555z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsSkyrock(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.416 14.39A3.2 3.2 0 0 0 9.81 12.8a10 10 0 0 0-1.877-.637l-2.964-.804c-.463-.133-.907-.315-1.276-.638c-.247-.215-.4-.479-.401-.817c-.002-.738.447-1.333 1.196-1.552c.697-.204 1.407-.196 2.116-.064c.775.144 1.37.527 1.728 1.261c.238.488.249.736.249.736l2.684-.003v-.097a4.4 4.4 0 0 0-.088-.726c-.333-1.59-1.214-2.718-2.771-3.266c-1.011-.356-2.06-.41-3.118-.356c-.755.039-1.497.152-2.21.413c-.996.364-1.775.98-2.24 1.951c-.332.692-.414 1.428-.385 2.187c.026.654.222 1.254.516 1.832c.357.7.974 1.082 1.66 1.375c.857.367 1.778.513 2.67.756c.622.169 1.25.311 1.854.542c.465.178.916.384 1.303.709c.414.347.546.776.413 1.3c-.15.584-.544.937-1.091 1.103c-1.09.331-2.226.308-3.288-.126c-.45-.184-.819-.479-1.052-.92a2.9 2.9 0 0 1-.28-.837s-.027-.148-.025-.196H1.695c-.444 0-1.014.003-1.458-.001l.009.12c.051.735.198 1.448.55 2.102c.646 1.196 1.675 1.896 2.97 2.233c.893.232 1.803.285 2.72.255c.778-.025 1.545-.122 2.289-.364c.87-.284 1.632-.73 2.183-1.487c.457-.63.693-1.339.774-2.105c.085-.789.025-1.56-.316-2.288Zm4.513.434l7.834-5.667l-9.693.003L11.086 0l-1.7 5.172l.102.048q.965.459 1.669 1.262c.765.87 1.205 1.888 1.37 3.032c.067.471.07.946.092 1.42l.006.174c1.579-.005 3.537-.003 5.116-.002l-4.127 2.968l1.4 4.27l.177.537s-1.477-1.064-2.2-1.587a5.4 5.4 0 0 1-.667 1.804l-.053.09l5.803 4.196l.848.616l-1.485-4.555z"/></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.416 14.39A3.2 3.2 0 0 0 9.81 12.8a10 10 0 0 0-1.877-.637l-2.964-.804c-.463-.133-.907-.315-1.276-.638c-.247-.215-.4-.479-.401-.817c-.002-.738.447-1.333 1.196-1.552c.697-.204 1.407-.196 2.116-.064c.775.144 1.37.527 1.728 1.261c.238.488.249.736.249.736l2.684-.003v-.097a4.4 4.4 0 0 0-.088-.726c-.333-1.59-1.214-2.718-2.771-3.266c-1.011-.356-2.06-.41-3.118-.356c-.755.039-1.497.152-2.21.413c-.996.364-1.775.98-2.24 1.951c-.332.692-.414 1.428-.385 2.187c.026.654.222 1.254.516 1.832c.357.7.974 1.082 1.66 1.375c.857.367 1.778.513 2.67.756c.622.169 1.25.311 1.854.542c.465.178.916.384 1.303.709c.414.347.546.776.413 1.3c-.15.584-.544.937-1.091 1.103c-1.09.331-2.226.308-3.288-.126c-.45-.184-.819-.479-1.052-.92a2.9 2.9 0 0 1-.28-.837s-.027-.148-.025-.196H1.695c-.444 0-1.014.003-1.458-.001l.009.12c.051.735.198 1.448.55 2.102c.646 1.196 1.675 1.896 2.97 2.233c.893.232 1.803.285 2.72.255c.778-.025 1.545-.122 2.289-.364c.87-.284 1.632-.73 2.183-1.487c.457-.63.693-1.339.774-2.105c.085-.789.025-1.56-.316-2.288Zm4.513.434l7.834-5.667l-9.693.003L11.086 0l-1.7 5.172l.102.048q.965.459 1.669 1.262c.765.87 1.205 1.888 1.37 3.032c.067.471.07.946.092 1.42l.006.174c1.579-.005 3.537-.003 5.116-.002l-4.127 2.968l1.4 4.27l.177.537s-1.477-1.064-2.2-1.587a5.4 5.4 0 0 1-.667 1.804l-.053.09l5.803 4.196l.848.616l-1.485-4.555z"/></svg>
</template>

CSS

.icon-skyrock {
  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.416%2014.39A3.2%203.2%200%200%200%209.81%2012.8a10%2010%200%200%200-1.877-.637l-2.964-.804c-.463-.133-.907-.315-1.276-.638c-.247-.215-.4-.479-.401-.817c-.002-.738.447-1.333%201.196-1.552c.697-.204%201.407-.196%202.116-.064c.775.144%201.37.527%201.728%201.261c.238.488.249.736.249.736l2.684-.003v-.097a4.4%204.4%200%200%200-.088-.726c-.333-1.59-1.214-2.718-2.771-3.266c-1.011-.356-2.06-.41-3.118-.356c-.755.039-1.497.152-2.21.413c-.996.364-1.775.98-2.24%201.951c-.332.692-.414%201.428-.385%202.187c.026.654.222%201.254.516%201.832c.357.7.974%201.082%201.66%201.375c.857.367%201.778.513%202.67.756c.622.169%201.25.311%201.854.542c.465.178.916.384%201.303.709c.414.347.546.776.413%201.3c-.15.584-.544.937-1.091%201.103c-1.09.331-2.226.308-3.288-.126c-.45-.184-.819-.479-1.052-.92a2.9%202.9%200%200%201-.28-.837s-.027-.148-.025-.196H1.695c-.444%200-1.014.003-1.458-.001l.009.12c.051.735.198%201.448.55%202.102c.646%201.196%201.675%201.896%202.97%202.233c.893.232%201.803.285%202.72.255c.778-.025%201.545-.122%202.289-.364c.87-.284%201.632-.73%202.183-1.487c.457-.63.693-1.339.774-2.105c.085-.789.025-1.56-.316-2.288Zm4.513.434l7.834-5.667l-9.693.003L11.086%200l-1.7%205.172l.102.048q.965.459%201.669%201.262c.765.87%201.205%201.888%201.37%203.032c.067.471.07.946.092%201.42l.006.174c1.579-.005%203.537-.003%205.116-.002l-4.127%202.968l1.4%204.27l.177.537s-1.477-1.064-2.2-1.587a5.4%205.4%200%200%201-.667%201.804l-.053.09l5.803%204.196l.848.616l-1.485-4.555z%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.416%2014.39A3.2%203.2%200%200%200%209.81%2012.8a10%2010%200%200%200-1.877-.637l-2.964-.804c-.463-.133-.907-.315-1.276-.638c-.247-.215-.4-.479-.401-.817c-.002-.738.447-1.333%201.196-1.552c.697-.204%201.407-.196%202.116-.064c.775.144%201.37.527%201.728%201.261c.238.488.249.736.249.736l2.684-.003v-.097a4.4%204.4%200%200%200-.088-.726c-.333-1.59-1.214-2.718-2.771-3.266c-1.011-.356-2.06-.41-3.118-.356c-.755.039-1.497.152-2.21.413c-.996.364-1.775.98-2.24%201.951c-.332.692-.414%201.428-.385%202.187c.026.654.222%201.254.516%201.832c.357.7.974%201.082%201.66%201.375c.857.367%201.778.513%202.67.756c.622.169%201.25.311%201.854.542c.465.178.916.384%201.303.709c.414.347.546.776.413%201.3c-.15.584-.544.937-1.091%201.103c-1.09.331-2.226.308-3.288-.126c-.45-.184-.819-.479-1.052-.92a2.9%202.9%200%200%201-.28-.837s-.027-.148-.025-.196H1.695c-.444%200-1.014.003-1.458-.001l.009.12c.051.735.198%201.448.55%202.102c.646%201.196%201.675%201.896%202.97%202.233c.893.232%201.803.285%202.72.255c.778-.025%201.545-.122%202.289-.364c.87-.284%201.632-.73%202.183-1.487c.457-.63.693-1.339.774-2.105c.085-.789.025-1.56-.316-2.288Zm4.513.434l7.834-5.667l-9.693.003L11.086%200l-1.7%205.172l.102.048q.965.459%201.669%201.262c.765.87%201.205%201.888%201.37%203.032c.067.471.07.946.092%201.42l.006.174c1.579-.005%203.537-.003%205.116-.002l-4.127%202.968l1.4%204.27l.177.537s-1.477-1.064-2.2-1.587a5.4%205.4%200%200%201-.667%201.804l-.053.09l5.803%204.196l.848.616l-1.485-4.555z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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