yen-outline from Health Icons by Resolve to Save Lives · Outline · Typography · MIT Free for personal and commercial use.

Name
yen-outline
Set
Health Icons
Style
Outline
Category
Typography
Viewbox
48×48
License
MIT
Aliases
yen2x-outline

1 other variant in Health Icons

The same icon in other sets

More typography icons from Health Icons

Use the yen icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M31.695 10.08a3 3 0 0 1 4.61 3.84l-.769-.64l.769.64l-5.92 7.105A3 3 0 0 1 30.002 27A3 3 0 0 1 30 33h-3v3a3 3 0 0 1-6 0v-3h-3a3 3 0 0 1-.002-6a3 3 0 0 1-.383-5.975l-5.92-7.104a3 3 0 0 1 .384-4.226l.64.769l-.64-.769a3 3 0 0 1 4.226.384L24 19.315zm2.945 1.152a1 1 0 0 0-1.408.128l-8.464 10.156a1 1 0 0 1-1.536 0L14.768 11.36a1 1 0 1 0-1.536 1.28l7.266 8.72A1 1 0 0 1 19.73 23H18a1 1 0 1 0 0 2h4a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-4a1 1 0 1 0 0 2h4a1 1 0 0 1 1 1v4a1 1 0 1 0 2 0v-4a1 1 0 0 1 1-1h4a1 1 0 1 0 0-2h-4a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h4a1 1 0 1 0 0-2h-1.73a1 1 0 0 1-.768-1.64l7.266-8.72a1 1 0 0 0-.128-1.408" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsYenOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M31.695 10.08a3 3 0 0 1 4.61 3.84l-.769-.64l.769.64l-5.92 7.105A3 3 0 0 1 30.002 27A3 3 0 0 1 30 33h-3v3a3 3 0 0 1-6 0v-3h-3a3 3 0 0 1-.002-6a3 3 0 0 1-.383-5.975l-5.92-7.104a3 3 0 0 1 .384-4.226l.64.769l-.64-.769a3 3 0 0 1 4.226.384L24 19.315zm2.945 1.152a1 1 0 0 0-1.408.128l-8.464 10.156a1 1 0 0 1-1.536 0L14.768 11.36a1 1 0 1 0-1.536 1.28l7.266 8.72A1 1 0 0 1 19.73 23H18a1 1 0 1 0 0 2h4a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-4a1 1 0 1 0 0 2h4a1 1 0 0 1 1 1v4a1 1 0 1 0 2 0v-4a1 1 0 0 1 1-1h4a1 1 0 1 0 0-2h-4a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h4a1 1 0 1 0 0-2h-1.73a1 1 0 0 1-.768-1.64l7.266-8.72a1 1 0 0 0-.128-1.408" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M31.695 10.08a3 3 0 0 1 4.61 3.84l-.769-.64l.769.64l-5.92 7.105A3 3 0 0 1 30.002 27A3 3 0 0 1 30 33h-3v3a3 3 0 0 1-6 0v-3h-3a3 3 0 0 1-.002-6a3 3 0 0 1-.383-5.975l-5.92-7.104a3 3 0 0 1 .384-4.226l.64.769l-.64-.769a3 3 0 0 1 4.226.384L24 19.315zm2.945 1.152a1 1 0 0 0-1.408.128l-8.464 10.156a1 1 0 0 1-1.536 0L14.768 11.36a1 1 0 1 0-1.536 1.28l7.266 8.72A1 1 0 0 1 19.73 23H18a1 1 0 1 0 0 2h4a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-4a1 1 0 1 0 0 2h4a1 1 0 0 1 1 1v4a1 1 0 1 0 2 0v-4a1 1 0 0 1 1-1h4a1 1 0 1 0 0-2h-4a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h4a1 1 0 1 0 0-2h-1.73a1 1 0 0 1-.768-1.64l7.266-8.72a1 1 0 0 0-.128-1.408" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-yen-outline {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M31.695%2010.08a3%203%200%200%201%204.61%203.84l-.769-.64l.769.64l-5.92%207.105A3%203%200%200%201%2030.002%2027A3%203%200%200%201%2030%2033h-3v3a3%203%200%200%201-6%200v-3h-3a3%203%200%200%201-.002-6a3%203%200%200%201-.383-5.975l-5.92-7.104a3%203%200%200%201%20.384-4.226l.64.769l-.64-.769a3%203%200%200%201%204.226.384L24%2019.315zm2.945%201.152a1%201%200%200%200-1.408.128l-8.464%2010.156a1%201%200%200%201-1.536%200L14.768%2011.36a1%201%200%201%200-1.536%201.28l7.266%208.72A1%201%200%200%201%2019.73%2023H18a1%201%200%201%200%200%202h4a1%201%200%200%201%201%201v2a1%201%200%200%201-1%201h-4a1%201%200%201%200%200%202h4a1%201%200%200%201%201%201v4a1%201%200%201%200%202%200v-4a1%201%200%200%201%201-1h4a1%201%200%201%200%200-2h-4a1%201%200%200%201-1-1v-2a1%201%200%200%201%201-1h4a1%201%200%201%200%200-2h-1.73a1%201%200%200%201-.768-1.64l7.266-8.72a1%201%200%200%200-.128-1.408%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M31.695%2010.08a3%203%200%200%201%204.61%203.84l-.769-.64l.769.64l-5.92%207.105A3%203%200%200%201%2030.002%2027A3%203%200%200%201%2030%2033h-3v3a3%203%200%200%201-6%200v-3h-3a3%203%200%200%201-.002-6a3%203%200%200%201-.383-5.975l-5.92-7.104a3%203%200%200%201%20.384-4.226l.64.769l-.64-.769a3%203%200%200%201%204.226.384L24%2019.315zm2.945%201.152a1%201%200%200%200-1.408.128l-8.464%2010.156a1%201%200%200%201-1.536%200L14.768%2011.36a1%201%200%201%200-1.536%201.28l7.266%208.72A1%201%200%200%201%2019.73%2023H18a1%201%200%201%200%200%202h4a1%201%200%200%201%201%201v2a1%201%200%200%201-1%201h-4a1%201%200%201%200%200%202h4a1%201%200%200%201%201%201v4a1%201%200%201%200%202%200v-4a1%201%200%200%201%201-1h4a1%201%200%201%200%200-2h-4a1%201%200%200%201-1-1v-2a1%201%200%200%201%201-1h4a1%201%200%201%200%200-2h-1.73a1%201%200%200%201-.768-1.64l7.266-8.72a1%201%200%200%200-.128-1.408%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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