circle dollar to slot icon

circle-dollar-to-slot from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
circle-dollar-to-slot
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the circle dollar to slot icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M326.7 403.7c-22.1 8-45.9 12.3-70.7 12.3s-48.7-4.4-70.7-12.3l-.8-.3c-30-11-56.8-28.7-78.6-51.4C70 314.6 48 263.9 48 208C48 93.1 141.1 0 256 0s208 93.1 208 208c0 55.9-22 106.6-57.9 144c-1 1-2 2.1-3 3.1a208.8 208.8 0 0 1-76.3 48.6zM256 91.9c-11.1 0-20.1 9-20.1 20.1v6q-8.4 1.8-15.9 5.1c-15 6.8-27.9 19.4-31.1 37.7c-1.8 10.2-.8 20 3.4 29c4.2 8.8 10.7 15 17.3 19.5c11.6 7.9 26.9 12.5 38.6 16l2.2.7c13.9 4.2 23.4 7.4 29.3 11.7c2.5 1.8 3.4 3.2 3.7 4s.9 2.6.2 6.7c-.6 3.5-2.5 6.4-8 8.8c-6.1 2.6-16 3.9-28.8 1.9c-6-1-16.7-4.6-26.2-7.9c-2.2-.7-4.3-1.5-6.4-2.1c-10.5-3.5-21.8 2.2-25.3 12.7s2.2 21.8 12.7 25.3c1.2.4 2.7.9 4.4 1.5c7.9 2.7 20.3 6.9 29.8 9.1v6.4c0 11.1 9 20.1 20.1 20.1s20.1-9 20.1-20.1v-5.5c5.3-1 10.5-2.5 15.4-4.6c15.7-6.7 28.4-19.7 31.6-38.7c1.8-10.4 1-20.3-3-29.4c-3.9-9-10.2-15.6-16.9-20.5c-12.2-8.8-28.3-13.7-40.4-17.4l-.8-.2c-14.2-4.3-23.8-7.3-29.9-11.4c-2.6-1.8-3.4-3-3.6-3.5c-.2-.3-.7-1.6-.1-5c.3-1.9 1.9-5.2 8.2-8.1c6.4-2.9 16.4-4.5 28.6-2.6c4.3.7 17.9 3.3 21.7 4.3c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-4.4-1.2-14.4-3.2-21-4.4v-6.3c0-11.1-9-20.1-20.1-20.1zM48 352h16c19.5 25.9 44 47.7 72.2 64H64v32h384v-32h-72.2c28.2-16.3 52.8-38.1 72.2-64h16c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48v-64c0-26.5 21.5-48 48-48"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidCircleDollarToSlot(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M326.7 403.7c-22.1 8-45.9 12.3-70.7 12.3s-48.7-4.4-70.7-12.3l-.8-.3c-30-11-56.8-28.7-78.6-51.4C70 314.6 48 263.9 48 208C48 93.1 141.1 0 256 0s208 93.1 208 208c0 55.9-22 106.6-57.9 144c-1 1-2 2.1-3 3.1a208.8 208.8 0 0 1-76.3 48.6zM256 91.9c-11.1 0-20.1 9-20.1 20.1v6q-8.4 1.8-15.9 5.1c-15 6.8-27.9 19.4-31.1 37.7c-1.8 10.2-.8 20 3.4 29c4.2 8.8 10.7 15 17.3 19.5c11.6 7.9 26.9 12.5 38.6 16l2.2.7c13.9 4.2 23.4 7.4 29.3 11.7c2.5 1.8 3.4 3.2 3.7 4s.9 2.6.2 6.7c-.6 3.5-2.5 6.4-8 8.8c-6.1 2.6-16 3.9-28.8 1.9c-6-1-16.7-4.6-26.2-7.9c-2.2-.7-4.3-1.5-6.4-2.1c-10.5-3.5-21.8 2.2-25.3 12.7s2.2 21.8 12.7 25.3c1.2.4 2.7.9 4.4 1.5c7.9 2.7 20.3 6.9 29.8 9.1v6.4c0 11.1 9 20.1 20.1 20.1s20.1-9 20.1-20.1v-5.5c5.3-1 10.5-2.5 15.4-4.6c15.7-6.7 28.4-19.7 31.6-38.7c1.8-10.4 1-20.3-3-29.4c-3.9-9-10.2-15.6-16.9-20.5c-12.2-8.8-28.3-13.7-40.4-17.4l-.8-.2c-14.2-4.3-23.8-7.3-29.9-11.4c-2.6-1.8-3.4-3-3.6-3.5c-.2-.3-.7-1.6-.1-5c.3-1.9 1.9-5.2 8.2-8.1c6.4-2.9 16.4-4.5 28.6-2.6c4.3.7 17.9 3.3 21.7 4.3c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-4.4-1.2-14.4-3.2-21-4.4v-6.3c0-11.1-9-20.1-20.1-20.1zM48 352h16c19.5 25.9 44 47.7 72.2 64H64v32h384v-32h-72.2c28.2-16.3 52.8-38.1 72.2-64h16c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48v-64c0-26.5 21.5-48 48-48"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M326.7 403.7c-22.1 8-45.9 12.3-70.7 12.3s-48.7-4.4-70.7-12.3l-.8-.3c-30-11-56.8-28.7-78.6-51.4C70 314.6 48 263.9 48 208C48 93.1 141.1 0 256 0s208 93.1 208 208c0 55.9-22 106.6-57.9 144c-1 1-2 2.1-3 3.1a208.8 208.8 0 0 1-76.3 48.6zM256 91.9c-11.1 0-20.1 9-20.1 20.1v6q-8.4 1.8-15.9 5.1c-15 6.8-27.9 19.4-31.1 37.7c-1.8 10.2-.8 20 3.4 29c4.2 8.8 10.7 15 17.3 19.5c11.6 7.9 26.9 12.5 38.6 16l2.2.7c13.9 4.2 23.4 7.4 29.3 11.7c2.5 1.8 3.4 3.2 3.7 4s.9 2.6.2 6.7c-.6 3.5-2.5 6.4-8 8.8c-6.1 2.6-16 3.9-28.8 1.9c-6-1-16.7-4.6-26.2-7.9c-2.2-.7-4.3-1.5-6.4-2.1c-10.5-3.5-21.8 2.2-25.3 12.7s2.2 21.8 12.7 25.3c1.2.4 2.7.9 4.4 1.5c7.9 2.7 20.3 6.9 29.8 9.1v6.4c0 11.1 9 20.1 20.1 20.1s20.1-9 20.1-20.1v-5.5c5.3-1 10.5-2.5 15.4-4.6c15.7-6.7 28.4-19.7 31.6-38.7c1.8-10.4 1-20.3-3-29.4c-3.9-9-10.2-15.6-16.9-20.5c-12.2-8.8-28.3-13.7-40.4-17.4l-.8-.2c-14.2-4.3-23.8-7.3-29.9-11.4c-2.6-1.8-3.4-3-3.6-3.5c-.2-.3-.7-1.6-.1-5c.3-1.9 1.9-5.2 8.2-8.1c6.4-2.9 16.4-4.5 28.6-2.6c4.3.7 17.9 3.3 21.7 4.3c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-4.4-1.2-14.4-3.2-21-4.4v-6.3c0-11.1-9-20.1-20.1-20.1zM48 352h16c19.5 25.9 44 47.7 72.2 64H64v32h384v-32h-72.2c28.2-16.3 52.8-38.1 72.2-64h16c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48v-64c0-26.5 21.5-48 48-48"/></svg>
</template>

