coins from Line Awesome by Icons8 · Line · Finance · Apache-2.0 Free for personal and commercial use.

Name
coins
Set
Line Awesome
Style
Line
Category
Finance
Viewbox
32×32
License
Apache 2.0
Aliases
coins-solid

The same icon in other sets

More finance icons from Line Awesome

Use the coins icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21 4c-1.793 0-3.418.336-4.688.969S14 6.633 14 8v4c0 .129.043.254.063.375A12.2 12.2 0 0 0 11 12c-1.793 0-3.418.336-4.688.969S4 14.633 4 16v8c0 1.367 1.043 2.398 2.313 3.031C7.582 27.664 9.207 28 11 28s3.418-.336 4.688-.969C16.956 26.398 18 25.367 18 24v-.406A11.7 11.7 0 0 0 21 24c1.793 0 3.418-.336 4.688-.969C26.956 22.398 28 21.367 28 20V8c0-1.367-1.043-2.398-2.313-3.031C24.419 4.336 22.794 4 21 4m0 2c1.523 0 2.879.328 3.781.781S26 7.711 26 8s-.316.766-1.219 1.219C23.88 9.672 22.523 10 21 10s-2.879-.328-3.781-.781S16 8.289 16 8s.316-.766 1.219-1.219C18.12 6.328 19.477 6 21 6m-5 4.844c.105.058.203.133.313.187c1.269.633 2.894.969 4.687.969s3.418-.336 4.688-.969c.109-.054.207-.129.312-.187V12c0 .29-.316.766-1.219 1.219c-.902.453-2.258.781-3.781.781s-2.879-.328-3.781-.781S16 12.289 16 12zM11 14c1.523 0 2.879.328 3.781.781S16 15.711 16 16s-.316.766-1.219 1.219c-.902.453-2.258.781-3.781.781s-2.879-.328-3.781-.781S6 16.289 6 16s.316-.766 1.219-1.219C8.12 14.328 9.477 14 11 14m15 .844V16c0 .29-.316.766-1.219 1.219c-.902.453-2.258.781-3.781.781a9.5 9.5 0 0 1-3-.469V16c0-.129-.043-.254-.063-.375c.93.242 1.961.375 3.063.375c1.793 0 3.418-.336 4.688-.969c.109-.054.207-.129.312-.187m-20 4c.105.058.203.133.313.187C7.582 19.664 9.207 20 11 20s3.418-.336 4.688-.969c.109-.054.207-.129.312-.187V20c0 .29-.316.766-1.219 1.219c-.902.453-2.258.781-3.781.781s-2.879-.328-3.781-.781S6 20.289 6 20zm20 0V20c0 .29-.316.766-1.219 1.219c-.902.453-2.258.781-3.781.781c-1.137 0-2.164-.16-3-.438v-1.937c.918.242 1.918.375 3 .375c1.793 0 3.418-.336 4.688-.969c.109-.054.207-.129.312-.187m-20 4c.105.058.203.133.313.187C7.582 23.664 9.207 24 11 24s3.418-.336 4.688-.969c.109-.054.207-.129.312-.187V24c0 .29-.316.766-1.219 1.219c-.902.453-2.258.781-3.781.781s-2.879-.328-3.781-.781S6 24.289 6 24z"/></svg>

React

import type { SVGProps } from "react";

