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

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

Use the alchemy logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.006 1.764a.44.44 0 0 0-.215.054a.4.4 0 0 0-.156.152L9.36 5.835a.8.8 0 0 0-.113.416c0 .146.039.29.113.416l4.951 8.412a.84.84 0 0 0 .313.305a.86.86 0 0 0 .424.111h4.549a.44.44 0 0 0 .213-.056a.4.4 0 0 0 .154-.153a.4.4 0 0 0 .059-.207a.4.4 0 0 0-.057-.209L12.37 1.975a.4.4 0 0 0-.154-.153a.43.43 0 0 0-.211-.058M8.02 8.506a.43.43 0 0 0-.211.056a.4.4 0 0 0-.157.153L.058 21.61a.41.41 0 0 0-.002.418a.4.4 0 0 0 .157.152a.43.43 0 0 0 .213.057h4.55a.86.86 0 0 0 .424-.112a.84.84 0 0 0 .31-.305l4.954-8.412a.8.8 0 0 0 .113-.416a.8.8 0 0 0-.113-.418l-2.275-3.86a.4.4 0 0 0-.157-.152a.44.44 0 0 0-.213-.056m3.011 8.824a.9.9 0 0 0-.426.112a.84.84 0 0 0-.31.304L8.02 21.608a.4.4 0 0 0-.057.209a.4.4 0 0 0 .057.207a.4.4 0 0 0 .154.154a.43.43 0 0 0 .213.055h15.19a.43.43 0 0 0 .212-.055a.4.4 0 0 0 .155-.154a.4.4 0 0 0 .056-.207a.4.4 0 0 0-.056-.21l-2.274-3.86a.84.84 0 0 0-.31-.305a.86.86 0 0 0-.424-.112z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsAlchemy(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="M12.006 1.764a.44.44 0 0 0-.215.054a.4.4 0 0 0-.156.152L9.36 5.835a.8.8 0 0 0-.113.416c0 .146.039.29.113.416l4.951 8.412a.84.84 0 0 0 .313.305a.86.86 0 0 0 .424.111h4.549a.44.44 0 0 0 .213-.056a.4.4 0 0 0 .154-.153a.4.4 0 0 0 .059-.207a.4.4 0 0 0-.057-.209L12.37 1.975a.4.4 0 0 0-.154-.153a.43.43 0 0 0-.211-.058M8.02 8.506a.43.43 0 0 0-.211.056a.4.4 0 0 0-.157.153L.058 21.61a.41.41 0 0 0-.002.418a.4.4 0 0 0 .157.152a.43.43 0 0 0 .213.057h4.55a.86.86 0 0 0 .424-.112a.84.84 0 0 0 .31-.305l4.954-8.412a.8.8 0 0 0 .113-.416a.8.8 0 0 0-.113-.418l-2.275-3.86a.4.4 0 0 0-.157-.152a.44.44 0 0 0-.213-.056m3.011 8.824a.9.9 0 0 0-.426.112a.84.84 0 0 0-.31.304L8.02 21.608a.4.4 0 0 0-.057.209a.4.4 0 0 0 .057.207a.4.4 0 0 0 .154.154a.43.43 0 0 0 .213.055h15.19a.43.43 0 0 0 .212-.055a.4.4 0 0 0 .155-.154a.4.4 0 0 0 .056-.207a.4.4 0 0 0-.056-.21l-2.274-3.86a.84.84 0 0 0-.31-.305a.86.86 0 0 0-.424-.112z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.006 1.764a.44.44 0 0 0-.215.054a.4.4 0 0 0-.156.152L9.36 5.835a.8.8 0 0 0-.113.416c0 .146.039.29.113.416l4.951 8.412a.84.84 0 0 0 .313.305a.86.86 0 0 0 .424.111h4.549a.44.44 0 0 0 .213-.056a.4.4 0 0 0 .154-.153a.4.4 0 0 0 .059-.207a.4.4 0 0 0-.057-.209L12.37 1.975a.4.4 0 0 0-.154-.153a.43.43 0 0 0-.211-.058M8.02 8.506a.43.43 0 0 0-.211.056a.4.4 0 0 0-.157.153L.058 21.61a.41.41 0 0 0-.002.418a.4.4 0 0 0 .157.152a.43.43 0 0 0 .213.057h4.55a.86.86 0 0 0 .424-.112a.84.84 0 0 0 .31-.305l4.954-8.412a.8.8 0 0 0 .113-.416a.8.8 0 0 0-.113-.418l-2.275-3.86a.4.4 0 0 0-.157-.152a.44.44 0 0 0-.213-.056m3.011 8.824a.9.9 0 0 0-.426.112a.84.84 0 0 0-.31.304L8.02 21.608a.4.4 0 0 0-.057.209a.4.4 0 0 0 .057.207a.4.4 0 0 0 .154.154a.43.43 0 0 0 .213.055h15.19a.43.43 0 0 0 .212-.055a.4.4 0 0 0 .155-.154a.4.4 0 0 0 .056-.207a.4.4 0 0 0-.056-.21l-2.274-3.86a.84.84 0 0 0-.31-.305a.86.86 0 0 0-.424-.112z"/></svg>
</template>

CSS

.icon-alchemy {
  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%22M12.006%201.764a.44.44%200%200%200-.215.054a.4.4%200%200%200-.156.152L9.36%205.835a.8.8%200%200%200-.113.416c0%20.146.039.29.113.416l4.951%208.412a.84.84%200%200%200%20.313.305a.86.86%200%200%200%20.424.111h4.549a.44.44%200%200%200%20.213-.056a.4.4%200%200%200%20.154-.153a.4.4%200%200%200%20.059-.207a.4.4%200%200%200-.057-.209L12.37%201.975a.4.4%200%200%200-.154-.153a.43.43%200%200%200-.211-.058M8.02%208.506a.43.43%200%200%200-.211.056a.4.4%200%200%200-.157.153L.058%2021.61a.41.41%200%200%200-.002.418a.4.4%200%200%200%20.157.152a.43.43%200%200%200%20.213.057h4.55a.86.86%200%200%200%20.424-.112a.84.84%200%200%200%20.31-.305l4.954-8.412a.8.8%200%200%200%20.113-.416a.8.8%200%200%200-.113-.418l-2.275-3.86a.4.4%200%200%200-.157-.152a.44.44%200%200%200-.213-.056m3.011%208.824a.9.9%200%200%200-.426.112a.84.84%200%200%200-.31.304L8.02%2021.608a.4.4%200%200%200-.057.209a.4.4%200%200%200%20.057.207a.4.4%200%200%200%20.154.154a.43.43%200%200%200%20.213.055h15.19a.43.43%200%200%200%20.212-.055a.4.4%200%200%200%20.155-.154a.4.4%200%200%200%20.056-.207a.4.4%200%200%200-.056-.21l-2.274-3.86a.84.84%200%200%200-.31-.305a.86.86%200%200%200-.424-.112z%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%22M12.006%201.764a.44.44%200%200%200-.215.054a.4.4%200%200%200-.156.152L9.36%205.835a.8.8%200%200%200-.113.416c0%20.146.039.29.113.416l4.951%208.412a.84.84%200%200%200%20.313.305a.86.86%200%200%200%20.424.111h4.549a.44.44%200%200%200%20.213-.056a.4.4%200%200%200%20.154-.153a.4.4%200%200%200%20.059-.207a.4.4%200%200%200-.057-.209L12.37%201.975a.4.4%200%200%200-.154-.153a.43.43%200%200%200-.211-.058M8.02%208.506a.43.43%200%200%200-.211.056a.4.4%200%200%200-.157.153L.058%2021.61a.41.41%200%200%200-.002.418a.4.4%200%200%200%20.157.152a.43.43%200%200%200%20.213.057h4.55a.86.86%200%200%200%20.424-.112a.84.84%200%200%200%20.31-.305l4.954-8.412a.8.8%200%200%200%20.113-.416a.8.8%200%200%200-.113-.418l-2.275-3.86a.4.4%200%200%200-.157-.152a.44.44%200%200%200-.213-.056m3.011%208.824a.9.9%200%200%200-.426.112a.84.84%200%200%200-.31.304L8.02%2021.608a.4.4%200%200%200-.057.209a.4.4%200%200%200%20.057.207a.4.4%200%200%200%20.154.154a.43.43%200%200%200%20.213.055h15.19a.43.43%200%200%200%20.212-.055a.4.4%200%200%200%20.155-.154a.4.4%200%200%200%20.056-.207a.4.4%200%200%200-.056-.21l-2.274-3.86a.84.84%200%200%200-.31-.305a.86.86%200%200%200-.424-.112z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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