pinescript logo

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

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

Use the pinescript logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.785 16.14L.124 21.287a.66.66 0 0 0 .536 1.044h22.681a.662.662 0 0 0 .536-1.045l-4.2-5.927l-1.979 1.161a1.98 1.98 0 0 1-1.976 1.913a1.98 1.98 0 0 1-1.97-2.147l-3.173-2.328a1.97 1.97 0 0 1-2.674-.164zm7.693-14.194L3.813 12.732a.663.663 0 0 0 .197.95l.691.417l2.66-1.515a2 2 0 0 1-.007-.163a1.98 1.98 0 0 1 1.977-1.982a1.98 1.98 0 0 1 1.935 2.385l3.047 2.237a1.972 1.972 0 0 1 2.969.172l2.831-1.66a.665.665 0 0 0 .068-.849L12.553 1.948a.658.658 0 0 0-1.075-.002"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsPinescript(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="M3.785 16.14L.124 21.287a.66.66 0 0 0 .536 1.044h22.681a.662.662 0 0 0 .536-1.045l-4.2-5.927l-1.979 1.161a1.98 1.98 0 0 1-1.976 1.913a1.98 1.98 0 0 1-1.97-2.147l-3.173-2.328a1.97 1.97 0 0 1-2.674-.164zm7.693-14.194L3.813 12.732a.663.663 0 0 0 .197.95l.691.417l2.66-1.515a2 2 0 0 1-.007-.163a1.98 1.98 0 0 1 1.977-1.982a1.98 1.98 0 0 1 1.935 2.385l3.047 2.237a1.972 1.972 0 0 1 2.969.172l2.831-1.66a.665.665 0 0 0 .068-.849L12.553 1.948a.658.658 0 0 0-1.075-.002"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.785 16.14L.124 21.287a.66.66 0 0 0 .536 1.044h22.681a.662.662 0 0 0 .536-1.045l-4.2-5.927l-1.979 1.161a1.98 1.98 0 0 1-1.976 1.913a1.98 1.98 0 0 1-1.97-2.147l-3.173-2.328a1.97 1.97 0 0 1-2.674-.164zm7.693-14.194L3.813 12.732a.663.663 0 0 0 .197.95l.691.417l2.66-1.515a2 2 0 0 1-.007-.163a1.98 1.98 0 0 1 1.977-1.982a1.98 1.98 0 0 1 1.935 2.385l3.047 2.237a1.972 1.972 0 0 1 2.969.172l2.831-1.66a.665.665 0 0 0 .068-.849L12.553 1.948a.658.658 0 0 0-1.075-.002"/></svg>
</template>

CSS

.icon-pinescript {
  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%22M3.785%2016.14L.124%2021.287a.66.66%200%200%200%20.536%201.044h22.681a.662.662%200%200%200%20.536-1.045l-4.2-5.927l-1.979%201.161a1.98%201.98%200%200%201-1.976%201.913a1.98%201.98%200%200%201-1.97-2.147l-3.173-2.328a1.97%201.97%200%200%201-2.674-.164zm7.693-14.194L3.813%2012.732a.663.663%200%200%200%20.197.95l.691.417l2.66-1.515a2%202%200%200%201-.007-.163a1.98%201.98%200%200%201%201.977-1.982a1.98%201.98%200%200%201%201.935%202.385l3.047%202.237a1.972%201.972%200%200%201%202.969.172l2.831-1.66a.665.665%200%200%200%20.068-.849L12.553%201.948a.658.658%200%200%200-1.075-.002%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%22M3.785%2016.14L.124%2021.287a.66.66%200%200%200%20.536%201.044h22.681a.662.662%200%200%200%20.536-1.045l-4.2-5.927l-1.979%201.161a1.98%201.98%200%200%201-1.976%201.913a1.98%201.98%200%200%201-1.97-2.147l-3.173-2.328a1.97%201.97%200%200%201-2.674-.164zm7.693-14.194L3.813%2012.732a.663.663%200%200%200%20.197.95l.691.417l2.66-1.515a2%202%200%200%201-.007-.163a1.98%201.98%200%200%201%201.977-1.982a1.98%201.98%200%200%201%201.935%202.385l3.047%202.237a1.972%201.972%200%200%201%202.969.172l2.831-1.66a.665.665%200%200%200%20.068-.849L12.553%201.948a.658.658%200%200%200-1.075-.002%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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