well logo
well from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- well
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the well logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.502 18.611A8.11 8.11 0 0 0 13.584 3A9.076 9.076 0 1 1 3 13.584a8.11 8.11 0 0 0 7.502 5.027"/><path fill="currentColor" d="M18.611 10.503a8.11 8.11 0 0 1-12.844 6.58A8.108 8.108 0 1 0 16.75 5.335a8.07 8.07 0 0 1 1.855 5.174z"/><path fill="currentColor" d="M3.303 11.367c.259 2.013 2.036 6.13 7.097 6.473c-.995-5.888-5.145-6.771-7.097-6.473m14.639 0c-.253 2.013-2.036 6.13-7.097 6.473c1.001-5.888 5.151-6.771 7.097-6.473"/><path fill="currentColor" d="M10.266 15.873c.175.416.315 1.023.366 1.276c.23-1.557 1.546-4.898 4.96-5.803c.005-.9-.085-2.925-.478-3.892c-4.449 2.03-5.084 6.456-4.848 8.419"/><path fill="currentColor" d="M9.877 14.951c-1.293-2.57-3.329-3.48-4.184-3.61c-.039-.714-.01-2.486.439-3.87c2.784 1.305 4.027 3.521 4.297 4.472a8.7 8.7 0 0 0-.552 3.008"/><path fill="currentColor" d="M8.595 8.712c.839.81 1.535 1.754 2.058 2.795c.304-.624 1.136-2.064 2.025-2.795c-.276-.714-1.057-2.373-2.025-3.3c-.995.916-1.788 2.586-2.058 3.3"/></svg>
React
import type { SVGProps } from "react";
export function TokenWell(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="M10.502 18.611A8.11 8.11 0 0 0 13.584 3A9.076 9.076 0 1 1 3 13.584a8.11 8.11 0 0 0 7.502 5.027"/><path fill="currentColor" d="M18.611 10.503a8.11 8.11 0 0 1-12.844 6.58A8.108 8.108 0 1 0 16.75 5.335a8.07 8.07 0 0 1 1.855 5.174z"/><path fill="currentColor" d="M3.303 11.367c.259 2.013 2.036 6.13 7.097 6.473c-.995-5.888-5.145-6.771-7.097-6.473m14.639 0c-.253 2.013-2.036 6.13-7.097 6.473c1.001-5.888 5.151-6.771 7.097-6.473"/><path fill="currentColor" d="M10.266 15.873c.175.416.315 1.023.366 1.276c.23-1.557 1.546-4.898 4.96-5.803c.005-.9-.085-2.925-.478-3.892c-4.449 2.03-5.084 6.456-4.848 8.419"/><path fill="currentColor" d="M9.877 14.951c-1.293-2.57-3.329-3.48-4.184-3.61c-.039-.714-.01-2.486.439-3.87c2.784 1.305 4.027 3.521 4.297 4.472a8.7 8.7 0 0 0-.552 3.008"/><path fill="currentColor" d="M8.595 8.712c.839.81 1.535 1.754 2.058 2.795c.304-.624 1.136-2.064 2.025-2.795c-.276-.714-1.057-2.373-2.025-3.3c-.995.916-1.788 2.586-2.058 3.3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.502 18.611A8.11 8.11 0 0 0 13.584 3A9.076 9.076 0 1 1 3 13.584a8.11 8.11 0 0 0 7.502 5.027"/><path fill="currentColor" d="M18.611 10.503a8.11 8.11 0 0 1-12.844 6.58A8.108 8.108 0 1 0 16.75 5.335a8.07 8.07 0 0 1 1.855 5.174z"/><path fill="currentColor" d="M3.303 11.367c.259 2.013 2.036 6.13 7.097 6.473c-.995-5.888-5.145-6.771-7.097-6.473m14.639 0c-.253 2.013-2.036 6.13-7.097 6.473c1.001-5.888 5.151-6.771 7.097-6.473"/><path fill="currentColor" d="M10.266 15.873c.175.416.315 1.023.366 1.276c.23-1.557 1.546-4.898 4.96-5.803c.005-.9-.085-2.925-.478-3.892c-4.449 2.03-5.084 6.456-4.848 8.419"/><path fill="currentColor" d="M9.877 14.951c-1.293-2.57-3.329-3.48-4.184-3.61c-.039-.714-.01-2.486.439-3.87c2.784 1.305 4.027 3.521 4.297 4.472a8.7 8.7 0 0 0-.552 3.008"/><path fill="currentColor" d="M8.595 8.712c.839.81 1.535 1.754 2.058 2.795c.304-.624 1.136-2.064 2.025-2.795c-.276-.714-1.057-2.373-2.025-3.3c-.995.916-1.788 2.586-2.058 3.3"/></svg> </template>
CSS
.icon-well {
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%22M10.502%2018.611A8.11%208.11%200%200%200%2013.584%203A9.076%209.076%200%201%201%203%2013.584a8.11%208.11%200%200%200%207.502%205.027%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.611%2010.503a8.11%208.11%200%200%201-12.844%206.58A8.108%208.108%200%201%200%2016.75%205.335a8.07%208.07%200%200%201%201.855%205.174z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.303%2011.367c.259%202.013%202.036%206.13%207.097%206.473c-.995-5.888-5.145-6.771-7.097-6.473m14.639%200c-.253%202.013-2.036%206.13-7.097%206.473c1.001-5.888%205.151-6.771%207.097-6.473%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.266%2015.873c.175.416.315%201.023.366%201.276c.23-1.557%201.546-4.898%204.96-5.803c.005-.9-.085-2.925-.478-3.892c-4.449%202.03-5.084%206.456-4.848%208.419%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.877%2014.951c-1.293-2.57-3.329-3.48-4.184-3.61c-.039-.714-.01-2.486.439-3.87c2.784%201.305%204.027%203.521%204.297%204.472a8.7%208.7%200%200%200-.552%203.008%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.595%208.712c.839.81%201.535%201.754%202.058%202.795c.304-.624%201.136-2.064%202.025-2.795c-.276-.714-1.057-2.373-2.025-3.3c-.995.916-1.788%202.586-2.058%203.3%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%22M10.502%2018.611A8.11%208.11%200%200%200%2013.584%203A9.076%209.076%200%201%201%203%2013.584a8.11%208.11%200%200%200%207.502%205.027%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.611%2010.503a8.11%208.11%200%200%201-12.844%206.58A8.108%208.108%200%201%200%2016.75%205.335a8.07%208.07%200%200%201%201.855%205.174z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.303%2011.367c.259%202.013%202.036%206.13%207.097%206.473c-.995-5.888-5.145-6.771-7.097-6.473m14.639%200c-.253%202.013-2.036%206.13-7.097%206.473c1.001-5.888%205.151-6.771%207.097-6.473%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.266%2015.873c.175.416.315%201.023.366%201.276c.23-1.557%201.546-4.898%204.96-5.803c.005-.9-.085-2.925-.478-3.892c-4.449%202.03-5.084%206.456-4.848%208.419%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.877%2014.951c-1.293-2.57-3.329-3.48-4.184-3.61c-.039-.714-.01-2.486.439-3.87c2.784%201.305%204.027%203.521%204.297%204.472a8.7%208.7%200%200%200-.552%203.008%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.595%208.712c.839.81%201.535%201.754%202.058%202.795c.304-.624%201.136-2.064%202.025-2.795c-.276-.714-1.057-2.373-2.025-3.3c-.995.916-1.788%202.586-2.058%203.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/well.svg?color=%231a73e8&size=48