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

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

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="m17.683 16.148l-.114.114q-.354.355-.748.666l-.298.235a.11.11 0 0 1-.176-.11l.12-.53a3.3 3.3 0 0 0-.084-1.746l-.064-.195a7 7 0 0 0-.257-.671l-1.387-3.27l-.149-.445a2 2 0 0 1-.093-.425l-.025-.223a2.07 2.07 0 0 1 .59-1.696l.115-.114a8 8 0 0 1 .747-.666l.299-.235a.11.11 0 0 1 .126-.007c.04.025.06.071.049.117l-.119.53a3.3 3.3 0 0 0 .083 1.746l.064.195q.111.342.257.671l1.387 3.27l.15.445q.068.207.093.425l.025.223a2.07 2.07 0 0 1-.591 1.696m-3.997 1.073l-.146.147q-.446.447-.941.838l-.39.307a.12.12 0 0 1-.192-.12l.154-.687a4.17 4.17 0 0 0-.105-2.205l-.08-.248a9 9 0 0 0-.325-.848L9.91 10.28l-.188-.56a2.6 2.6 0 0 1-.117-.532l-.032-.285a2.59 2.59 0 0 1 .74-2.124l.146-.147q.446-.447.941-.838l.39-.307a.12.12 0 0 1 .138-.007a.12.12 0 0 1 .054.127l-.154.687a4.17 4.17 0 0 0 .105 2.205l.08.248q.142.432.325.848l1.75 4.125l.188.56q.086.26.117.532l.032.285a2.59 2.59 0 0 1-.74 2.124zM9 16.148l-.114.114a8 8 0 0 1-.747.666l-.299.235a.11.11 0 0 1-.175-.11l.12-.53a3.3 3.3 0 0 0-.084-1.746l-.064-.195a7 7 0 0 0-.257-.671l-1.387-3.27l-.15-.445a2 2 0 0 1-.093-.425l-.025-.223a2.07 2.07 0 0 1 .591-1.696l.114-.114a8 8 0 0 1 .748-.666l.298-.235a.11.11 0 0 1 .127-.007a.11.11 0 0 1 .049.117l-.12.53a3.3 3.3 0 0 0 .084 1.746l.064.195q.111.342.257.671l1.387 3.27l.149.445q.069.207.093.425l.025.223a2.07 2.07 0 0 1-.59 1.696zM12 0C5.373 0 0 5.373 0 12s5.373 12 12 12s12-5.373 12-12S18.627 0 12 0"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsSteem(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="m17.683 16.148l-.114.114q-.354.355-.748.666l-.298.235a.11.11 0 0 1-.176-.11l.12-.53a3.3 3.3 0 0 0-.084-1.746l-.064-.195a7 7 0 0 0-.257-.671l-1.387-3.27l-.149-.445a2 2 0 0 1-.093-.425l-.025-.223a2.07 2.07 0 0 1 .59-1.696l.115-.114a8 8 0 0 1 .747-.666l.299-.235a.11.11 0 0 1 .126-.007c.04.025.06.071.049.117l-.119.53a3.3 3.3 0 0 0 .083 1.746l.064.195q.111.342.257.671l1.387 3.27l.15.445q.068.207.093.425l.025.223a2.07 2.07 0 0 1-.591 1.696m-3.997 1.073l-.146.147q-.446.447-.941.838l-.39.307a.12.12 0 0 1-.192-.12l.154-.687a4.17 4.17 0 0 0-.105-2.205l-.08-.248a9 9 0 0 0-.325-.848L9.91 10.28l-.188-.56a2.6 2.6 0 0 1-.117-.532l-.032-.285a2.59 2.59 0 0 1 .74-2.124l.146-.147q.446-.447.941-.838l.39-.307a.12.12 0 0 1 .138-.007a.12.12 0 0 1 .054.127l-.154.687a4.17 4.17 0 0 0 .105 2.205l.08.248q.142.432.325.848l1.75 4.125l.188.56q.086.26.117.532l.032.285a2.59 2.59 0 0 1-.74 2.124zM9 16.148l-.114.114a8 8 0 0 1-.747.666l-.299.235a.11.11 0 0 1-.175-.11l.12-.53a3.3 3.3 0 0 0-.084-1.746l-.064-.195a7 7 0 0 0-.257-.671l-1.387-3.27l-.15-.445a2 2 0 0 1-.093-.425l-.025-.223a2.07 2.07 0 0 1 .591-1.696l.114-.114a8 8 0 0 1 .748-.666l.298-.235a.11.11 0 0 1 .127-.007a.11.11 0 0 1 .049.117l-.12.53a3.3 3.3 0 0 0 .084 1.746l.064.195q.111.342.257.671l1.387 3.27l.149.445q.069.207.093.425l.025.223a2.07 2.07 0 0 1-.59 1.696zM12 0C5.373 0 0 5.373 0 12s5.373 12 12 12s12-5.373 12-12S18.627 0 12 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.683 16.148l-.114.114q-.354.355-.748.666l-.298.235a.11.11 0 0 1-.176-.11l.12-.53a3.3 3.3 0 0 0-.084-1.746l-.064-.195a7 7 0 0 0-.257-.671l-1.387-3.27l-.149-.445a2 2 0 0 1-.093-.425l-.025-.223a2.07 2.07 0 0 1 .59-1.696l.115-.114a8 8 0 0 1 .747-.666l.299-.235a.11.11 0 0 1 .126-.007c.04.025.06.071.049.117l-.119.53a3.3 3.3 0 0 0 .083 1.746l.064.195q.111.342.257.671l1.387 3.27l.15.445q.068.207.093.425l.025.223a2.07 2.07 0 0 1-.591 1.696m-3.997 1.073l-.146.147q-.446.447-.941.838l-.39.307a.12.12 0 0 1-.192-.12l.154-.687a4.17 4.17 0 0 0-.105-2.205l-.08-.248a9 9 0 0 0-.325-.848L9.91 10.28l-.188-.56a2.6 2.6 0 0 1-.117-.532l-.032-.285a2.59 2.59 0 0 1 .74-2.124l.146-.147q.446-.447.941-.838l.39-.307a.12.12 0 0 1 .138-.007a.12.12 0 0 1 .054.127l-.154.687a4.17 4.17 0 0 0 .105 2.205l.08.248q.142.432.325.848l1.75 4.125l.188.56q.086.26.117.532l.032.285a2.59 2.59 0 0 1-.74 2.124zM9 16.148l-.114.114a8 8 0 0 1-.747.666l-.299.235a.11.11 0 0 1-.175-.11l.12-.53a3.3 3.3 0 0 0-.084-1.746l-.064-.195a7 7 0 0 0-.257-.671l-1.387-3.27l-.15-.445a2 2 0 0 1-.093-.425l-.025-.223a2.07 2.07 0 0 1 .591-1.696l.114-.114a8 8 0 0 1 .748-.666l.298-.235a.11.11 0 0 1 .127-.007a.11.11 0 0 1 .049.117l-.12.53a3.3 3.3 0 0 0 .084 1.746l.064.195q.111.342.257.671l1.387 3.27l.149.445q.069.207.093.425l.025.223a2.07 2.07 0 0 1-.59 1.696zM12 0C5.373 0 0 5.373 0 12s5.373 12 12 12s12-5.373 12-12S18.627 0 12 0"/></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%22m17.683%2016.148l-.114.114q-.354.355-.748.666l-.298.235a.11.11%200%200%201-.176-.11l.12-.53a3.3%203.3%200%200%200-.084-1.746l-.064-.195a7%207%200%200%200-.257-.671l-1.387-3.27l-.149-.445a2%202%200%200%201-.093-.425l-.025-.223a2.07%202.07%200%200%201%20.59-1.696l.115-.114a8%208%200%200%201%20.747-.666l.299-.235a.11.11%200%200%201%20.126-.007c.04.025.06.071.049.117l-.119.53a3.3%203.3%200%200%200%20.083%201.746l.064.195q.111.342.257.671l1.387%203.27l.15.445q.068.207.093.425l.025.223a2.07%202.07%200%200%201-.591%201.696m-3.997%201.073l-.146.147q-.446.447-.941.838l-.39.307a.12.12%200%200%201-.192-.12l.154-.687a4.17%204.17%200%200%200-.105-2.205l-.08-.248a9%209%200%200%200-.325-.848L9.91%2010.28l-.188-.56a2.6%202.6%200%200%201-.117-.532l-.032-.285a2.59%202.59%200%200%201%20.74-2.124l.146-.147q.446-.447.941-.838l.39-.307a.12.12%200%200%201%20.138-.007a.12.12%200%200%201%20.054.127l-.154.687a4.17%204.17%200%200%200%20.105%202.205l.08.248q.142.432.325.848l1.75%204.125l.188.56q.086.26.117.532l.032.285a2.59%202.59%200%200%201-.74%202.124zM9%2016.148l-.114.114a8%208%200%200%201-.747.666l-.299.235a.11.11%200%200%201-.175-.11l.12-.53a3.3%203.3%200%200%200-.084-1.746l-.064-.195a7%207%200%200%200-.257-.671l-1.387-3.27l-.15-.445a2%202%200%200%201-.093-.425l-.025-.223a2.07%202.07%200%200%201%20.591-1.696l.114-.114a8%208%200%200%201%20.748-.666l.298-.235a.11.11%200%200%201%20.127-.007a.11.11%200%200%201%20.049.117l-.12.53a3.3%203.3%200%200%200%20.084%201.746l.064.195q.111.342.257.671l1.387%203.27l.149.445q.069.207.093.425l.025.223a2.07%202.07%200%200%201-.59%201.696zM12%200C5.373%200%200%205.373%200%2012s5.373%2012%2012%2012s12-5.373%2012-12S18.627%200%2012%200%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%22m17.683%2016.148l-.114.114q-.354.355-.748.666l-.298.235a.11.11%200%200%201-.176-.11l.12-.53a3.3%203.3%200%200%200-.084-1.746l-.064-.195a7%207%200%200%200-.257-.671l-1.387-3.27l-.149-.445a2%202%200%200%201-.093-.425l-.025-.223a2.07%202.07%200%200%201%20.59-1.696l.115-.114a8%208%200%200%201%20.747-.666l.299-.235a.11.11%200%200%201%20.126-.007c.04.025.06.071.049.117l-.119.53a3.3%203.3%200%200%200%20.083%201.746l.064.195q.111.342.257.671l1.387%203.27l.15.445q.068.207.093.425l.025.223a2.07%202.07%200%200%201-.591%201.696m-3.997%201.073l-.146.147q-.446.447-.941.838l-.39.307a.12.12%200%200%201-.192-.12l.154-.687a4.17%204.17%200%200%200-.105-2.205l-.08-.248a9%209%200%200%200-.325-.848L9.91%2010.28l-.188-.56a2.6%202.6%200%200%201-.117-.532l-.032-.285a2.59%202.59%200%200%201%20.74-2.124l.146-.147q.446-.447.941-.838l.39-.307a.12.12%200%200%201%20.138-.007a.12.12%200%200%201%20.054.127l-.154.687a4.17%204.17%200%200%200%20.105%202.205l.08.248q.142.432.325.848l1.75%204.125l.188.56q.086.26.117.532l.032.285a2.59%202.59%200%200%201-.74%202.124zM9%2016.148l-.114.114a8%208%200%200%201-.747.666l-.299.235a.11.11%200%200%201-.175-.11l.12-.53a3.3%203.3%200%200%200-.084-1.746l-.064-.195a7%207%200%200%200-.257-.671l-1.387-3.27l-.15-.445a2%202%200%200%201-.093-.425l-.025-.223a2.07%202.07%200%200%201%20.591-1.696l.114-.114a8%208%200%200%201%20.748-.666l.298-.235a.11.11%200%200%201%20.127-.007a.11.11%200%200%201%20.049.117l-.12.53a3.3%203.3%200%200%200%20.084%201.746l.064.195q.111.342.257.671l1.387%203.27l.149.445q.069.207.093.425l.025.223a2.07%202.07%200%200%201-.59%201.696zM12%200C5.373%200%200%205.373%200%2012s5.373%2012%2012%2012s12-5.373%2012-12S18.627%200%2012%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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