export function LaCoins(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21 4c-1.793 0-3.418.336-4.688.969S14 6.633 14 8v4c0 .129.043.254.063.375A12.2 12.2 0 0 0 11 12c-1.793 0-3.418.336-4.688.969S4 14.633 4 16v8c0 1.367 1.043 2.398 2.313 3.031C7.582 27.664 9.207 28 11 28s3.418-.336 4.688-.969C16.956 26.398 18 25.367 18 24v-.406A11.7 11.7 0 0 0 21 24c1.793 0 3.418-.336 4.688-.969C26.956 22.398 28 21.367 28 20V8c0-1.367-1.043-2.398-2.313-3.031C24.419 4.336 22.794 4 21 4m0 2c1.523 0 2.879.328 3.781.781S26 7.711 26 8s-.316.766-1.219 1.219C23.88 9.672 22.523 10 21 10s-2.879-.328-3.781-.781S16 8.289 16 8s.316-.766 1.219-1.219C18.12 6.328 19.477 6 21 6m-5 4.844c.105.058.203.133.313.187c1.269.633 2.894.969 4.687.969s3.418-.336 4.688-.969c.109-.054.207-.129.312-.187V12c0 .29-.316.766-1.219 1.219c-.902.453-2.258.781-3.781.781s-2.879-.328-3.781-.781S16 12.289 16 12zM11 14c1.523 0 2.879.328 3.781.781S16 15.711 16 16s-.316.766-1.219 1.219c-.902.453-2.258.781-3.781.781s-2.879-.328-3.781-.781S6 16.289 6 16s.316-.766 1.219-1.219C8.12 14.328 9.477 14 11 14m15 .844V16c0 .29-.316.766-1.219 1.219c-.902.453-2.258.781-3.781.781a9.5 9.5 0 0 1-3-.469V16c0-.129-.043-.254-.063-.375c.93.242 1.961.375 3.063.375c1.793 0 3.418-.336 4.688-.969c.109-.054.207-.129.312-.187m-20 4c.105.058.203.133.313.187C7.582 19.664 9.207 20 11 20s3.418-.336 4.688-.969c.109-.054.207-.129.312-.187V20c0 .29-.316.766-1.219 1.219c-.902.453-2.258.781-3.781.781s-2.879-.328-3.781-.781S6 20.289 6 20zm20 0V20c0 .29-.316.766-1.219 1.219c-.902.453-2.258.781-3.781.781c-1.137 0-2.164-.16-3-.438v-1.937c.918.242 1.918.375 3 .375c1.793 0 3.418-.336 4.688-.969c.109-.054.207-.129.312-.187m-20 4c.105.058.203.133.313.187C7.582 23.664 9.207 24 11 24s3.418-.336 4.688-.969c.109-.054.207-.129.312-.187V24c0 .29-.316.766-1.219 1.219c-.902.453-2.258.781-3.781.781s-2.879-.328-3.781-.781S6 24.289 6 24z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21 4c-1.793 0-3.418.336-4.688.969S14 6.633 14 8v4c0 .129.043.254.063.375A12.2 12.2 0 0 0 11 12c-1.793 0-3.418.336-4.688.969S4 14.633 4 16v8c0 1.367 1.043 2.398 2.313 3.031C7.582 27.664 9.207 28 11 28s3.418-.336 4.688-.969C16.956 26.398 18 25.367 18 24v-.406A11.7 11.7 0 0 0 21 24c1.793 0 3.418-.336 4.688-.969C26.956 22.398 28 21.367 28 20V8c0-1.367-1.043-2.398-2.313-3.031C24.419 4.336 22.794 4 21 4m0 2c1.523 0 2.879.328 3.781.781S26 7.711 26 8s-.316.766-1.219 1.219C23.88 9.672 22.523 10 21 10s-2.879-.328-3.781-.781S16 8.289 16 8s.316-.766 1.219-1.219C18.12 6.328 19.477 6 21 6m-5 4.844c.105.058.203.133.313.187c1.269.633 2.894.969 4.687.969s3.418-.336 4.688-.969c.109-.054.207-.129.312-.187V12c0 .29-.316.766-1.219 1.219c-.902.453-2.258.781-3.781.781s-2.879-.328-3.781-.781S16 12.289 16 12zM11 14c1.523 0 2.879.328 3.781.781S16 15.711 16 16s-.316.766-1.219 1.219c-.902.453-2.258.781-3.781.781s-2.879-.328-3.781-.781S6 16.289 6 16s.316-.766 1.219-1.219C8.12 14.328 9.477 14 11 14m15 .844V16c0 .29-.316.766-1.219 1.219c-.902.453-2.258.781-3.781.781a9.5 9.5 0 0 1-3-.469V16c0-.129-.043-.254-.063-.375c.93.242 1.961.375 3.063.375c1.793 0 3.418-.336 4.688-.969c.109-.054.207-.129.312-.187m-20 4c.105.058.203.133.313.187C7.582 19.664 9.207 20 11 20s3.418-.336 4.688-.969c.109-.054.207-.129.312-.187V20c0 .29-.316.766-1.219 1.219c-.902.453-2.258.781-3.781.781s-2.879-.328-3.781-.781S6 20.289 6 20zm20 0V20c0 .29-.316.766-1.219 1.219c-.902.453-2.258.781-3.781.781c-1.137 0-2.164-.16-3-.438v-1.937c.918.242 1.918.375 3 .375c1.793 0 3.418-.336 4.688-.969c.109-.054.207-.129.312-.187m-20 4c.105.058.203.133.313.187C7.582 23.664 9.207 24 11 24s3.418-.336 4.688-.969c.109-.054.207-.129.312-.187V24c0 .29-.316.766-1.219 1.219c-.902.453-2.258.781-3.781.781s-2.879-.328-3.781-.781S6 24.289 6 24z"/></svg>
</template>

CSS

.icon-coins {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%204c-1.793%200-3.418.336-4.688.969S14%206.633%2014%208v4c0%20.129.043.254.063.375A12.2%2012.2%200%200%200%2011%2012c-1.793%200-3.418.336-4.688.969S4%2014.633%204%2016v8c0%201.367%201.043%202.398%202.313%203.031C7.582%2027.664%209.207%2028%2011%2028s3.418-.336%204.688-.969C16.956%2026.398%2018%2025.367%2018%2024v-.406A11.7%2011.7%200%200%200%2021%2024c1.793%200%203.418-.336%204.688-.969C26.956%2022.398%2028%2021.367%2028%2020V8c0-1.367-1.043-2.398-2.313-3.031C24.419%204.336%2022.794%204%2021%204m0%202c1.523%200%202.879.328%203.781.781S26%207.711%2026%208s-.316.766-1.219%201.219C23.88%209.672%2022.523%2010%2021%2010s-2.879-.328-3.781-.781S16%208.289%2016%208s.316-.766%201.219-1.219C18.12%206.328%2019.477%206%2021%206m-5%204.844c.105.058.203.133.313.187c1.269.633%202.894.969%204.687.969s3.418-.336%204.688-.969c.109-.054.207-.129.312-.187V12c0%20.29-.316.766-1.219%201.219c-.902.453-2.258.781-3.781.781s-2.879-.328-3.781-.781S16%2012.289%2016%2012zM11%2014c1.523%200%202.879.328%203.781.781S16%2015.711%2016%2016s-.316.766-1.219%201.219c-.902.453-2.258.781-3.781.781s-2.879-.328-3.781-.781S6%2016.289%206%2016s.316-.766%201.219-1.219C8.12%2014.328%209.477%2014%2011%2014m15%20.844V16c0%20.29-.316.766-1.219%201.219c-.902.453-2.258.781-3.781.781a9.5%209.5%200%200%201-3-.469V16c0-.129-.043-.254-.063-.375c.93.242%201.961.375%203.063.375c1.793%200%203.418-.336%204.688-.969c.109-.054.207-.129.312-.187m-20%204c.105.058.203.133.313.187C7.582%2019.664%209.207%2020%2011%2020s3.418-.336%204.688-.969c.109-.054.207-.129.312-.187V20c0%20.29-.316.766-1.219%201.219c-.902.453-2.258.781-3.781.781s-2.879-.328-3.781-.781S6%2020.289%206%2020zm20%200V20c0%20.29-.316.766-1.219%201.219c-.902.453-2.258.781-3.781.781c-1.137%200-2.164-.16-3-.438v-1.937c.918.242%201.918.375%203%20.375c1.793%200%203.418-.336%204.688-.969c.109-.054.207-.129.312-.187m-20%204c.105.058.203.133.313.187C7.582%2023.664%209.207%2024%2011%2024s3.418-.336%204.688-.969c.109-.054.207-.129.312-.187V24c0%20.29-.316.766-1.219%201.219c-.902.453-2.258.781-3.781.781s-2.879-.328-3.781-.781S6%2024.289%206%2024z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%204c-1.793%200-3.418.336-4.688.969S14%206.633%2014%208v4c0%20.129.043.254.063.375A12.2%2012.2%200%200%200%2011%2012c-1.793%200-3.418.336-4.688.969S4%2014.633%204%2016v8c0%201.367%201.043%202.398%202.313%203.031C7.582%2027.664%209.207%2028%2011%2028s3.418-.336%204.688-.969C16.956%2026.398%2018%2025.367%2018%2024v-.406A11.7%2011.7%200%200%200%2021%2024c1.793%200%203.418-.336%204.688-.969C26.956%2022.398%2028%2021.367%2028%2020V8c0-1.367-1.043-2.398-2.313-3.031C24.419%204.336%2022.794%204%2021%204m0%202c1.523%200%202.879.328%203.781.781S26%207.711%2026%208s-.316.766-1.219%201.219C23.88%209.672%2022.523%2010%2021%2010s-2.879-.328-3.781-.781S16%208.289%2016%208s.316-.766%201.219-1.219C18.12%206.328%2019.477%206%2021%206m-5%204.844c.105.058.203.133.313.187c1.269.633%202.894.969%204.687.969s3.418-.336%204.688-.969c.109-.054.207-.129.312-.187V12c0%20.29-.316.766-1.219%201.219c-.902.453-2.258.781-3.781.781s-2.879-.328-3.781-.781S16%2012.289%2016%2012zM11%2014c1.523%200%202.879.328%203.781.781S16%2015.711%2016%2016s-.316.766-1.219%201.219c-.902.453-2.258.781-3.781.781s-2.879-.328-3.781-.781S6%2016.289%206%2016s.316-.766%201.219-1.219C8.12%2014.328%209.477%2014%2011%2014m15%20.844V16c0%20.29-.316.766-1.219%201.219c-.902.453-2.258.781-3.781.781a9.5%209.5%200%200%201-3-.469V16c0-.129-.043-.254-.063-.375c.93.242%201.961.375%203.063.375c1.793%200%203.418-.336%204.688-.969c.109-.054.207-.129.312-.187m-20%204c.105.058.203.133.313.187C7.582%2019.664%209.207%2020%2011%2020s3.418-.336%204.688-.969c.109-.054.207-.129.312-.187V20c0%20.29-.316.766-1.219%201.219c-.902.453-2.258.781-3.781.781s-2.879-.328-3.781-.781S6%2020.289%206%2020zm20%200V20c0%20.29-.316.766-1.219%201.219c-.902.453-2.258.781-3.781.781c-1.137%200-2.164-.16-3-.438v-1.937c.918.242%201.918.375%203%20.375c1.793%200%203.418-.336%204.688-.969c.109-.054.207-.129.312-.187m-20%204c.105.058.203.133.313.187C7.582%2023.664%209.207%2024%2011%2024s3.418-.336%204.688-.969c.109-.054.207-.129.312-.187V24c0%20.29-.316.766-1.219%201.219c-.902.453-2.258.781-3.781.781s-2.879-.328-3.781-.781S6%2024.289%206%2024z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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