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

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

The same logo in other sets

Use the selenium logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m23.174 3.468l-7.416 8.322a.23.23 0 0 1-.33 0l-3.786-3.9a.23.23 0 0 1 0-.282L12.872 6a.228.228 0 0 1 .366 0l2.106 2.346a.228.228 0 0 0 .342 0l5.94-8.094A.162.162 0 0 0 21.5 0H.716a.174.174 0 0 0-.174.174v23.652A.174.174 0 0 0 .716 24h22.566a.174.174 0 0 0 .174-.174V3.6a.162.162 0 0 0-.282-.132M6.932 21.366a5.7 5.7 0 0 1-4.05-1.44a.22.22 0 0 1 0-.288l.882-1.236a.222.222 0 0 1 .33-.036a4.34 4.34 0 0 0 2.964 1.158c1.158 0 1.722-.534 1.722-1.098c0-1.752-5.7-.552-5.7-4.278c0-1.65 1.428-3 3.756-3a5.57 5.57 0 0 1 3.708 1.242a.22.22 0 0 1 0 .3l-.906 1.2a.22.22 0 0 1-.318.036a4.3 4.3 0 0 0-2.706-.936c-.906 0-1.41.402-1.41.996c0 1.572 5.688.522 5.688 4.2c.006 1.812-1.284 3.18-3.96 3.18m12.438-3.432a.19.19 0 0 1-.192.192h-5.202a.06.06 0 0 0-.06.066a1.986 1.986 0 0 0 2.106 1.638a3.26 3.26 0 0 0 1.8-.6a.19.19 0 0 1 .276.042l.636.93a.2.2 0 0 1-.042.264a4.7 4.7 0 0 1-2.892.9a3.726 3.726 0 0 1-3.93-3.87a3.744 3.744 0 0 1 3.81-3.852c2.196 0 3.684 1.644 3.684 4.05zm-3.684-2.748a1.76 1.76 0 0 0-1.8 1.56a.06.06 0 0 0 .06.066h3.492a.06.06 0 0 0 .06-.066a1.7 1.7 0 0 0-1.812-1.56"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsSelenium(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="m23.174 3.468l-7.416 8.322a.23.23 0 0 1-.33 0l-3.786-3.9a.23.23 0 0 1 0-.282L12.872 6a.228.228 0 0 1 .366 0l2.106 2.346a.228.228 0 0 0 .342 0l5.94-8.094A.162.162 0 0 0 21.5 0H.716a.174.174 0 0 0-.174.174v23.652A.174.174 0 0 0 .716 24h22.566a.174.174 0 0 0 .174-.174V3.6a.162.162 0 0 0-.282-.132M6.932 21.366a5.7 5.7 0 0 1-4.05-1.44a.22.22 0 0 1 0-.288l.882-1.236a.222.222 0 0 1 .33-.036a4.34 4.34 0 0 0 2.964 1.158c1.158 0 1.722-.534 1.722-1.098c0-1.752-5.7-.552-5.7-4.278c0-1.65 1.428-3 3.756-3a5.57 5.57 0 0 1 3.708 1.242a.22.22 0 0 1 0 .3l-.906 1.2a.22.22 0 0 1-.318.036a4.3 4.3 0 0 0-2.706-.936c-.906 0-1.41.402-1.41.996c0 1.572 5.688.522 5.688 4.2c.006 1.812-1.284 3.18-3.96 3.18m12.438-3.432a.19.19 0 0 1-.192.192h-5.202a.06.06 0 0 0-.06.066a1.986 1.986 0 0 0 2.106 1.638a3.26 3.26 0 0 0 1.8-.6a.19.19 0 0 1 .276.042l.636.93a.2.2 0 0 1-.042.264a4.7 4.7 0 0 1-2.892.9a3.726 3.726 0 0 1-3.93-3.87a3.744 3.744 0 0 1 3.81-3.852c2.196 0 3.684 1.644 3.684 4.05zm-3.684-2.748a1.76 1.76 0 0 0-1.8 1.56a.06.06 0 0 0 .06.066h3.492a.06.06 0 0 0 .06-.066a1.7 1.7 0 0 0-1.812-1.56"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m23.174 3.468l-7.416 8.322a.23.23 0 0 1-.33 0l-3.786-3.9a.23.23 0 0 1 0-.282L12.872 6a.228.228 0 0 1 .366 0l2.106 2.346a.228.228 0 0 0 .342 0l5.94-8.094A.162.162 0 0 0 21.5 0H.716a.174.174 0 0 0-.174.174v23.652A.174.174 0 0 0 .716 24h22.566a.174.174 0 0 0 .174-.174V3.6a.162.162 0 0 0-.282-.132M6.932 21.366a5.7 5.7 0 0 1-4.05-1.44a.22.22 0 0 1 0-.288l.882-1.236a.222.222 0 0 1 .33-.036a4.34 4.34 0 0 0 2.964 1.158c1.158 0 1.722-.534 1.722-1.098c0-1.752-5.7-.552-5.7-4.278c0-1.65 1.428-3 3.756-3a5.57 5.57 0 0 1 3.708 1.242a.22.22 0 0 1 0 .3l-.906 1.2a.22.22 0 0 1-.318.036a4.3 4.3 0 0 0-2.706-.936c-.906 0-1.41.402-1.41.996c0 1.572 5.688.522 5.688 4.2c.006 1.812-1.284 3.18-3.96 3.18m12.438-3.432a.19.19 0 0 1-.192.192h-5.202a.06.06 0 0 0-.06.066a1.986 1.986 0 0 0 2.106 1.638a3.26 3.26 0 0 0 1.8-.6a.19.19 0 0 1 .276.042l.636.93a.2.2 0 0 1-.042.264a4.7 4.7 0 0 1-2.892.9a3.726 3.726 0 0 1-3.93-3.87a3.744 3.744 0 0 1 3.81-3.852c2.196 0 3.684 1.644 3.684 4.05zm-3.684-2.748a1.76 1.76 0 0 0-1.8 1.56a.06.06 0 0 0 .06.066h3.492a.06.06 0 0 0 .06-.066a1.7 1.7 0 0 0-1.812-1.56"/></svg>
</template>

