pinejs from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
pinejs
Set
Material Icon Theme
Style
Color
Viewbox
24×24
License
MIT

Use the pinejs logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#66bb6a" d="M12.038 3.115c-.134.002-.271.083-.426.24c-.467.478-6.764 9.388-6.764 9.572c0 .264.458.677.75.677c.154 0 .724-.24 1.268-.535c.712-.386 1.012-.635 1.075-.892c.254-1.04.873-1.57 1.827-1.57c.73 0 1.494.723 1.6 1.517c.073.542.174.66 1.259 1.463c.649.48 1.244.874 1.323.874c.08 0 .328-.096.553-.214c.545-.284.886-.27 1.482.063c.273.152.556.28.627.285c.22.014 2.389-1.307 2.463-1.5c.038-.1 0-.311-.083-.47c-.119-.22-5.243-7.495-6.42-9.114c-.195-.267-.362-.397-.534-.396"/><path fill="#388e3c" d="m8.392 13.584l-3.472 1.97l-1.534 2.13c-1.614 2.241-1.82 2.643-1.534 2.988c.153.184 1.488.212 10.068.212c5.44 0 9.994-.039 10.118-.086c.124-.048.226-.23.226-.407c0-.341-3.33-5.189-3.648-5.31c-.383-.148-1.491.674-1.841 1.364c-.392.773-.883 1.085-1.674 1.064c-.698-.018-1.306-.55-1.574-1.378c-.154-.478-.397-.725-1.457-1.485c-.862-.618-1.345-.88-1.499-.811c-.502.223-1.274.217-1.72-.014z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemePinejs(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#66bb6a" d="M12.038 3.115c-.134.002-.271.083-.426.24c-.467.478-6.764 9.388-6.764 9.572c0 .264.458.677.75.677c.154 0 .724-.24 1.268-.535c.712-.386 1.012-.635 1.075-.892c.254-1.04.873-1.57 1.827-1.57c.73 0 1.494.723 1.6 1.517c.073.542.174.66 1.259 1.463c.649.48 1.244.874 1.323.874c.08 0 .328-.096.553-.214c.545-.284.886-.27 1.482.063c.273.152.556.28.627.285c.22.014 2.389-1.307 2.463-1.5c.038-.1 0-.311-.083-.47c-.119-.22-5.243-7.495-6.42-9.114c-.195-.267-.362-.397-.534-.396"/><path fill="#388e3c" d="m8.392 13.584l-3.472 1.97l-1.534 2.13c-1.614 2.241-1.82 2.643-1.534 2.988c.153.184 1.488.212 10.068.212c5.44 0 9.994-.039 10.118-.086c.124-.048.226-.23.226-.407c0-.341-3.33-5.189-3.648-5.31c-.383-.148-1.491.674-1.841 1.364c-.392.773-.883 1.085-1.674 1.064c-.698-.018-1.306-.55-1.574-1.378c-.154-.478-.397-.725-1.457-1.485c-.862-.618-1.345-.88-1.499-.811c-.502.223-1.274.217-1.72-.014z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#66bb6a" d="M12.038 3.115c-.134.002-.271.083-.426.24c-.467.478-6.764 9.388-6.764 9.572c0 .264.458.677.75.677c.154 0 .724-.24 1.268-.535c.712-.386 1.012-.635 1.075-.892c.254-1.04.873-1.57 1.827-1.57c.73 0 1.494.723 1.6 1.517c.073.542.174.66 1.259 1.463c.649.48 1.244.874 1.323.874c.08 0 .328-.096.553-.214c.545-.284.886-.27 1.482.063c.273.152.556.28.627.285c.22.014 2.389-1.307 2.463-1.5c.038-.1 0-.311-.083-.47c-.119-.22-5.243-7.495-6.42-9.114c-.195-.267-.362-.397-.534-.396"/><path fill="#388e3c" d="m8.392 13.584l-3.472 1.97l-1.534 2.13c-1.614 2.241-1.82 2.643-1.534 2.988c.153.184 1.488.212 10.068.212c5.44 0 9.994-.039 10.118-.086c.124-.048.226-.23.226-.407c0-.341-3.33-5.189-3.648-5.31c-.383-.148-1.491.674-1.841 1.364c-.392.773-.883 1.085-1.674 1.064c-.698-.018-1.306-.55-1.574-1.378c-.154-.478-.397-.725-1.457-1.485c-.862-.618-1.345-.88-1.499-.811c-.502.223-1.274.217-1.72-.014z"/></svg>
</template>

CSS

.icon-pinejs {
  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%22%2366bb6a%22%20d%3D%22M12.038%203.115c-.134.002-.271.083-.426.24c-.467.478-6.764%209.388-6.764%209.572c0%20.264.458.677.75.677c.154%200%20.724-.24%201.268-.535c.712-.386%201.012-.635%201.075-.892c.254-1.04.873-1.57%201.827-1.57c.73%200%201.494.723%201.6%201.517c.073.542.174.66%201.259%201.463c.649.48%201.244.874%201.323.874c.08%200%20.328-.096.553-.214c.545-.284.886-.27%201.482.063c.273.152.556.28.627.285c.22.014%202.389-1.307%202.463-1.5c.038-.1%200-.311-.083-.47c-.119-.22-5.243-7.495-6.42-9.114c-.195-.267-.362-.397-.534-.396%22%2F%3E%3Cpath%20fill%3D%22%23388e3c%22%20d%3D%22m8.392%2013.584l-3.472%201.97l-1.534%202.13c-1.614%202.241-1.82%202.643-1.534%202.988c.153.184%201.488.212%2010.068.212c5.44%200%209.994-.039%2010.118-.086c.124-.048.226-.23.226-.407c0-.341-3.33-5.189-3.648-5.31c-.383-.148-1.491.674-1.841%201.364c-.392.773-.883%201.085-1.674%201.064c-.698-.018-1.306-.55-1.574-1.378c-.154-.478-.397-.725-1.457-1.485c-.862-.618-1.345-.88-1.499-.811c-.502.223-1.274.217-1.72-.014z%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%22%2366bb6a%22%20d%3D%22M12.038%203.115c-.134.002-.271.083-.426.24c-.467.478-6.764%209.388-6.764%209.572c0%20.264.458.677.75.677c.154%200%20.724-.24%201.268-.535c.712-.386%201.012-.635%201.075-.892c.254-1.04.873-1.57%201.827-1.57c.73%200%201.494.723%201.6%201.517c.073.542.174.66%201.259%201.463c.649.48%201.244.874%201.323.874c.08%200%20.328-.096.553-.214c.545-.284.886-.27%201.482.063c.273.152.556.28.627.285c.22.014%202.389-1.307%202.463-1.5c.038-.1%200-.311-.083-.47c-.119-.22-5.243-7.495-6.42-9.114c-.195-.267-.362-.397-.534-.396%22%2F%3E%3Cpath%20fill%3D%22%23388e3c%22%20d%3D%22m8.392%2013.584l-3.472%201.97l-1.534%202.13c-1.614%202.241-1.82%202.643-1.534%202.988c.153.184%201.488.212%2010.068.212c5.44%200%209.994-.039%2010.118-.086c.124-.048.226-.23.226-.407c0-.341-3.33-5.189-3.648-5.31c-.383-.148-1.491.674-1.841%201.364c-.392.773-.883%201.085-1.674%201.064c-.698-.018-1.306-.55-1.574-1.378c-.154-.478-.397-.725-1.457-1.485c-.862-.618-1.345-.88-1.499-.811c-.502.223-1.274.217-1.72-.014z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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