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

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

The same logo in other sets

Use the playwright logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ef5350" d="M9.708 15.968v-1.429l-3.97 1.125s.294-1.703 2.364-2.291a3.45 3.45 0 0 1 1.605-.091v-5.86h1.988a12 12 0 0 0-.601-1.541c-.291-.591-.589-.2-1.266.367c-.477.398-1.682 1.248-3.495 1.737s-3.278.359-3.89.253c-.867-.15-1.321-.341-1.278.32c.037.58.175 1.483.492 2.673c.688 2.58 2.957 7.55 7.245 6.395c1.12-.302 1.91-.898 2.459-1.66H9.708zm-6.404-4.701l3.047-.803s-.09 1.173-1.232 1.474s-1.816-.671-1.816-.671z"/><path fill="#4caf50" d="M21.178 7.49c-.792.14-2.694.312-5.042-.318c-2.35-.63-3.908-1.729-4.526-2.246c-.876-.733-1.26-1.244-1.64-.473c-.335.68-.763 1.786-1.178 3.337c-.898 3.354-1.57 10.432 3.985 11.921s8.512-4.978 9.41-8.333c.416-1.548.597-2.72.647-3.477c.058-.857-.53-.608-1.656-.41zm-11.162 2.776s.875-1.363 2.36-.94c1.486.422 1.6 2.065 1.6 2.065zm3.624 6.11c-2.611-.765-3.014-2.848-3.014-2.848l7.016 1.962s-1.416 1.64-4.002.886m2.482-4.28s.874-1.362 2.358-.938s1.602 2.065 1.602 2.065z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemePlaywright(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ef5350" d="M9.708 15.968v-1.429l-3.97 1.125s.294-1.703 2.364-2.291a3.45 3.45 0 0 1 1.605-.091v-5.86h1.988a12 12 0 0 0-.601-1.541c-.291-.591-.589-.2-1.266.367c-.477.398-1.682 1.248-3.495 1.737s-3.278.359-3.89.253c-.867-.15-1.321-.341-1.278.32c.037.58.175 1.483.492 2.673c.688 2.58 2.957 7.55 7.245 6.395c1.12-.302 1.91-.898 2.459-1.66H9.708zm-6.404-4.701l3.047-.803s-.09 1.173-1.232 1.474s-1.816-.671-1.816-.671z"/><path fill="#4caf50" d="M21.178 7.49c-.792.14-2.694.312-5.042-.318c-2.35-.63-3.908-1.729-4.526-2.246c-.876-.733-1.26-1.244-1.64-.473c-.335.68-.763 1.786-1.178 3.337c-.898 3.354-1.57 10.432 3.985 11.921s8.512-4.978 9.41-8.333c.416-1.548.597-2.72.647-3.477c.058-.857-.53-.608-1.656-.41zm-11.162 2.776s.875-1.363 2.36-.94c1.486.422 1.6 2.065 1.6 2.065zm3.624 6.11c-2.611-.765-3.014-2.848-3.014-2.848l7.016 1.962s-1.416 1.64-4.002.886m2.482-4.28s.874-1.362 2.358-.938s1.602 2.065 1.602 2.065z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ef5350" d="M9.708 15.968v-1.429l-3.97 1.125s.294-1.703 2.364-2.291a3.45 3.45 0 0 1 1.605-.091v-5.86h1.988a12 12 0 0 0-.601-1.541c-.291-.591-.589-.2-1.266.367c-.477.398-1.682 1.248-3.495 1.737s-3.278.359-3.89.253c-.867-.15-1.321-.341-1.278.32c.037.58.175 1.483.492 2.673c.688 2.58 2.957 7.55 7.245 6.395c1.12-.302 1.91-.898 2.459-1.66H9.708zm-6.404-4.701l3.047-.803s-.09 1.173-1.232 1.474s-1.816-.671-1.816-.671z"/><path fill="#4caf50" d="M21.178 7.49c-.792.14-2.694.312-5.042-.318c-2.35-.63-3.908-1.729-4.526-2.246c-.876-.733-1.26-1.244-1.64-.473c-.335.68-.763 1.786-1.178 3.337c-.898 3.354-1.57 10.432 3.985 11.921s8.512-4.978 9.41-8.333c.416-1.548.597-2.72.647-3.477c.058-.857-.53-.608-1.656-.41zm-11.162 2.776s.875-1.363 2.36-.94c1.486.422 1.6 2.065 1.6 2.065zm3.624 6.11c-2.611-.765-3.014-2.848-3.014-2.848l7.016 1.962s-1.416 1.64-4.002.886m2.482-4.28s.874-1.362 2.358-.938s1.602 2.065 1.602 2.065z"/></svg>
</template>

