steem logo
steem from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- steem
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the steem logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.038 4.947c.2.036-.29 1.334-.019 2.814c.237 1.271 3.178 6.21 3.06 7.9c-.09 1.07-2.515 3.559-2.769 3.396c-.272-.082.735-1.771.363-3.178c-.445-1.653-3.032-5.902-3.032-7.782c0-1.37 2.224-3.241 2.397-3.15m5.538-1.944c.255.046-.363 1.698-.018 3.596c.3 1.625 4.059 7.917 3.904 10.078c-.118 1.354-3.205 4.522-3.532 4.313c-.354-.09.936-2.252.454-4.05c-.545-2.096-3.858-7.526-3.858-9.914c0-1.762 2.832-4.132 3.059-4.022zm5.73 1.944c.2.036-.291 1.334-.019 2.814c.236 1.271 3.178 6.21 3.07 7.9c-.091 1.07-2.516 3.559-2.78 3.396c-.271-.082.736-1.771.364-3.178c-.436-1.653-3.032-5.902-3.032-7.782c0-1.37 2.224-3.241 2.396-3.15"/></svg>
React
import type { SVGProps } from "react";
export function TokenSteem(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="M6.038 4.947c.2.036-.29 1.334-.019 2.814c.237 1.271 3.178 6.21 3.06 7.9c-.09 1.07-2.515 3.559-2.769 3.396c-.272-.082.735-1.771.363-3.178c-.445-1.653-3.032-5.902-3.032-7.782c0-1.37 2.224-3.241 2.397-3.15m5.538-1.944c.255.046-.363 1.698-.018 3.596c.3 1.625 4.059 7.917 3.904 10.078c-.118 1.354-3.205 4.522-3.532 4.313c-.354-.09.936-2.252.454-4.05c-.545-2.096-3.858-7.526-3.858-9.914c0-1.762 2.832-4.132 3.059-4.022zm5.73 1.944c.2.036-.291 1.334-.019 2.814c.236 1.271 3.178 6.21 3.07 7.9c-.091 1.07-2.516 3.559-2.78 3.396c-.271-.082.736-1.771.364-3.178c-.436-1.653-3.032-5.902-3.032-7.782c0-1.37 2.224-3.241 2.396-3.15"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.038 4.947c.2.036-.29 1.334-.019 2.814c.237 1.271 3.178 6.21 3.06 7.9c-.09 1.07-2.515 3.559-2.769 3.396c-.272-.082.735-1.771.363-3.178c-.445-1.653-3.032-5.902-3.032-7.782c0-1.37 2.224-3.241 2.397-3.15m5.538-1.944c.255.046-.363 1.698-.018 3.596c.3 1.625 4.059 7.917 3.904 10.078c-.118 1.354-3.205 4.522-3.532 4.313c-.354-.09.936-2.252.454-4.05c-.545-2.096-3.858-7.526-3.858-9.914c0-1.762 2.832-4.132 3.059-4.022zm5.73 1.944c.2.036-.291 1.334-.019 2.814c.236 1.271 3.178 6.21 3.07 7.9c-.091 1.07-2.516 3.559-2.78 3.396c-.271-.082.736-1.771.364-3.178c-.436-1.653-3.032-5.902-3.032-7.782c0-1.37 2.224-3.241 2.396-3.15"/></svg> </template>
CSS
.icon-steem {
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%22M6.038%204.947c.2.036-.29%201.334-.019%202.814c.237%201.271%203.178%206.21%203.06%207.9c-.09%201.07-2.515%203.559-2.769%203.396c-.272-.082.735-1.771.363-3.178c-.445-1.653-3.032-5.902-3.032-7.782c0-1.37%202.224-3.241%202.397-3.15m5.538-1.944c.255.046-.363%201.698-.018%203.596c.3%201.625%204.059%207.917%203.904%2010.078c-.118%201.354-3.205%204.522-3.532%204.313c-.354-.09.936-2.252.454-4.05c-.545-2.096-3.858-7.526-3.858-9.914c0-1.762%202.832-4.132%203.059-4.022zm5.73%201.944c.2.036-.291%201.334-.019%202.814c.236%201.271%203.178%206.21%203.07%207.9c-.091%201.07-2.516%203.559-2.78%203.396c-.271-.082.736-1.771.364-3.178c-.436-1.653-3.032-5.902-3.032-7.782c0-1.37%202.224-3.241%202.396-3.15%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%22M6.038%204.947c.2.036-.29%201.334-.019%202.814c.237%201.271%203.178%206.21%203.06%207.9c-.09%201.07-2.515%203.559-2.769%203.396c-.272-.082.735-1.771.363-3.178c-.445-1.653-3.032-5.902-3.032-7.782c0-1.37%202.224-3.241%202.397-3.15m5.538-1.944c.255.046-.363%201.698-.018%203.596c.3%201.625%204.059%207.917%203.904%2010.078c-.118%201.354-3.205%204.522-3.532%204.313c-.354-.09.936-2.252.454-4.05c-.545-2.096-3.858-7.526-3.858-9.914c0-1.762%202.832-4.132%203.059-4.022zm5.73%201.944c.2.036-.291%201.334-.019%202.814c.236%201.271%203.178%206.21%203.07%207.9c-.091%201.07-2.516%203.559-2.78%203.396c-.271-.082.736-1.771.364-3.178c-.436-1.653-3.032-5.902-3.032-7.782c0-1.37%202.224-3.241%202.396-3.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/steem.svg?color=%231a73e8&size=48