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

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

Use the stencyl logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.36 2.675a9.8 9.8 0 0 0-2.783.759L9.389 1.622l.433 2.835a8.3 8.3 0 0 0-1.935 2.038L4.982 6l1.951 2.352a10 10 0 0 0-.589 2.548L3.374 12l2.952 1.099c.083.883.258 1.763.565 2.597l-1.894 2.283l2.819-.426a8 8 0 0 0 2.025 2.08l-.47 2.751l2.247-1.806c.864.333 1.78.523 2.705.597L15.372 24l1.059-2.846c1.418-.144 2.841-.46 4.103-1.144c-.229-1.019-.468-2.035-.692-3.055c-2.042 1.044-4.605 1.442-6.736.403c-1.763-.896-2.773-2.842-2.911-4.785c-.152-2.15.502-4.51 2.314-5.801c1.724-1.192 4.024-1.208 5.964-.586c.428.149.836.353 1.224.603q.459-1.578.93-3.154c-1.32-.674-2.811-.98-4.291-1.044L15.372 0z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsStencyl(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="M14.36 2.675a9.8 9.8 0 0 0-2.783.759L9.389 1.622l.433 2.835a8.3 8.3 0 0 0-1.935 2.038L4.982 6l1.951 2.352a10 10 0 0 0-.589 2.548L3.374 12l2.952 1.099c.083.883.258 1.763.565 2.597l-1.894 2.283l2.819-.426a8 8 0 0 0 2.025 2.08l-.47 2.751l2.247-1.806c.864.333 1.78.523 2.705.597L15.372 24l1.059-2.846c1.418-.144 2.841-.46 4.103-1.144c-.229-1.019-.468-2.035-.692-3.055c-2.042 1.044-4.605 1.442-6.736.403c-1.763-.896-2.773-2.842-2.911-4.785c-.152-2.15.502-4.51 2.314-5.801c1.724-1.192 4.024-1.208 5.964-.586c.428.149.836.353 1.224.603q.459-1.578.93-3.154c-1.32-.674-2.811-.98-4.291-1.044L15.372 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.36 2.675a9.8 9.8 0 0 0-2.783.759L9.389 1.622l.433 2.835a8.3 8.3 0 0 0-1.935 2.038L4.982 6l1.951 2.352a10 10 0 0 0-.589 2.548L3.374 12l2.952 1.099c.083.883.258 1.763.565 2.597l-1.894 2.283l2.819-.426a8 8 0 0 0 2.025 2.08l-.47 2.751l2.247-1.806c.864.333 1.78.523 2.705.597L15.372 24l1.059-2.846c1.418-.144 2.841-.46 4.103-1.144c-.229-1.019-.468-2.035-.692-3.055c-2.042 1.044-4.605 1.442-6.736.403c-1.763-.896-2.773-2.842-2.911-4.785c-.152-2.15.502-4.51 2.314-5.801c1.724-1.192 4.024-1.208 5.964-.586c.428.149.836.353 1.224.603q.459-1.578.93-3.154c-1.32-.674-2.811-.98-4.291-1.044L15.372 0z"/></svg>
</template>

CSS

.icon-stencyl {
  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%22M14.36%202.675a9.8%209.8%200%200%200-2.783.759L9.389%201.622l.433%202.835a8.3%208.3%200%200%200-1.935%202.038L4.982%206l1.951%202.352a10%2010%200%200%200-.589%202.548L3.374%2012l2.952%201.099c.083.883.258%201.763.565%202.597l-1.894%202.283l2.819-.426a8%208%200%200%200%202.025%202.08l-.47%202.751l2.247-1.806c.864.333%201.78.523%202.705.597L15.372%2024l1.059-2.846c1.418-.144%202.841-.46%204.103-1.144c-.229-1.019-.468-2.035-.692-3.055c-2.042%201.044-4.605%201.442-6.736.403c-1.763-.896-2.773-2.842-2.911-4.785c-.152-2.15.502-4.51%202.314-5.801c1.724-1.192%204.024-1.208%205.964-.586c.428.149.836.353%201.224.603q.459-1.578.93-3.154c-1.32-.674-2.811-.98-4.291-1.044L15.372%200z%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%22M14.36%202.675a9.8%209.8%200%200%200-2.783.759L9.389%201.622l.433%202.835a8.3%208.3%200%200%200-1.935%202.038L4.982%206l1.951%202.352a10%2010%200%200%200-.589%202.548L3.374%2012l2.952%201.099c.083.883.258%201.763.565%202.597l-1.894%202.283l2.819-.426a8%208%200%200%200%202.025%202.08l-.47%202.751l2.247-1.806c.864.333%201.78.523%202.705.597L15.372%2024l1.059-2.846c1.418-.144%202.841-.46%204.103-1.144c-.229-1.019-.468-2.035-.692-3.055c-2.042%201.044-4.605%201.442-6.736.403c-1.763-.896-2.773-2.842-2.911-4.785c-.152-2.15.502-4.51%202.314-5.801c1.724-1.192%204.024-1.208%205.964-.586c.428.149.836.353%201.224.603q.459-1.578.93-3.154c-1.32-.674-2.811-.98-4.291-1.044L15.372%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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