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

Name
velite
Set
Material Icon Theme
Style
Color
Viewbox
16×16
License
MIT

Use the velite logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="#43a047" d="m5.767 7.155l.918 2.46L5 13L1 3.014c.444 0 .866.107 1.267.221c1.433.408 2.594 1.594 3.5 3.92"/><path fill="#26a69a" d="M15 3.014c-1.357-.423-2.581.024-3.602.943L6.75 8.285C4.833 10.077 3.69 9.871 3 8l2 5z"/></g></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeVelite(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="#43a047" d="m5.767 7.155l.918 2.46L5 13L1 3.014c.444 0 .866.107 1.267.221c1.433.408 2.594 1.594 3.5 3.92"/><path fill="#26a69a" d="M15 3.014c-1.357-.423-2.581.024-3.602.943L6.75 8.285C4.833 10.077 3.69 9.871 3 8l2 5z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="#43a047" d="m5.767 7.155l.918 2.46L5 13L1 3.014c.444 0 .866.107 1.267.221c1.433.408 2.594 1.594 3.5 3.92"/><path fill="#26a69a" d="M15 3.014c-1.357-.423-2.581.024-3.602.943L6.75 8.285C4.833 10.077 3.69 9.871 3 8l2 5z"/></g></svg>
</template>

CSS

.icon-velite {
  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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2343a047%22%20d%3D%22m5.767%207.155l.918%202.46L5%2013L1%203.014c.444%200%20.866.107%201.267.221c1.433.408%202.594%201.594%203.5%203.92%22%2F%3E%3Cpath%20fill%3D%22%2326a69a%22%20d%3D%22M15%203.014c-1.357-.423-2.581.024-3.602.943L6.75%208.285C4.833%2010.077%203.69%209.871%203%208l2%205z%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2343a047%22%20d%3D%22m5.767%207.155l.918%202.46L5%2013L1%203.014c.444%200%20.866.107%201.267.221c1.433.408%202.594%201.594%203.5%203.92%22%2F%3E%3Cpath%20fill%3D%22%2326a69a%22%20d%3D%22M15%203.014c-1.357-.423-2.581.024-3.602.943L6.75%208.285C4.833%2010.077%203.69%209.871%203%208l2%205z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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