ticker star icon
ticker-star-duotone from Reicon by REICON · Duotone · Money · MIT Free for personal and commercial use.
- Name
- ticker-star-duotone
- Set
- Reicon
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M14.004 4H9.996C6.218 4 4.33 4 3.156 5.172c-.88.877-1.1 2.154-1.156 4.322c-.007.278.221.5.49.571A2 2 0 0 1 3.986 12c0 .929-.634 1.71-1.494 1.935c-.27.07-.498.292-.49.57c.055 2.17.276 3.446 1.154 4.323C4.33 20 6.218 20 9.996 20h4.008c3.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 1 20.014 12c0-.929.634-1.71 1.494-1.935c.27-.07.498-.293.49-.57c-.055-2.17-.276-3.446-1.154-4.323C19.67 4 17.782 4 14.004 4" opacity=".5"/><path d="m12.954 10.199l-.099-.176C12.475 9.34 12.285 9 12 9s-.475.34-.856 1.023l-.098.176c-.109.194-.163.29-.247.354s-.19.088-.4.135l-.19.044c-.74.167-1.11.25-1.198.532s.164.577.668 1.165l.13.152c.144.167.216.25.248.354s.021.215 0 .438l-.02.203c-.076.785-.114 1.178.116 1.352s.576.015 1.268-.303l.18-.082c.196-.09.294-.135.399-.135c.104 0 .202.045.399.135l.18.082c.691.319 1.037.477 1.268.303c.23-.174.192-.567.116-1.352l-.02-.203c-.022-.223-.033-.334 0-.438c.032-.103.103-.187.247-.354l.13-.152c.504-.588.756-.882.668-1.165c-.088-.282-.458-.365-1.197-.532l-.191-.044c-.21-.047-.315-.07-.4-.135c-.084-.064-.138-.16-.246-.354"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconTickerStarDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.004 4H9.996C6.218 4 4.33 4 3.156 5.172c-.88.877-1.1 2.154-1.156 4.322c-.007.278.221.5.49.571A2 2 0 0 1 3.986 12c0 .929-.634 1.71-1.494 1.935c-.27.07-.498.292-.49.57c.055 2.17.276 3.446 1.154 4.323C4.33 20 6.218 20 9.996 20h4.008c3.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 1 20.014 12c0-.929.634-1.71 1.494-1.935c.27-.07.498-.293.49-.57c-.055-2.17-.276-3.446-1.154-4.323C19.67 4 17.782 4 14.004 4" opacity=".5"/><path d="m12.954 10.199l-.099-.176C12.475 9.34 12.285 9 12 9s-.475.34-.856 1.023l-.098.176c-.109.194-.163.29-.247.354s-.19.088-.4.135l-.19.044c-.74.167-1.11.25-1.198.532s.164.577.668 1.165l.13.152c.144.167.216.25.248.354s.021.215 0 .438l-.02.203c-.076.785-.114 1.178.116 1.352s.576.015 1.268-.303l.18-.082c.196-.09.294-.135.399-.135c.104 0 .202.045.399.135l.18.082c.691.319 1.037.477 1.268.303c.23-.174.192-.567.116-1.352l-.02-.203c-.022-.223-.033-.334 0-.438c.032-.103.103-.187.247-.354l.13-.152c.504-.588.756-.882.668-1.165c-.088-.282-.458-.365-1.197-.532l-.191-.044c-.21-.047-.315-.07-.4-.135c-.084-.064-.138-.16-.246-.354"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.004 4H9.996C6.218 4 4.33 4 3.156 5.172c-.88.877-1.1 2.154-1.156 4.322c-.007.278.221.5.49.571A2 2 0 0 1 3.986 12c0 .929-.634 1.71-1.494 1.935c-.27.07-.498.292-.49.57c.055 2.17.276 3.446 1.154 4.323C4.33 20 6.218 20 9.996 20h4.008c3.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 1 20.014 12c0-.929.634-1.71 1.494-1.935c.27-.07.498-.293.49-.57c-.055-2.17-.276-3.446-1.154-4.323C19.67 4 17.782 4 14.004 4" opacity=".5"/><path d="m12.954 10.199l-.099-.176C12.475 9.34 12.285 9 12 9s-.475.34-.856 1.023l-.098.176c-.109.194-.163.29-.247.354s-.19.088-.4.135l-.19.044c-.74.167-1.11.25-1.198.532s.164.577.668 1.165l.13.152c.144.167.216.25.248.354s.021.215 0 .438l-.02.203c-.076.785-.114 1.178.116 1.352s.576.015 1.268-.303l.18-.082c.196-.09.294-.135.399-.135c.104 0 .202.045.399.135l.18.082c.691.319 1.037.477 1.268.303c.23-.174.192-.567.116-1.352l-.02-.203c-.022-.223-.033-.334 0-.438c.032-.103.103-.187.247-.354l.13-.152c.504-.588.756-.882.668-1.165c-.088-.282-.458-.365-1.197-.532l-.191-.044c-.21-.047-.315-.07-.4-.135c-.084-.064-.138-.16-.246-.354"/></g></svg> </template>
CSS
.icon-ticker-star-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.004%204H9.996C6.218%204%204.33%204%203.156%205.172c-.88.877-1.1%202.154-1.156%204.322c-.007.278.221.5.49.571A2%202%200%200%201%203.986%2012c0%20.929-.634%201.71-1.494%201.935c-.27.07-.498.292-.49.57c.055%202.17.276%203.446%201.154%204.323C4.33%2020%206.218%2020%209.996%2020h4.008c3.778%200%205.667%200%206.84-1.172c.88-.877%201.1-2.154%201.156-4.322c.007-.279-.221-.5-.49-.571A2%202%200%200%201%2020.014%2012c0-.929.634-1.71%201.494-1.935c.27-.07.498-.293.49-.57c-.055-2.17-.276-3.446-1.154-4.323C19.67%204%2017.782%204%2014.004%204%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22m12.954%2010.199l-.099-.176C12.475%209.34%2012.285%209%2012%209s-.475.34-.856%201.023l-.098.176c-.109.194-.163.29-.247.354s-.19.088-.4.135l-.19.044c-.74.167-1.11.25-1.198.532s.164.577.668%201.165l.13.152c.144.167.216.25.248.354s.021.215%200%20.438l-.02.203c-.076.785-.114%201.178.116%201.352s.576.015%201.268-.303l.18-.082c.196-.09.294-.135.399-.135c.104%200%20.202.045.399.135l.18.082c.691.319%201.037.477%201.268.303c.23-.174.192-.567.116-1.352l-.02-.203c-.022-.223-.033-.334%200-.438c.032-.103.103-.187.247-.354l.13-.152c.504-.588.756-.882.668-1.165c-.088-.282-.458-.365-1.197-.532l-.191-.044c-.21-.047-.315-.07-.4-.135c-.084-.064-.138-.16-.246-.354%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.004%204H9.996C6.218%204%204.33%204%203.156%205.172c-.88.877-1.1%202.154-1.156%204.322c-.007.278.221.5.49.571A2%202%200%200%201%203.986%2012c0%20.929-.634%201.71-1.494%201.935c-.27.07-.498.292-.49.57c.055%202.17.276%203.446%201.154%204.323C4.33%2020%206.218%2020%209.996%2020h4.008c3.778%200%205.667%200%206.84-1.172c.88-.877%201.1-2.154%201.156-4.322c.007-.279-.221-.5-.49-.571A2%202%200%200%201%2020.014%2012c0-.929.634-1.71%201.494-1.935c.27-.07.498-.293.49-.57c-.055-2.17-.276-3.446-1.154-4.323C19.67%204%2017.782%204%2014.004%204%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22m12.954%2010.199l-.099-.176C12.475%209.34%2012.285%209%2012%209s-.475.34-.856%201.023l-.098.176c-.109.194-.163.29-.247.354s-.19.088-.4.135l-.19.044c-.74.167-1.11.25-1.198.532s.164.577.668%201.165l.13.152c.144.167.216.25.248.354s.021.215%200%20.438l-.02.203c-.076.785-.114%201.178.116%201.352s.576.015%201.268-.303l.18-.082c.196-.09.294-.135.399-.135c.104%200%20.202.045.399.135l.18.082c.691.319%201.037.477%201.268.303c.23-.174.192-.567.116-1.352l-.02-.203c-.022-.223-.033-.334%200-.438c.032-.103.103-.187.247-.354l.13-.152c.504-.588.756-.882.668-1.165c-.088-.282-.458-.365-1.197-.532l-.191-.044c-.21-.047-.315-.07-.4-.135c-.084-.064-.138-.16-.246-.354%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/ticker-star-duotone.svg?color=%231a73e8&size=48