CSS

.icon-circle-dollar-to-slot {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M326.7%20403.7c-22.1%208-45.9%2012.3-70.7%2012.3s-48.7-4.4-70.7-12.3l-.8-.3c-30-11-56.8-28.7-78.6-51.4C70%20314.6%2048%20263.9%2048%20208C48%2093.1%20141.1%200%20256%200s208%2093.1%20208%20208c0%2055.9-22%20106.6-57.9%20144c-1%201-2%202.1-3%203.1a208.8%20208.8%200%200%201-76.3%2048.6zM256%2091.9c-11.1%200-20.1%209-20.1%2020.1v6q-8.4%201.8-15.9%205.1c-15%206.8-27.9%2019.4-31.1%2037.7c-1.8%2010.2-.8%2020%203.4%2029c4.2%208.8%2010.7%2015%2017.3%2019.5c11.6%207.9%2026.9%2012.5%2038.6%2016l2.2.7c13.9%204.2%2023.4%207.4%2029.3%2011.7c2.5%201.8%203.4%203.2%203.7%204s.9%202.6.2%206.7c-.6%203.5-2.5%206.4-8%208.8c-6.1%202.6-16%203.9-28.8%201.9c-6-1-16.7-4.6-26.2-7.9c-2.2-.7-4.3-1.5-6.4-2.1c-10.5-3.5-21.8%202.2-25.3%2012.7s2.2%2021.8%2012.7%2025.3c1.2.4%202.7.9%204.4%201.5c7.9%202.7%2020.3%206.9%2029.8%209.1v6.4c0%2011.1%209%2020.1%2020.1%2020.1s20.1-9%2020.1-20.1v-5.5c5.3-1%2010.5-2.5%2015.4-4.6c15.7-6.7%2028.4-19.7%2031.6-38.7c1.8-10.4%201-20.3-3-29.4c-3.9-9-10.2-15.6-16.9-20.5c-12.2-8.8-28.3-13.7-40.4-17.4l-.8-.2c-14.2-4.3-23.8-7.3-29.9-11.4c-2.6-1.8-3.4-3-3.6-3.5c-.2-.3-.7-1.6-.1-5c.3-1.9%201.9-5.2%208.2-8.1c6.4-2.9%2016.4-4.5%2028.6-2.6c4.3.7%2017.9%203.3%2021.7%204.3c10.7%202.8%2021.6-3.5%2024.5-14.2s-3.5-21.6-14.2-24.5c-4.4-1.2-14.4-3.2-21-4.4v-6.3c0-11.1-9-20.1-20.1-20.1zM48%20352h16c19.5%2025.9%2044%2047.7%2072.2%2064H64v32h384v-32h-72.2c28.2-16.3%2052.8-38.1%2072.2-64h16c26.5%200%2048%2021.5%2048%2048v64c0%2026.5-21.5%2048-48%2048H48c-26.5%200-48-21.5-48-48v-64c0-26.5%2021.5-48%2048-48%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M326.7%20403.7c-22.1%208-45.9%2012.3-70.7%2012.3s-48.7-4.4-70.7-12.3l-.8-.3c-30-11-56.8-28.7-78.6-51.4C70%20314.6%2048%20263.9%2048%20208C48%2093.1%20141.1%200%20256%200s208%2093.1%20208%20208c0%2055.9-22%20106.6-57.9%20144c-1%201-2%202.1-3%203.1a208.8%20208.8%200%200%201-76.3%2048.6zM256%2091.9c-11.1%200-20.1%209-20.1%2020.1v6q-8.4%201.8-15.9%205.1c-15%206.8-27.9%2019.4-31.1%2037.7c-1.8%2010.2-.8%2020%203.4%2029c4.2%208.8%2010.7%2015%2017.3%2019.5c11.6%207.9%2026.9%2012.5%2038.6%2016l2.2.7c13.9%204.2%2023.4%207.4%2029.3%2011.7c2.5%201.8%203.4%203.2%203.7%204s.9%202.6.2%206.7c-.6%203.5-2.5%206.4-8%208.8c-6.1%202.6-16%203.9-28.8%201.9c-6-1-16.7-4.6-26.2-7.9c-2.2-.7-4.3-1.5-6.4-2.1c-10.5-3.5-21.8%202.2-25.3%2012.7s2.2%2021.8%2012.7%2025.3c1.2.4%202.7.9%204.4%201.5c7.9%202.7%2020.3%206.9%2029.8%209.1v6.4c0%2011.1%209%2020.1%2020.1%2020.1s20.1-9%2020.1-20.1v-5.5c5.3-1%2010.5-2.5%2015.4-4.6c15.7-6.7%2028.4-19.7%2031.6-38.7c1.8-10.4%201-20.3-3-29.4c-3.9-9-10.2-15.6-16.9-20.5c-12.2-8.8-28.3-13.7-40.4-17.4l-.8-.2c-14.2-4.3-23.8-7.3-29.9-11.4c-2.6-1.8-3.4-3-3.6-3.5c-.2-.3-.7-1.6-.1-5c.3-1.9%201.9-5.2%208.2-8.1c6.4-2.9%2016.4-4.5%2028.6-2.6c4.3.7%2017.9%203.3%2021.7%204.3c10.7%202.8%2021.6-3.5%2024.5-14.2s-3.5-21.6-14.2-24.5c-4.4-1.2-14.4-3.2-21-4.4v-6.3c0-11.1-9-20.1-20.1-20.1zM48%20352h16c19.5%2025.9%2044%2047.7%2072.2%2064H64v32h384v-32h-72.2c28.2-16.3%2052.8-38.1%2072.2-64h16c26.5%200%2048%2021.5%2048%2048v64c0%2026.5-21.5%2048-48%2048H48c-26.5%200-48-21.5-48-48v-64c0-26.5%2021.5-48%2048-48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/circle-dollar-to-slot.svg?color=%231a73e8&size=48