CSS

.icon-selenium {
  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%22m23.174%203.468l-7.416%208.322a.23.23%200%200%201-.33%200l-3.786-3.9a.23.23%200%200%201%200-.282L12.872%206a.228.228%200%200%201%20.366%200l2.106%202.346a.228.228%200%200%200%20.342%200l5.94-8.094A.162.162%200%200%200%2021.5%200H.716a.174.174%200%200%200-.174.174v23.652A.174.174%200%200%200%20.716%2024h22.566a.174.174%200%200%200%20.174-.174V3.6a.162.162%200%200%200-.282-.132M6.932%2021.366a5.7%205.7%200%200%201-4.05-1.44a.22.22%200%200%201%200-.288l.882-1.236a.222.222%200%200%201%20.33-.036a4.34%204.34%200%200%200%202.964%201.158c1.158%200%201.722-.534%201.722-1.098c0-1.752-5.7-.552-5.7-4.278c0-1.65%201.428-3%203.756-3a5.57%205.57%200%200%201%203.708%201.242a.22.22%200%200%201%200%20.3l-.906%201.2a.22.22%200%200%201-.318.036a4.3%204.3%200%200%200-2.706-.936c-.906%200-1.41.402-1.41.996c0%201.572%205.688.522%205.688%204.2c.006%201.812-1.284%203.18-3.96%203.18m12.438-3.432a.19.19%200%200%201-.192.192h-5.202a.06.06%200%200%200-.06.066a1.986%201.986%200%200%200%202.106%201.638a3.26%203.26%200%200%200%201.8-.6a.19.19%200%200%201%20.276.042l.636.93a.2.2%200%200%201-.042.264a4.7%204.7%200%200%201-2.892.9a3.726%203.726%200%200%201-3.93-3.87a3.744%203.744%200%200%201%203.81-3.852c2.196%200%203.684%201.644%203.684%204.05zm-3.684-2.748a1.76%201.76%200%200%200-1.8%201.56a.06.06%200%200%200%20.06.066h3.492a.06.06%200%200%200%20.06-.066a1.7%201.7%200%200%200-1.812-1.56%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%22m23.174%203.468l-7.416%208.322a.23.23%200%200%201-.33%200l-3.786-3.9a.23.23%200%200%201%200-.282L12.872%206a.228.228%200%200%201%20.366%200l2.106%202.346a.228.228%200%200%200%20.342%200l5.94-8.094A.162.162%200%200%200%2021.5%200H.716a.174.174%200%200%200-.174.174v23.652A.174.174%200%200%200%20.716%2024h22.566a.174.174%200%200%200%20.174-.174V3.6a.162.162%200%200%200-.282-.132M6.932%2021.366a5.7%205.7%200%200%201-4.05-1.44a.22.22%200%200%201%200-.288l.882-1.236a.222.222%200%200%201%20.33-.036a4.34%204.34%200%200%200%202.964%201.158c1.158%200%201.722-.534%201.722-1.098c0-1.752-5.7-.552-5.7-4.278c0-1.65%201.428-3%203.756-3a5.57%205.57%200%200%201%203.708%201.242a.22.22%200%200%201%200%20.3l-.906%201.2a.22.22%200%200%201-.318.036a4.3%204.3%200%200%200-2.706-.936c-.906%200-1.41.402-1.41.996c0%201.572%205.688.522%205.688%204.2c.006%201.812-1.284%203.18-3.96%203.18m12.438-3.432a.19.19%200%200%201-.192.192h-5.202a.06.06%200%200%200-.06.066a1.986%201.986%200%200%200%202.106%201.638a3.26%203.26%200%200%200%201.8-.6a.19.19%200%200%201%20.276.042l.636.93a.2.2%200%200%201-.042.264a4.7%204.7%200%200%201-2.892.9a3.726%203.726%200%200%201-3.93-3.87a3.744%203.744%200%200%201%203.81-3.852c2.196%200%203.684%201.644%203.684%204.05zm-3.684-2.748a1.76%201.76%200%200%200-1.8%201.56a.06.06%200%200%200%20.06.066h3.492a.06.06%200%200%200%20.06-.066a1.7%201.7%200%200%200-1.812-1.56%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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