CSS

.icon-playwright {
  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%23ef5350%22%20d%3D%22M9.708%2015.968v-1.429l-3.97%201.125s.294-1.703%202.364-2.291a3.45%203.45%200%200%201%201.605-.091v-5.86h1.988a12%2012%200%200%200-.601-1.541c-.291-.591-.589-.2-1.266.367c-.477.398-1.682%201.248-3.495%201.737s-3.278.359-3.89.253c-.867-.15-1.321-.341-1.278.32c.037.58.175%201.483.492%202.673c.688%202.58%202.957%207.55%207.245%206.395c1.12-.302%201.91-.898%202.459-1.66H9.708zm-6.404-4.701l3.047-.803s-.09%201.173-1.232%201.474s-1.816-.671-1.816-.671z%22%2F%3E%3Cpath%20fill%3D%22%234caf50%22%20d%3D%22M21.178%207.49c-.792.14-2.694.312-5.042-.318c-2.35-.63-3.908-1.729-4.526-2.246c-.876-.733-1.26-1.244-1.64-.473c-.335.68-.763%201.786-1.178%203.337c-.898%203.354-1.57%2010.432%203.985%2011.921s8.512-4.978%209.41-8.333c.416-1.548.597-2.72.647-3.477c.058-.857-.53-.608-1.656-.41zm-11.162%202.776s.875-1.363%202.36-.94c1.486.422%201.6%202.065%201.6%202.065zm3.624%206.11c-2.611-.765-3.014-2.848-3.014-2.848l7.016%201.962s-1.416%201.64-4.002.886m2.482-4.28s.874-1.362%202.358-.938s1.602%202.065%201.602%202.065z%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%23ef5350%22%20d%3D%22M9.708%2015.968v-1.429l-3.97%201.125s.294-1.703%202.364-2.291a3.45%203.45%200%200%201%201.605-.091v-5.86h1.988a12%2012%200%200%200-.601-1.541c-.291-.591-.589-.2-1.266.367c-.477.398-1.682%201.248-3.495%201.737s-3.278.359-3.89.253c-.867-.15-1.321-.341-1.278.32c.037.58.175%201.483.492%202.673c.688%202.58%202.957%207.55%207.245%206.395c1.12-.302%201.91-.898%202.459-1.66H9.708zm-6.404-4.701l3.047-.803s-.09%201.173-1.232%201.474s-1.816-.671-1.816-.671z%22%2F%3E%3Cpath%20fill%3D%22%234caf50%22%20d%3D%22M21.178%207.49c-.792.14-2.694.312-5.042-.318c-2.35-.63-3.908-1.729-4.526-2.246c-.876-.733-1.26-1.244-1.64-.473c-.335.68-.763%201.786-1.178%203.337c-.898%203.354-1.57%2010.432%203.985%2011.921s8.512-4.978%209.41-8.333c.416-1.548.597-2.72.647-3.477c.058-.857-.53-.608-1.656-.41zm-11.162%202.776s.875-1.363%202.36-.94c1.486.422%201.6%202.065%201.6%202.065zm3.624%206.11c-2.611-.765-3.014-2.848-3.014-2.848l7.016%201.962s-1.416%201.64-4.002.886m2.482-4.28s.874-1.362%202.358-.938s1.602%202.065%201.602%202.065z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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