30secondsofcode logo

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

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

Use the 30secondsofcode logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.895 12c0 .734-.593 1.328-1.324 1.328h-.58a6.67 6.67 0 0 1-.389 5.09a6.63 6.63 0 0 1-2.22 2.508a6.6 6.6 0 0 1-9.028-1.619l-.044-.06c-.47-.563-.397-1.4.163-1.872a1.32 1.32 0 0 1 1.864.164l.158.207a3.97 3.97 0 0 0 3.523 1.63a3.96 3.96 0 0 0 3.226-2.163A3.997 3.997 0 0 0 7.771 12A3.98 3.98 0 0 0 9.45 9.927a4 4 0 0 0-1.537-4.644a3.96 3.96 0 0 0-5.417.971l-.158.208a1.32 1.32 0 0 1-1.864.163A1.33 1.33 0 0 1 .31 4.754l.044-.061a6.6 6.6 0 0 1 2.583-2.128a6.6 6.6 0 0 1 6.446.51a6.63 6.63 0 0 1 2.22 2.506a6.66 6.66 0 0 1 .389 5.09h.58c.73 0 1.323.595 1.323 1.329m-.067 5.21a8.3 8.3 0 0 1-1.196 2.811a6.63 6.63 0 0 0 4.717 1.964A6.654 6.654 0 0 0 24 15.328V8.672a6.654 6.654 0 0 0-6.651-6.657c-1.844 0-3.513.75-4.717 1.964a8.3 8.3 0 0 1 1.196 2.81a3.99 3.99 0 0 1 7.511 1.883v6.656a3.992 3.992 0 0 1-7.51 1.883Z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIcons30secondsofcode(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="M13.895 12c0 .734-.593 1.328-1.324 1.328h-.58a6.67 6.67 0 0 1-.389 5.09a6.63 6.63 0 0 1-2.22 2.508a6.6 6.6 0 0 1-9.028-1.619l-.044-.06c-.47-.563-.397-1.4.163-1.872a1.32 1.32 0 0 1 1.864.164l.158.207a3.97 3.97 0 0 0 3.523 1.63a3.96 3.96 0 0 0 3.226-2.163A3.997 3.997 0 0 0 7.771 12A3.98 3.98 0 0 0 9.45 9.927a4 4 0 0 0-1.537-4.644a3.96 3.96 0 0 0-5.417.971l-.158.208a1.32 1.32 0 0 1-1.864.163A1.33 1.33 0 0 1 .31 4.754l.044-.061a6.6 6.6 0 0 1 2.583-2.128a6.6 6.6 0 0 1 6.446.51a6.63 6.63 0 0 1 2.22 2.506a6.66 6.66 0 0 1 .389 5.09h.58c.73 0 1.323.595 1.323 1.329m-.067 5.21a8.3 8.3 0 0 1-1.196 2.811a6.63 6.63 0 0 0 4.717 1.964A6.654 6.654 0 0 0 24 15.328V8.672a6.654 6.654 0 0 0-6.651-6.657c-1.844 0-3.513.75-4.717 1.964a8.3 8.3 0 0 1 1.196 2.81a3.99 3.99 0 0 1 7.511 1.883v6.656a3.992 3.992 0 0 1-7.51 1.883Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.895 12c0 .734-.593 1.328-1.324 1.328h-.58a6.67 6.67 0 0 1-.389 5.09a6.63 6.63 0 0 1-2.22 2.508a6.6 6.6 0 0 1-9.028-1.619l-.044-.06c-.47-.563-.397-1.4.163-1.872a1.32 1.32 0 0 1 1.864.164l.158.207a3.97 3.97 0 0 0 3.523 1.63a3.96 3.96 0 0 0 3.226-2.163A3.997 3.997 0 0 0 7.771 12A3.98 3.98 0 0 0 9.45 9.927a4 4 0 0 0-1.537-4.644a3.96 3.96 0 0 0-5.417.971l-.158.208a1.32 1.32 0 0 1-1.864.163A1.33 1.33 0 0 1 .31 4.754l.044-.061a6.6 6.6 0 0 1 2.583-2.128a6.6 6.6 0 0 1 6.446.51a6.63 6.63 0 0 1 2.22 2.506a6.66 6.66 0 0 1 .389 5.09h.58c.73 0 1.323.595 1.323 1.329m-.067 5.21a8.3 8.3 0 0 1-1.196 2.811a6.63 6.63 0 0 0 4.717 1.964A6.654 6.654 0 0 0 24 15.328V8.672a6.654 6.654 0 0 0-6.651-6.657c-1.844 0-3.513.75-4.717 1.964a8.3 8.3 0 0 1 1.196 2.81a3.99 3.99 0 0 1 7.511 1.883v6.656a3.992 3.992 0 0 1-7.51 1.883Z"/></svg>
</template>

CSS

.icon-30secondsofcode {
  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%22M13.895%2012c0%20.734-.593%201.328-1.324%201.328h-.58a6.67%206.67%200%200%201-.389%205.09a6.63%206.63%200%200%201-2.22%202.508a6.6%206.6%200%200%201-9.028-1.619l-.044-.06c-.47-.563-.397-1.4.163-1.872a1.32%201.32%200%200%201%201.864.164l.158.207a3.97%203.97%200%200%200%203.523%201.63a3.96%203.96%200%200%200%203.226-2.163A3.997%203.997%200%200%200%207.771%2012A3.98%203.98%200%200%200%209.45%209.927a4%204%200%200%200-1.537-4.644a3.96%203.96%200%200%200-5.417.971l-.158.208a1.32%201.32%200%200%201-1.864.163A1.33%201.33%200%200%201%20.31%204.754l.044-.061a6.6%206.6%200%200%201%202.583-2.128a6.6%206.6%200%200%201%206.446.51a6.63%206.63%200%200%201%202.22%202.506a6.66%206.66%200%200%201%20.389%205.09h.58c.73%200%201.323.595%201.323%201.329m-.067%205.21a8.3%208.3%200%200%201-1.196%202.811a6.63%206.63%200%200%200%204.717%201.964A6.654%206.654%200%200%200%2024%2015.328V8.672a6.654%206.654%200%200%200-6.651-6.657c-1.844%200-3.513.75-4.717%201.964a8.3%208.3%200%200%201%201.196%202.81a3.99%203.99%200%200%201%207.511%201.883v6.656a3.992%203.992%200%200%201-7.51%201.883Z%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%22M13.895%2012c0%20.734-.593%201.328-1.324%201.328h-.58a6.67%206.67%200%200%201-.389%205.09a6.63%206.63%200%200%201-2.22%202.508a6.6%206.6%200%200%201-9.028-1.619l-.044-.06c-.47-.563-.397-1.4.163-1.872a1.32%201.32%200%200%201%201.864.164l.158.207a3.97%203.97%200%200%200%203.523%201.63a3.96%203.96%200%200%200%203.226-2.163A3.997%203.997%200%200%200%207.771%2012A3.98%203.98%200%200%200%209.45%209.927a4%204%200%200%200-1.537-4.644a3.96%203.96%200%200%200-5.417.971l-.158.208a1.32%201.32%200%200%201-1.864.163A1.33%201.33%200%200%201%20.31%204.754l.044-.061a6.6%206.6%200%200%201%202.583-2.128a6.6%206.6%200%200%201%206.446.51a6.63%206.63%200%200%201%202.22%202.506a6.66%206.66%200%200%201%20.389%205.09h.58c.73%200%201.323.595%201.323%201.329m-.067%205.21a8.3%208.3%200%200%201-1.196%202.811a6.63%206.63%200%200%200%204.717%201.964A6.654%206.654%200%200%200%2024%2015.328V8.672a6.654%206.654%200%200%200-6.651-6.657c-1.844%200-3.513.75-4.717%201.964a8.3%208.3%200%200%201%201.196%202.81a3.99%203.99%200%200%201%207.511%201.883v6.656a3.992%203.992%200%200%201-7.51%201.883Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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