selenium logo
selenium from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- selenium
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×269
- License
- CC0
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 256 269"><path fill="#2cb134" d="M234.153.003a1.72 1.72 0 0 1 1.533 2.683l-66.298 90.057a2.56 2.56 0 0 1-3.832 0l-23.377-26.059a2.713 2.713 0 0 0-4.215.384l-14.18 18.011a3 3 0 0 0 .384 3.066l42.154 43.687a2.56 2.56 0 0 0 3.833 0L252.93 38.71a1.77 1.77 0 0 1 3.066 1.15v226.485a1.81 1.81 0 0 1-1.917 1.916H1.92a1.81 1.81 0 0 1-1.917-1.916V1.92A1.81 1.81 0 0 1 1.92.003ZM169.005 152.91a41.817 41.817 0 0 0-42.538 42.92c0 26.443 19.161 43.305 44.07 43.305a52.76 52.76 0 0 0 32.192-9.964a2.37 2.37 0 0 0 .383-3.066l-6.898-10.347a2.32 2.32 0 0 0-3.066-.383a37.45 37.45 0 0 1-20.31 6.515c-13.414 0-21.845-8.431-23.377-18.395a.824.824 0 0 1 .766-.766h57.867a2.47 2.47 0 0 0 2.299-2.3v-2.3c0-26.825-16.862-45.22-41.388-45.22m-57.1-14.563a61.35 61.35 0 0 0-41.389-13.796c-26.059 0-42.154 15.329-42.154 33.724c0 41.771 63.615 28.358 63.615 47.903c0 6.131-6.132 12.263-19.161 12.263a48.16 48.16 0 0 1-33.34-13.03a2.56 2.56 0 0 0-3.833.383L25.68 219.59a2.37 2.37 0 0 0 .384 3.066c10.347 9.58 24.91 16.096 45.22 16.096c29.891 0 44.454-15.33 45.22-35.257c0-41.388-63.615-29.508-63.615-47.136c0-6.515 5.749-11.114 15.712-11.114a47.56 47.56 0 0 1 30.275 10.347a2.426 2.426 0 0 0 3.449-.383l9.964-13.413a2.426 2.426 0 0 0-.383-3.449m57.483 31.424c10.423-.583 19.422 7.227 20.311 17.629a.824.824 0 0 1-.766.766h-39.09a.824.824 0 0 1-.766-.766c1.282-10.198 10.035-17.795 20.311-17.629"/></svg>
React
import type { SVGProps } from "react";
export function LogosSelenium(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 269"><path fill="#2cb134" d="M234.153.003a1.72 1.72 0 0 1 1.533 2.683l-66.298 90.057a2.56 2.56 0 0 1-3.832 0l-23.377-26.059a2.713 2.713 0 0 0-4.215.384l-14.18 18.011a3 3 0 0 0 .384 3.066l42.154 43.687a2.56 2.56 0 0 0 3.833 0L252.93 38.71a1.77 1.77 0 0 1 3.066 1.15v226.485a1.81 1.81 0 0 1-1.917 1.916H1.92a1.81 1.81 0 0 1-1.917-1.916V1.92A1.81 1.81 0 0 1 1.92.003ZM169.005 152.91a41.817 41.817 0 0 0-42.538 42.92c0 26.443 19.161 43.305 44.07 43.305a52.76 52.76 0 0 0 32.192-9.964a2.37 2.37 0 0 0 .383-3.066l-6.898-10.347a2.32 2.32 0 0 0-3.066-.383a37.45 37.45 0 0 1-20.31 6.515c-13.414 0-21.845-8.431-23.377-18.395a.824.824 0 0 1 .766-.766h57.867a2.47 2.47 0 0 0 2.299-2.3v-2.3c0-26.825-16.862-45.22-41.388-45.22m-57.1-14.563a61.35 61.35 0 0 0-41.389-13.796c-26.059 0-42.154 15.329-42.154 33.724c0 41.771 63.615 28.358 63.615 47.903c0 6.131-6.132 12.263-19.161 12.263a48.16 48.16 0 0 1-33.34-13.03a2.56 2.56 0 0 0-3.833.383L25.68 219.59a2.37 2.37 0 0 0 .384 3.066c10.347 9.58 24.91 16.096 45.22 16.096c29.891 0 44.454-15.33 45.22-35.257c0-41.388-63.615-29.508-63.615-47.136c0-6.515 5.749-11.114 15.712-11.114a47.56 47.56 0 0 1 30.275 10.347a2.426 2.426 0 0 0 3.449-.383l9.964-13.413a2.426 2.426 0 0 0-.383-3.449m57.483 31.424c10.423-.583 19.422 7.227 20.311 17.629a.824.824 0 0 1-.766.766h-39.09a.824.824 0 0 1-.766-.766c1.282-10.198 10.035-17.795 20.311-17.629"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 269"><path fill="#2cb134" d="M234.153.003a1.72 1.72 0 0 1 1.533 2.683l-66.298 90.057a2.56 2.56 0 0 1-3.832 0l-23.377-26.059a2.713 2.713 0 0 0-4.215.384l-14.18 18.011a3 3 0 0 0 .384 3.066l42.154 43.687a2.56 2.56 0 0 0 3.833 0L252.93 38.71a1.77 1.77 0 0 1 3.066 1.15v226.485a1.81 1.81 0 0 1-1.917 1.916H1.92a1.81 1.81 0 0 1-1.917-1.916V1.92A1.81 1.81 0 0 1 1.92.003ZM169.005 152.91a41.817 41.817 0 0 0-42.538 42.92c0 26.443 19.161 43.305 44.07 43.305a52.76 52.76 0 0 0 32.192-9.964a2.37 2.37 0 0 0 .383-3.066l-6.898-10.347a2.32 2.32 0 0 0-3.066-.383a37.45 37.45 0 0 1-20.31 6.515c-13.414 0-21.845-8.431-23.377-18.395a.824.824 0 0 1 .766-.766h57.867a2.47 2.47 0 0 0 2.299-2.3v-2.3c0-26.825-16.862-45.22-41.388-45.22m-57.1-14.563a61.35 61.35 0 0 0-41.389-13.796c-26.059 0-42.154 15.329-42.154 33.724c0 41.771 63.615 28.358 63.615 47.903c0 6.131-6.132 12.263-19.161 12.263a48.16 48.16 0 0 1-33.34-13.03a2.56 2.56 0 0 0-3.833.383L25.68 219.59a2.37 2.37 0 0 0 .384 3.066c10.347 9.58 24.91 16.096 45.22 16.096c29.891 0 44.454-15.33 45.22-35.257c0-41.388-63.615-29.508-63.615-47.136c0-6.515 5.749-11.114 15.712-11.114a47.56 47.56 0 0 1 30.275 10.347a2.426 2.426 0 0 0 3.449-.383l9.964-13.413a2.426 2.426 0 0 0-.383-3.449m57.483 31.424c10.423-.583 19.422 7.227 20.311 17.629a.824.824 0 0 1-.766.766h-39.09a.824.824 0 0 1-.766-.766c1.282-10.198 10.035-17.795 20.311-17.629"/></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%20256%20269%22%3E%3Cpath%20fill%3D%22%232cb134%22%20d%3D%22M234.153.003a1.72%201.72%200%200%201%201.533%202.683l-66.298%2090.057a2.56%202.56%200%200%201-3.832%200l-23.377-26.059a2.713%202.713%200%200%200-4.215.384l-14.18%2018.011a3%203%200%200%200%20.384%203.066l42.154%2043.687a2.56%202.56%200%200%200%203.833%200L252.93%2038.71a1.77%201.77%200%200%201%203.066%201.15v226.485a1.81%201.81%200%200%201-1.917%201.916H1.92a1.81%201.81%200%200%201-1.917-1.916V1.92A1.81%201.81%200%200%201%201.92.003ZM169.005%20152.91a41.817%2041.817%200%200%200-42.538%2042.92c0%2026.443%2019.161%2043.305%2044.07%2043.305a52.76%2052.76%200%200%200%2032.192-9.964a2.37%202.37%200%200%200%20.383-3.066l-6.898-10.347a2.32%202.32%200%200%200-3.066-.383a37.45%2037.45%200%200%201-20.31%206.515c-13.414%200-21.845-8.431-23.377-18.395a.824.824%200%200%201%20.766-.766h57.867a2.47%202.47%200%200%200%202.299-2.3v-2.3c0-26.825-16.862-45.22-41.388-45.22m-57.1-14.563a61.35%2061.35%200%200%200-41.389-13.796c-26.059%200-42.154%2015.329-42.154%2033.724c0%2041.771%2063.615%2028.358%2063.615%2047.903c0%206.131-6.132%2012.263-19.161%2012.263a48.16%2048.16%200%200%201-33.34-13.03a2.56%202.56%200%200%200-3.833.383L25.68%20219.59a2.37%202.37%200%200%200%20.384%203.066c10.347%209.58%2024.91%2016.096%2045.22%2016.096c29.891%200%2044.454-15.33%2045.22-35.257c0-41.388-63.615-29.508-63.615-47.136c0-6.515%205.749-11.114%2015.712-11.114a47.56%2047.56%200%200%201%2030.275%2010.347a2.426%202.426%200%200%200%203.449-.383l9.964-13.413a2.426%202.426%200%200%200-.383-3.449m57.483%2031.424c10.423-.583%2019.422%207.227%2020.311%2017.629a.824.824%200%200%201-.766.766h-39.09a.824.824%200%200%201-.766-.766c1.282-10.198%2010.035-17.795%2020.311-17.629%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%20256%20269%22%3E%3Cpath%20fill%3D%22%232cb134%22%20d%3D%22M234.153.003a1.72%201.72%200%200%201%201.533%202.683l-66.298%2090.057a2.56%202.56%200%200%201-3.832%200l-23.377-26.059a2.713%202.713%200%200%200-4.215.384l-14.18%2018.011a3%203%200%200%200%20.384%203.066l42.154%2043.687a2.56%202.56%200%200%200%203.833%200L252.93%2038.71a1.77%201.77%200%200%201%203.066%201.15v226.485a1.81%201.81%200%200%201-1.917%201.916H1.92a1.81%201.81%200%200%201-1.917-1.916V1.92A1.81%201.81%200%200%201%201.92.003ZM169.005%20152.91a41.817%2041.817%200%200%200-42.538%2042.92c0%2026.443%2019.161%2043.305%2044.07%2043.305a52.76%2052.76%200%200%200%2032.192-9.964a2.37%202.37%200%200%200%20.383-3.066l-6.898-10.347a2.32%202.32%200%200%200-3.066-.383a37.45%2037.45%200%200%201-20.31%206.515c-13.414%200-21.845-8.431-23.377-18.395a.824.824%200%200%201%20.766-.766h57.867a2.47%202.47%200%200%200%202.299-2.3v-2.3c0-26.825-16.862-45.22-41.388-45.22m-57.1-14.563a61.35%2061.35%200%200%200-41.389-13.796c-26.059%200-42.154%2015.329-42.154%2033.724c0%2041.771%2063.615%2028.358%2063.615%2047.903c0%206.131-6.132%2012.263-19.161%2012.263a48.16%2048.16%200%200%201-33.34-13.03a2.56%202.56%200%200%200-3.833.383L25.68%20219.59a2.37%202.37%200%200%200%20.384%203.066c10.347%209.58%2024.91%2016.096%2045.22%2016.096c29.891%200%2044.454-15.33%2045.22-35.257c0-41.388-63.615-29.508-63.615-47.136c0-6.515%205.749-11.114%2015.712-11.114a47.56%2047.56%200%200%201%2030.275%2010.347a2.426%202.426%200%200%200%203.449-.383l9.964-13.413a2.426%202.426%200%200%200-.383-3.449m57.483%2031.424c10.423-.583%2019.422%207.227%2020.311%2017.629a.824.824%200%200%201-.766.766h-39.09a.824.824%200%200%201-.766-.766c1.282-10.198%2010.035-17.795%2020.311-17.629%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/selenium.svg?color=%231a73e8&size=48