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

Name
jest
Set
Material Icon Theme
Style
Color
Viewbox
32×32
License
MIT

The same logo in other sets

Use the jest logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f4511e" d="m21.032 8l-1.878 4L20 13.998h2L22.928 12z"/><path fill="#f4511e" d="m14 2l2 8h2l3.032-6L24 10h2l2-8zm14 18h-2a4.34 4.34 0 0 1-4-4h-2a4.17 4.17 0 0 1-4.23 3.87c-1.522 2.38-5.155 4.283-7.77 5.148A4.724 4.724 0 0 1 5 20H4c-4.718 7.978 3.064 13.219 10.955 7.895C18.85 24.497 29.658 27.487 28 20"/><circle cx="7" cy="15" r="3" fill="#f4511e"/><circle cx="27" cy="15" r="3" fill="#f4511e"/><circle cx="16" cy="16" r="2" fill="#f4511e"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeJest(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f4511e" d="m21.032 8l-1.878 4L20 13.998h2L22.928 12z"/><path fill="#f4511e" d="m14 2l2 8h2l3.032-6L24 10h2l2-8zm14 18h-2a4.34 4.34 0 0 1-4-4h-2a4.17 4.17 0 0 1-4.23 3.87c-1.522 2.38-5.155 4.283-7.77 5.148A4.724 4.724 0 0 1 5 20H4c-4.718 7.978 3.064 13.219 10.955 7.895C18.85 24.497 29.658 27.487 28 20"/><circle cx="7" cy="15" r="3" fill="#f4511e"/><circle cx="27" cy="15" r="3" fill="#f4511e"/><circle cx="16" cy="16" r="2" fill="#f4511e"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f4511e" d="m21.032 8l-1.878 4L20 13.998h2L22.928 12z"/><path fill="#f4511e" d="m14 2l2 8h2l3.032-6L24 10h2l2-8zm14 18h-2a4.34 4.34 0 0 1-4-4h-2a4.17 4.17 0 0 1-4.23 3.87c-1.522 2.38-5.155 4.283-7.77 5.148A4.724 4.724 0 0 1 5 20H4c-4.718 7.978 3.064 13.219 10.955 7.895C18.85 24.497 29.658 27.487 28 20"/><circle cx="7" cy="15" r="3" fill="#f4511e"/><circle cx="27" cy="15" r="3" fill="#f4511e"/><circle cx="16" cy="16" r="2" fill="#f4511e"/></svg>
</template>

CSS

.icon-jest {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22%23f4511e%22%20d%3D%22m21.032%208l-1.878%204L20%2013.998h2L22.928%2012z%22%2F%3E%3Cpath%20fill%3D%22%23f4511e%22%20d%3D%22m14%202l2%208h2l3.032-6L24%2010h2l2-8zm14%2018h-2a4.34%204.34%200%200%201-4-4h-2a4.17%204.17%200%200%201-4.23%203.87c-1.522%202.38-5.155%204.283-7.77%205.148A4.724%204.724%200%200%201%205%2020H4c-4.718%207.978%203.064%2013.219%2010.955%207.895C18.85%2024.497%2029.658%2027.487%2028%2020%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%2215%22%20r%3D%223%22%20fill%3D%22%23f4511e%22%2F%3E%3Ccircle%20cx%3D%2227%22%20cy%3D%2215%22%20r%3D%223%22%20fill%3D%22%23f4511e%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%222%22%20fill%3D%22%23f4511e%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%2032%2032%22%3E%3Cpath%20fill%3D%22%23f4511e%22%20d%3D%22m21.032%208l-1.878%204L20%2013.998h2L22.928%2012z%22%2F%3E%3Cpath%20fill%3D%22%23f4511e%22%20d%3D%22m14%202l2%208h2l3.032-6L24%2010h2l2-8zm14%2018h-2a4.34%204.34%200%200%201-4-4h-2a4.17%204.17%200%200%201-4.23%203.87c-1.522%202.38-5.155%204.283-7.77%205.148A4.724%204.724%200%200%201%205%2020H4c-4.718%207.978%203.064%2013.219%2010.955%207.895C18.85%2024.497%2029.658%2027.487%2028%2020%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%2215%22%20r%3D%223%22%20fill%3D%22%23f4511e%22%2F%3E%3Ccircle%20cx%3D%2227%22%20cy%3D%2215%22%20r%3D%223%22%20fill%3D%22%23f4511e%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%222%22%20fill%3D%22%23f4511e%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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