ticker star icon

ticker-star-filled from Reicon by REICON · Filled · Money · MIT Free for personal and commercial use.

Name
ticker-star-filled
Set
Reicon
Style
Filled
Category
Money
Viewbox
24×24
License
MIT

2 other variants in Reicon

More money icons from Reicon

Use the ticker star icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.996 4h4.008c3.778 0 5.667 0 6.84 1.172c.88.877 1.1 2.154 1.156 4.322c.007.278-.221.5-.49.571A2 2 0 0 0 20.014 12c0 .929.634 1.71 1.494 1.935c.27.07.498.292.49.57c-.055 2.17-.276 3.446-1.154 4.323C19.67 20 17.782 20 14.004 20H9.996c-3.778 0-5.667 0-6.84-1.172c-.88-.877-1.1-2.154-1.156-4.322c-.007-.279.221-.5.49-.571A2 2 0 0 0 3.986 12c0-.929-.634-1.71-1.494-1.935c-.27-.07-.498-.293-.49-.57c.055-2.17.276-3.446 1.154-4.323C4.33 4 6.218 4 9.996 4m2.958 6.199l-.098-.176C12.475 9.34 12.285 9 12 9s-.475.34-.856 1.023l-.098.176c-.108.194-.162.29-.247.354s-.19.088-.4.135l-.19.044c-.74.167-1.11.25-1.197.532c-.088.283.164.577.668 1.165l.13.152c.143.167.215.25.247.354s.022.215 0 .438l-.02.203c-.076.785-.114 1.178.116 1.352s.576.015 1.269-.303l.179-.082c.196-.09.295-.135.399-.135s.203.045.4.135l.178.082c.693.319 1.039.477 1.269.303s.192-.567.116-1.352l-.02-.203c-.022-.223-.032-.334 0-.438s.104-.187.247-.354l.13-.152c.504-.588.756-.882.668-1.165c-.088-.282-.457-.365-1.197-.532l-.19-.044c-.21-.047-.316-.07-.4-.135c-.085-.064-.139-.16-.247-.354" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconTickerStarFilled(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" fillRule="evenodd" d="M9.996 4h4.008c3.778 0 5.667 0 6.84 1.172c.88.877 1.1 2.154 1.156 4.322c.007.278-.221.5-.49.571A2 2 0 0 0 20.014 12c0 .929.634 1.71 1.494 1.935c.27.07.498.292.49.57c-.055 2.17-.276 3.446-1.154 4.323C19.67 20 17.782 20 14.004 20H9.996c-3.778 0-5.667 0-6.84-1.172c-.88-.877-1.1-2.154-1.156-4.322c-.007-.279.221-.5.49-.571A2 2 0 0 0 3.986 12c0-.929-.634-1.71-1.494-1.935c-.27-.07-.498-.293-.49-.57c.055-2.17.276-3.446 1.154-4.323C4.33 4 6.218 4 9.996 4m2.958 6.199l-.098-.176C12.475 9.34 12.285 9 12 9s-.475.34-.856 1.023l-.098.176c-.108.194-.162.29-.247.354s-.19.088-.4.135l-.19.044c-.74.167-1.11.25-1.197.532c-.088.283.164.577.668 1.165l.13.152c.143.167.215.25.247.354s.022.215 0 .438l-.02.203c-.076.785-.114 1.178.116 1.352s.576.015 1.269-.303l.179-.082c.196-.09.295-.135.399-.135s.203.045.4.135l.178.082c.693.319 1.039.477 1.269.303s.192-.567.116-1.352l-.02-.203c-.022-.223-.032-.334 0-.438s.104-.187.247-.354l.13-.152c.504-.588.756-.882.668-1.165c-.088-.282-.457-.365-1.197-.532l-.19-.044c-.21-.047-.316-.07-.4-.135c-.085-.064-.139-.16-.247-.354" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.996 4h4.008c3.778 0 5.667 0 6.84 1.172c.88.877 1.1 2.154 1.156 4.322c.007.278-.221.5-.49.571A2 2 0 0 0 20.014 12c0 .929.634 1.71 1.494 1.935c.27.07.498.292.49.57c-.055 2.17-.276 3.446-1.154 4.323C19.67 20 17.782 20 14.004 20H9.996c-3.778 0-5.667 0-6.84-1.172c-.88-.877-1.1-2.154-1.156-4.322c-.007-.279.221-.5.49-.571A2 2 0 0 0 3.986 12c0-.929-.634-1.71-1.494-1.935c-.27-.07-.498-.293-.49-.57c.055-2.17.276-3.446 1.154-4.323C4.33 4 6.218 4 9.996 4m2.958 6.199l-.098-.176C12.475 9.34 12.285 9 12 9s-.475.34-.856 1.023l-.098.176c-.108.194-.162.29-.247.354s-.19.088-.4.135l-.19.044c-.74.167-1.11.25-1.197.532c-.088.283.164.577.668 1.165l.13.152c.143.167.215.25.247.354s.022.215 0 .438l-.02.203c-.076.785-.114 1.178.116 1.352s.576.015 1.269-.303l.179-.082c.196-.09.295-.135.399-.135s.203.045.4.135l.178.082c.693.319 1.039.477 1.269.303s.192-.567.116-1.352l-.02-.203c-.022-.223-.032-.334 0-.438s.104-.187.247-.354l.13-.152c.504-.588.756-.882.668-1.165c-.088-.282-.457-.365-1.197-.532l-.19-.044c-.21-.047-.316-.07-.4-.135c-.085-.064-.139-.16-.247-.354" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-ticker-star-filled {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.996%204h4.008c3.778%200%205.667%200%206.84%201.172c.88.877%201.1%202.154%201.156%204.322c.007.278-.221.5-.49.571A2%202%200%200%200%2020.014%2012c0%20.929.634%201.71%201.494%201.935c.27.07.498.292.49.57c-.055%202.17-.276%203.446-1.154%204.323C19.67%2020%2017.782%2020%2014.004%2020H9.996c-3.778%200-5.667%200-6.84-1.172c-.88-.877-1.1-2.154-1.156-4.322c-.007-.279.221-.5.49-.571A2%202%200%200%200%203.986%2012c0-.929-.634-1.71-1.494-1.935c-.27-.07-.498-.293-.49-.57c.055-2.17.276-3.446%201.154-4.323C4.33%204%206.218%204%209.996%204m2.958%206.199l-.098-.176C12.475%209.34%2012.285%209%2012%209s-.475.34-.856%201.023l-.098.176c-.108.194-.162.29-.247.354s-.19.088-.4.135l-.19.044c-.74.167-1.11.25-1.197.532c-.088.283.164.577.668%201.165l.13.152c.143.167.215.25.247.354s.022.215%200%20.438l-.02.203c-.076.785-.114%201.178.116%201.352s.576.015%201.269-.303l.179-.082c.196-.09.295-.135.399-.135s.203.045.4.135l.178.082c.693.319%201.039.477%201.269.303s.192-.567.116-1.352l-.02-.203c-.022-.223-.032-.334%200-.438s.104-.187.247-.354l.13-.152c.504-.588.756-.882.668-1.165c-.088-.282-.457-.365-1.197-.532l-.19-.044c-.21-.047-.316-.07-.4-.135c-.085-.064-.139-.16-.247-.354%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.996%204h4.008c3.778%200%205.667%200%206.84%201.172c.88.877%201.1%202.154%201.156%204.322c.007.278-.221.5-.49.571A2%202%200%200%200%2020.014%2012c0%20.929.634%201.71%201.494%201.935c.27.07.498.292.49.57c-.055%202.17-.276%203.446-1.154%204.323C19.67%2020%2017.782%2020%2014.004%2020H9.996c-3.778%200-5.667%200-6.84-1.172c-.88-.877-1.1-2.154-1.156-4.322c-.007-.279.221-.5.49-.571A2%202%200%200%200%203.986%2012c0-.929-.634-1.71-1.494-1.935c-.27-.07-.498-.293-.49-.57c.055-2.17.276-3.446%201.154-4.323C4.33%204%206.218%204%209.996%204m2.958%206.199l-.098-.176C12.475%209.34%2012.285%209%2012%209s-.475.34-.856%201.023l-.098.176c-.108.194-.162.29-.247.354s-.19.088-.4.135l-.19.044c-.74.167-1.11.25-1.197.532c-.088.283.164.577.668%201.165l.13.152c.143.167.215.25.247.354s.022.215%200%20.438l-.02.203c-.076.785-.114%201.178.116%201.352s.576.015%201.269-.303l.179-.082c.196-.09.295-.135.399-.135s.203.045.4.135l.178.082c.693.319%201.039.477%201.269.303s.192-.567.116-1.352l-.02-.203c-.022-.223-.032-.334%200-.438s.104-.187.247-.354l.13-.152c.504-.588.756-.882.668-1.165c-.088-.282-.457-.365-1.197-.532l-.19-.044c-.21-.047-.316-.07-.4-.135c-.085-.064-.139-.16-.247-.354%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/reicon/ticker-star-filled.svg?color=%231a73e8&size=48

Ticker Star filled icon — Reicon · IconsDB