ethers logo
ethers from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- ethers
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×162
- License
- CC0
The same logo in other sets
Use the ethers logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 162"><path fill="#24339b" d="M256 138.739c-133.839 17.491-229.367 38.5-230.78-47.733c0 0 2.92-33.412 43.902-35.516c0 0 1.381-29.676 32.69-33.036c16.832-1.822 35.956 15.513 38.029 33.758c0 0 41.42-7.662 43.21 32.722c.628 14.068-2.544 37.997-42.488 36.96c0 0-23.112-3.14-26.253-38.876c-6.5 69.18 93.518 65.161 94.963 2.324c.628-27.164-16.77-55.112-55.96-49.868c-21.48-54.044-78.665-50.935-99.956-.816c-30.43 0-53.699 23.426-53.353 54.013C1.166 191.119 138.176 161.443 256 138.739"/></svg>
React
import type { SVGProps } from "react";
export function LogosEthers(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 162"><path fill="#24339b" d="M256 138.739c-133.839 17.491-229.367 38.5-230.78-47.733c0 0 2.92-33.412 43.902-35.516c0 0 1.381-29.676 32.69-33.036c16.832-1.822 35.956 15.513 38.029 33.758c0 0 41.42-7.662 43.21 32.722c.628 14.068-2.544 37.997-42.488 36.96c0 0-23.112-3.14-26.253-38.876c-6.5 69.18 93.518 65.161 94.963 2.324c.628-27.164-16.77-55.112-55.96-49.868c-21.48-54.044-78.665-50.935-99.956-.816c-30.43 0-53.699 23.426-53.353 54.013C1.166 191.119 138.176 161.443 256 138.739"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 162"><path fill="#24339b" d="M256 138.739c-133.839 17.491-229.367 38.5-230.78-47.733c0 0 2.92-33.412 43.902-35.516c0 0 1.381-29.676 32.69-33.036c16.832-1.822 35.956 15.513 38.029 33.758c0 0 41.42-7.662 43.21 32.722c.628 14.068-2.544 37.997-42.488 36.96c0 0-23.112-3.14-26.253-38.876c-6.5 69.18 93.518 65.161 94.963 2.324c.628-27.164-16.77-55.112-55.96-49.868c-21.48-54.044-78.665-50.935-99.956-.816c-30.43 0-53.699 23.426-53.353 54.013C1.166 191.119 138.176 161.443 256 138.739"/></svg> </template>
CSS
.icon-ethers {
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%20162%22%3E%3Cpath%20fill%3D%22%2324339b%22%20d%3D%22M256%20138.739c-133.839%2017.491-229.367%2038.5-230.78-47.733c0%200%202.92-33.412%2043.902-35.516c0%200%201.381-29.676%2032.69-33.036c16.832-1.822%2035.956%2015.513%2038.029%2033.758c0%200%2041.42-7.662%2043.21%2032.722c.628%2014.068-2.544%2037.997-42.488%2036.96c0%200-23.112-3.14-26.253-38.876c-6.5%2069.18%2093.518%2065.161%2094.963%202.324c.628-27.164-16.77-55.112-55.96-49.868c-21.48-54.044-78.665-50.935-99.956-.816c-30.43%200-53.699%2023.426-53.353%2054.013C1.166%20191.119%20138.176%20161.443%20256%20138.739%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%20162%22%3E%3Cpath%20fill%3D%22%2324339b%22%20d%3D%22M256%20138.739c-133.839%2017.491-229.367%2038.5-230.78-47.733c0%200%202.92-33.412%2043.902-35.516c0%200%201.381-29.676%2032.69-33.036c16.832-1.822%2035.956%2015.513%2038.029%2033.758c0%200%2041.42-7.662%2043.21%2032.722c.628%2014.068-2.544%2037.997-42.488%2036.96c0%200-23.112-3.14-26.253-38.876c-6.5%2069.18%2093.518%2065.161%2094.963%202.324c.628-27.164-16.77-55.112-55.96-49.868c-21.48-54.044-78.665-50.935-99.956-.816c-30.43%200-53.699%2023.426-53.353%2054.013C1.166%20191.119%20138.176%20161.443%20256%20138.739%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/ethers.svg?color=%231a73e8&size=48