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

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

The same logo in other sets

Use the etcd logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.985 10.715A1.565 1.565 0 1 1 9.42 9.151a1.566 1.566 0 0 1 1.565 1.564m2.023 0a1.565 1.565 0 1 0 1.565-1.564a1.564 1.564 0 0 0-1.565 1.564m10.653 1.698a4 4 0 0 1-.346.013a4.5 4.5 0 0 1-1.986-.462a18.5 18.5 0 0 0 .267-3.515a18 18 0 0 0-2.274-2.695a4.5 4.5 0 0 1 1.603-1.717l.294-.182l-.23-.26a12 12 0 0 0-4.182-3.05l-.319-.138l-.08.336a4.5 4.5 0 0 1-1.135 2.058a18 18 0 0 0-3.277-1.35a18 18 0 0 0-3.272 1.348A4.5 4.5 0 0 1 7.594.745L7.512.408l-.317.139a12.1 12.1 0 0 0-4.182 3.05l-.23.259l.294.182a4.5 4.5 0 0 1 1.599 1.708a18.3 18.3 0 0 0-2.27 2.685a18.4 18.4 0 0 0 .26 3.538a4.5 4.5 0 0 1-1.975.458a4 4 0 0 1-.346-.013L0 12.386l.032.344a11.9 11.9 0 0 0 1.609 4.924l.175.298l.263-.223a4.5 4.5 0 0 1 2.132-.998a18.3 18.3 0 0 0 1.824 2.971a18.5 18.5 0 0 0 3.457.85a4.5 4.5 0 0 1-.287 2.36l-.132.319l.338.075a12 12 0 0 0 2.59.286l2.59-.286l.338-.075l-.131-.32a4.5 4.5 0 0 1-.287-2.361a18.5 18.5 0 0 0 3.443-.848a18 18 0 0 0 1.826-2.974a4.5 4.5 0 0 1 2.143.999l.263.223l.175-.296a11.9 11.9 0 0 0 1.607-4.924l.032-.343zm-7.958 4.209a14 14 0 0 1-7.416 0a14.2 14.2 0 0 1-2.256-7.013a14 14 0 0 1 2.687-2.558a14.3 14.3 0 0 1 3.279-1.784a14.4 14.4 0 0 1 3.27 1.779a14.2 14.2 0 0 1 2.7 2.576a14.3 14.3 0 0 1-.675 3.652a14.4 14.4 0 0 1-1.59 3.348z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsEtcd(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.985 10.715A1.565 1.565 0 1 1 9.42 9.151a1.566 1.566 0 0 1 1.565 1.564m2.023 0a1.565 1.565 0 1 0 1.565-1.564a1.564 1.564 0 0 0-1.565 1.564m10.653 1.698a4 4 0 0 1-.346.013a4.5 4.5 0 0 1-1.986-.462a18.5 18.5 0 0 0 .267-3.515a18 18 0 0 0-2.274-2.695a4.5 4.5 0 0 1 1.603-1.717l.294-.182l-.23-.26a12 12 0 0 0-4.182-3.05l-.319-.138l-.08.336a4.5 4.5 0 0 1-1.135 2.058a18 18 0 0 0-3.277-1.35a18 18 0 0 0-3.272 1.348A4.5 4.5 0 0 1 7.594.745L7.512.408l-.317.139a12.1 12.1 0 0 0-4.182 3.05l-.23.259l.294.182a4.5 4.5 0 0 1 1.599 1.708a18.3 18.3 0 0 0-2.27 2.685a18.4 18.4 0 0 0 .26 3.538a4.5 4.5 0 0 1-1.975.458a4 4 0 0 1-.346-.013L0 12.386l.032.344a11.9 11.9 0 0 0 1.609 4.924l.175.298l.263-.223a4.5 4.5 0 0 1 2.132-.998a18.3 18.3 0 0 0 1.824 2.971a18.5 18.5 0 0 0 3.457.85a4.5 4.5 0 0 1-.287 2.36l-.132.319l.338.075a12 12 0 0 0 2.59.286l2.59-.286l.338-.075l-.131-.32a4.5 4.5 0 0 1-.287-2.361a18.5 18.5 0 0 0 3.443-.848a18 18 0 0 0 1.826-2.974a4.5 4.5 0 0 1 2.143.999l.263.223l.175-.296a11.9 11.9 0 0 0 1.607-4.924l.032-.343zm-7.958 4.209a14 14 0 0 1-7.416 0a14.2 14.2 0 0 1-2.256-7.013a14 14 0 0 1 2.687-2.558a14.3 14.3 0 0 1 3.279-1.784a14.4 14.4 0 0 1 3.27 1.779a14.2 14.2 0 0 1 2.7 2.576a14.3 14.3 0 0 1-.675 3.652a14.4 14.4 0 0 1-1.59 3.348z"/></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.985 10.715A1.565 1.565 0 1 1 9.42 9.151a1.566 1.566 0 0 1 1.565 1.564m2.023 0a1.565 1.565 0 1 0 1.565-1.564a1.564 1.564 0 0 0-1.565 1.564m10.653 1.698a4 4 0 0 1-.346.013a4.5 4.5 0 0 1-1.986-.462a18.5 18.5 0 0 0 .267-3.515a18 18 0 0 0-2.274-2.695a4.5 4.5 0 0 1 1.603-1.717l.294-.182l-.23-.26a12 12 0 0 0-4.182-3.05l-.319-.138l-.08.336a4.5 4.5 0 0 1-1.135 2.058a18 18 0 0 0-3.277-1.35a18 18 0 0 0-3.272 1.348A4.5 4.5 0 0 1 7.594.745L7.512.408l-.317.139a12.1 12.1 0 0 0-4.182 3.05l-.23.259l.294.182a4.5 4.5 0 0 1 1.599 1.708a18.3 18.3 0 0 0-2.27 2.685a18.4 18.4 0 0 0 .26 3.538a4.5 4.5 0 0 1-1.975.458a4 4 0 0 1-.346-.013L0 12.386l.032.344a11.9 11.9 0 0 0 1.609 4.924l.175.298l.263-.223a4.5 4.5 0 0 1 2.132-.998a18.3 18.3 0 0 0 1.824 2.971a18.5 18.5 0 0 0 3.457.85a4.5 4.5 0 0 1-.287 2.36l-.132.319l.338.075a12 12 0 0 0 2.59.286l2.59-.286l.338-.075l-.131-.32a4.5 4.5 0 0 1-.287-2.361a18.5 18.5 0 0 0 3.443-.848a18 18 0 0 0 1.826-2.974a4.5 4.5 0 0 1 2.143.999l.263.223l.175-.296a11.9 11.9 0 0 0 1.607-4.924l.032-.343zm-7.958 4.209a14 14 0 0 1-7.416 0a14.2 14.2 0 0 1-2.256-7.013a14 14 0 0 1 2.687-2.558a14.3 14.3 0 0 1 3.279-1.784a14.4 14.4 0 0 1 3.27 1.779a14.2 14.2 0 0 1 2.7 2.576a14.3 14.3 0 0 1-.675 3.652a14.4 14.4 0 0 1-1.59 3.348z"/></svg>
</template>

CSS

.icon-etcd {
  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.985%2010.715A1.565%201.565%200%201%201%209.42%209.151a1.566%201.566%200%200%201%201.565%201.564m2.023%200a1.565%201.565%200%201%200%201.565-1.564a1.564%201.564%200%200%200-1.565%201.564m10.653%201.698a4%204%200%200%201-.346.013a4.5%204.5%200%200%201-1.986-.462a18.5%2018.5%200%200%200%20.267-3.515a18%2018%200%200%200-2.274-2.695a4.5%204.5%200%200%201%201.603-1.717l.294-.182l-.23-.26a12%2012%200%200%200-4.182-3.05l-.319-.138l-.08.336a4.5%204.5%200%200%201-1.135%202.058a18%2018%200%200%200-3.277-1.35a18%2018%200%200%200-3.272%201.348A4.5%204.5%200%200%201%207.594.745L7.512.408l-.317.139a12.1%2012.1%200%200%200-4.182%203.05l-.23.259l.294.182a4.5%204.5%200%200%201%201.599%201.708a18.3%2018.3%200%200%200-2.27%202.685a18.4%2018.4%200%200%200%20.26%203.538a4.5%204.5%200%200%201-1.975.458a4%204%200%200%201-.346-.013L0%2012.386l.032.344a11.9%2011.9%200%200%200%201.609%204.924l.175.298l.263-.223a4.5%204.5%200%200%201%202.132-.998a18.3%2018.3%200%200%200%201.824%202.971a18.5%2018.5%200%200%200%203.457.85a4.5%204.5%200%200%201-.287%202.36l-.132.319l.338.075a12%2012%200%200%200%202.59.286l2.59-.286l.338-.075l-.131-.32a4.5%204.5%200%200%201-.287-2.361a18.5%2018.5%200%200%200%203.443-.848a18%2018%200%200%200%201.826-2.974a4.5%204.5%200%200%201%202.143.999l.263.223l.175-.296a11.9%2011.9%200%200%200%201.607-4.924l.032-.343zm-7.958%204.209a14%2014%200%200%201-7.416%200a14.2%2014.2%200%200%201-2.256-7.013a14%2014%200%200%201%202.687-2.558a14.3%2014.3%200%200%201%203.279-1.784a14.4%2014.4%200%200%201%203.27%201.779a14.2%2014.2%200%200%201%202.7%202.576a14.3%2014.3%200%200%201-.675%203.652a14.4%2014.4%200%200%201-1.59%203.348z%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.985%2010.715A1.565%201.565%200%201%201%209.42%209.151a1.566%201.566%200%200%201%201.565%201.564m2.023%200a1.565%201.565%200%201%200%201.565-1.564a1.564%201.564%200%200%200-1.565%201.564m10.653%201.698a4%204%200%200%201-.346.013a4.5%204.5%200%200%201-1.986-.462a18.5%2018.5%200%200%200%20.267-3.515a18%2018%200%200%200-2.274-2.695a4.5%204.5%200%200%201%201.603-1.717l.294-.182l-.23-.26a12%2012%200%200%200-4.182-3.05l-.319-.138l-.08.336a4.5%204.5%200%200%201-1.135%202.058a18%2018%200%200%200-3.277-1.35a18%2018%200%200%200-3.272%201.348A4.5%204.5%200%200%201%207.594.745L7.512.408l-.317.139a12.1%2012.1%200%200%200-4.182%203.05l-.23.259l.294.182a4.5%204.5%200%200%201%201.599%201.708a18.3%2018.3%200%200%200-2.27%202.685a18.4%2018.4%200%200%200%20.26%203.538a4.5%204.5%200%200%201-1.975.458a4%204%200%200%201-.346-.013L0%2012.386l.032.344a11.9%2011.9%200%200%200%201.609%204.924l.175.298l.263-.223a4.5%204.5%200%200%201%202.132-.998a18.3%2018.3%200%200%200%201.824%202.971a18.5%2018.5%200%200%200%203.457.85a4.5%204.5%200%200%201-.287%202.36l-.132.319l.338.075a12%2012%200%200%200%202.59.286l2.59-.286l.338-.075l-.131-.32a4.5%204.5%200%200%201-.287-2.361a18.5%2018.5%200%200%200%203.443-.848a18%2018%200%200%200%201.826-2.974a4.5%204.5%200%200%201%202.143.999l.263.223l.175-.296a11.9%2011.9%200%200%200%201.607-4.924l.032-.343zm-7.958%204.209a14%2014%200%200%201-7.416%200a14.2%2014.2%200%200%201-2.256-7.013a14%2014%200%200%201%202.687-2.558a14.3%2014.3%200%200%201%203.279-1.784a14.4%2014.4%200%200%201%203.27%201.779a14.2%2014.2%200%200%201%202.7%202.576a14.3%2014.3%200%200%201-.675%203.652a14.4%2014.4%200%200%201-1.59%203.348z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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