direct-hit from Streamline Emojis by Streamline · Default · Activity · CC-BY-4.0 Attribution required.

Name
direct-hit
Set
Streamline Emojis
Style
Default
Category
Activity
Viewbox
48×48
License
CC BY 4.0

The same emoji in other sets

More activity icons from Streamline Emojis

Use the direct hit emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#ff6242" d="M5.39 24a18.61 18.61 0 1 0 37.22 0a18.61 18.61 0 1 0-37.22 0"/><path fill="#ff866e" d="M24 9.18A18.62 18.62 0 0 1 42.52 25.9c.06-.63.09-1.26.09-1.9a18.61 18.61 0 0 0-37.22 0c0 .64 0 1.27.09 1.9A18.62 18.62 0 0 1 24 9.18"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M5.39 24a18.61 18.61 0 1 0 37.22 0a18.61 18.61 0 1 0-37.22 0"/><path fill="#fff" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M9.9 24a14.1 14.1 0 1 0 28.2 0a14.1 14.1 0 1 0-28.2 0"/><path fill="#ff6242" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M14.41 24a9.59 9.59 0 1 0 19.18 0a9.59 9.59 0 1 0-19.18 0"/><path fill="#fff" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M19.49 24a4.51 4.51 0 1 0 9.02 0a4.51 4.51 0 1 0-9.02 0"/><path fill="#00b8f0" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M38.24 38a1.12 1.12 0 0 1-1.59 0L23.49 24.8a1.13 1.13 0 0 1 0-1.6a1.12 1.12 0 0 1 1.59 0l13.16 13.16a1.13 1.13 0 0 1 0 1.64"/><path fill="#00b8f0" d="M30.27 28.38s6.65-1.76 10.37.8c3.54 2.45 1.72 5.76-.8 6.38c-2.08.52-4-1.59-4-1.59Z"/><path fill="#4acfff" d="M40.64 32a5 5 0 0 1 1.61 1.73c.69-1.32.49-3.07-1.61-4.52c-3.72-2.56-10.37-.8-10.37-.8l2.36 2.36c2.27-.31 5.71-.39 8.01 1.23"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M30.27 28.38s6.65-1.76 10.37.8c3.54 2.45 1.72 5.76-.8 6.38c-2.08.52-4-1.59-4-1.59Z"/><path fill="#00b8f0" d="M28.68 30s-1.76 6.65.8 10.37c2.44 3.54 5.76 1.72 6.38-.8c.52-2.09-1.59-4-1.59-4Z"/><path fill="#009fd9" d="M35.53 40.44a3.8 3.8 0 0 0 .33-.87c.52-2.09-1.59-4-1.59-4L28.68 30a22 22 0 0 0-.51 3.09Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M28.68 30s-1.76 6.65.8 10.37c2.44 3.54 5.76 1.72 6.38-.8c.52-2.09-1.59-4-1.59-4Z"/><path fill="#45413c" d="M11.03 45.31a12.97 1.69 0 1 0 25.94 0a12.97 1.69 0 1 0-25.94 0" opacity=".15"/></svg>

React

import type { SVGProps } from "react";

export function StreamlineEmojisDirectHit(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#ff6242" d="M5.39 24a18.61 18.61 0 1 0 37.22 0a18.61 18.61 0 1 0-37.22 0"/><path fill="#ff866e" d="M24 9.18A18.62 18.62 0 0 1 42.52 25.9c.06-.63.09-1.26.09-1.9a18.61 18.61 0 0 0-37.22 0c0 .64 0 1.27.09 1.9A18.62 18.62 0 0 1 24 9.18"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M5.39 24a18.61 18.61 0 1 0 37.22 0a18.61 18.61 0 1 0-37.22 0"/><path fill="#fff" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M9.9 24a14.1 14.1 0 1 0 28.2 0a14.1 14.1 0 1 0-28.2 0"/><path fill="#ff6242" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M14.41 24a9.59 9.59 0 1 0 19.18 0a9.59 9.59 0 1 0-19.18 0"/><path fill="#fff" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M19.49 24a4.51 4.51 0 1 0 9.02 0a4.51 4.51 0 1 0-9.02 0"/><path fill="#00b8f0" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M38.24 38a1.12 1.12 0 0 1-1.59 0L23.49 24.8a1.13 1.13 0 0 1 0-1.6a1.12 1.12 0 0 1 1.59 0l13.16 13.16a1.13 1.13 0 0 1 0 1.64"/><path fill="#00b8f0" d="M30.27 28.38s6.65-1.76 10.37.8c3.54 2.45 1.72 5.76-.8 6.38c-2.08.52-4-1.59-4-1.59Z"/><path fill="#4acfff" d="M40.64 32a5 5 0 0 1 1.61 1.73c.69-1.32.49-3.07-1.61-4.52c-3.72-2.56-10.37-.8-10.37-.8l2.36 2.36c2.27-.31 5.71-.39 8.01 1.23"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M30.27 28.38s6.65-1.76 10.37.8c3.54 2.45 1.72 5.76-.8 6.38c-2.08.52-4-1.59-4-1.59Z"/><path fill="#00b8f0" d="M28.68 30s-1.76 6.65.8 10.37c2.44 3.54 5.76 1.72 6.38-.8c.52-2.09-1.59-4-1.59-4Z"/><path fill="#009fd9" d="M35.53 40.44a3.8 3.8 0 0 0 .33-.87c.52-2.09-1.59-4-1.59-4L28.68 30a22 22 0 0 0-.51 3.09Z"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M28.68 30s-1.76 6.65.8 10.37c2.44 3.54 5.76 1.72 6.38-.8c.52-2.09-1.59-4-1.59-4Z"/><path fill="#45413c" d="M11.03 45.31a12.97 1.69 0 1 0 25.94 0a12.97 1.69 0 1 0-25.94 0" opacity=".15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#ff6242" d="M5.39 24a18.61 18.61 0 1 0 37.22 0a18.61 18.61 0 1 0-37.22 0"/><path fill="#ff866e" d="M24 9.18A18.62 18.62 0 0 1 42.52 25.9c.06-.63.09-1.26.09-1.9a18.61 18.61 0 0 0-37.22 0c0 .64 0 1.27.09 1.9A18.62 18.62 0 0 1 24 9.18"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M5.39 24a18.61 18.61 0 1 0 37.22 0a18.61 18.61 0 1 0-37.22 0"/><path fill="#fff" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M9.9 24a14.1 14.1 0 1 0 28.2 0a14.1 14.1 0 1 0-28.2 0"/><path fill="#ff6242" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M14.41 24a9.59 9.59 0 1 0 19.18 0a9.59 9.59 0 1 0-19.18 0"/><path fill="#fff" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M19.49 24a4.51 4.51 0 1 0 9.02 0a4.51 4.51 0 1 0-9.02 0"/><path fill="#00b8f0" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M38.24 38a1.12 1.12 0 0 1-1.59 0L23.49 24.8a1.13 1.13 0 0 1 0-1.6a1.12 1.12 0 0 1 1.59 0l13.16 13.16a1.13 1.13 0 0 1 0 1.64"/><path fill="#00b8f0" d="M30.27 28.38s6.65-1.76 10.37.8c3.54 2.45 1.72 5.76-.8 6.38c-2.08.52-4-1.59-4-1.59Z"/><path fill="#4acfff" d="M40.64 32a5 5 0 0 1 1.61 1.73c.69-1.32.49-3.07-1.61-4.52c-3.72-2.56-10.37-.8-10.37-.8l2.36 2.36c2.27-.31 5.71-.39 8.01 1.23"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M30.27 28.38s6.65-1.76 10.37.8c3.54 2.45 1.72 5.76-.8 6.38c-2.08.52-4-1.59-4-1.59Z"/><path fill="#00b8f0" d="M28.68 30s-1.76 6.65.8 10.37c2.44 3.54 5.76 1.72 6.38-.8c.52-2.09-1.59-4-1.59-4Z"/><path fill="#009fd9" d="M35.53 40.44a3.8 3.8 0 0 0 .33-.87c.52-2.09-1.59-4-1.59-4L28.68 30a22 22 0 0 0-.51 3.09Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M28.68 30s-1.76 6.65.8 10.37c2.44 3.54 5.76 1.72 6.38-.8c.52-2.09-1.59-4-1.59-4Z"/><path fill="#45413c" d="M11.03 45.31a12.97 1.69 0 1 0 25.94 0a12.97 1.69 0 1 0-25.94 0" opacity=".15"/></svg>
</template>

CSS

.icon-direct-hit {
  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%22%23ff6242%22%20d%3D%22M5.39%2024a18.61%2018.61%200%201%200%2037.22%200a18.61%2018.61%200%201%200-37.22%200%22%2F%3E%3Cpath%20fill%3D%22%23ff866e%22%20d%3D%22M24%209.18A18.62%2018.62%200%200%201%2042.52%2025.9c.06-.63.09-1.26.09-1.9a18.61%2018.61%200%200%200-37.22%200c0%20.64%200%201.27.09%201.9A18.62%2018.62%200%200%201%2024%209.18%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5.39%2024a18.61%2018.61%200%201%200%2037.22%200a18.61%2018.61%200%201%200-37.22%200%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9.9%2024a14.1%2014.1%200%201%200%2028.2%200a14.1%2014.1%200%201%200-28.2%200%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14.41%2024a9.59%209.59%200%201%200%2019.18%200a9.59%209.59%200%201%200-19.18%200%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.49%2024a4.51%204.51%200%201%200%209.02%200a4.51%204.51%200%201%200-9.02%200%22%2F%3E%3Cpath%20fill%3D%22%2300b8f0%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M38.24%2038a1.12%201.12%200%200%201-1.59%200L23.49%2024.8a1.13%201.13%200%200%201%200-1.6a1.12%201.12%200%200%201%201.59%200l13.16%2013.16a1.13%201.13%200%200%201%200%201.64%22%2F%3E%3Cpath%20fill%3D%22%2300b8f0%22%20d%3D%22M30.27%2028.38s6.65-1.76%2010.37.8c3.54%202.45%201.72%205.76-.8%206.38c-2.08.52-4-1.59-4-1.59Z%22%2F%3E%3Cpath%20fill%3D%22%234acfff%22%20d%3D%22M40.64%2032a5%205%200%200%201%201.61%201.73c.69-1.32.49-3.07-1.61-4.52c-3.72-2.56-10.37-.8-10.37-.8l2.36%202.36c2.27-.31%205.71-.39%208.01%201.23%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30.27%2028.38s6.65-1.76%2010.37.8c3.54%202.45%201.72%205.76-.8%206.38c-2.08.52-4-1.59-4-1.59Z%22%2F%3E%3Cpath%20fill%3D%22%2300b8f0%22%20d%3D%22M28.68%2030s-1.76%206.65.8%2010.37c2.44%203.54%205.76%201.72%206.38-.8c.52-2.09-1.59-4-1.59-4Z%22%2F%3E%3Cpath%20fill%3D%22%23009fd9%22%20d%3D%22M35.53%2040.44a3.8%203.8%200%200%200%20.33-.87c.52-2.09-1.59-4-1.59-4L28.68%2030a22%2022%200%200%200-.51%203.09Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.68%2030s-1.76%206.65.8%2010.37c2.44%203.54%205.76%201.72%206.38-.8c.52-2.09-1.59-4-1.59-4Z%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M11.03%2045.31a12.97%201.69%200%201%200%2025.94%200a12.97%201.69%200%201%200-25.94%200%22%20opacity%3D%22.15%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%22%23ff6242%22%20d%3D%22M5.39%2024a18.61%2018.61%200%201%200%2037.22%200a18.61%2018.61%200%201%200-37.22%200%22%2F%3E%3Cpath%20fill%3D%22%23ff866e%22%20d%3D%22M24%209.18A18.62%2018.62%200%200%201%2042.52%2025.9c.06-.63.09-1.26.09-1.9a18.61%2018.61%200%200%200-37.22%200c0%20.64%200%201.27.09%201.9A18.62%2018.62%200%200%201%2024%209.18%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5.39%2024a18.61%2018.61%200%201%200%2037.22%200a18.61%2018.61%200%201%200-37.22%200%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9.9%2024a14.1%2014.1%200%201%200%2028.2%200a14.1%2014.1%200%201%200-28.2%200%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14.41%2024a9.59%209.59%200%201%200%2019.18%200a9.59%209.59%200%201%200-19.18%200%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.49%2024a4.51%204.51%200%201%200%209.02%200a4.51%204.51%200%201%200-9.02%200%22%2F%3E%3Cpath%20fill%3D%22%2300b8f0%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M38.24%2038a1.12%201.12%200%200%201-1.59%200L23.49%2024.8a1.13%201.13%200%200%201%200-1.6a1.12%201.12%200%200%201%201.59%200l13.16%2013.16a1.13%201.13%200%200%201%200%201.64%22%2F%3E%3Cpath%20fill%3D%22%2300b8f0%22%20d%3D%22M30.27%2028.38s6.65-1.76%2010.37.8c3.54%202.45%201.72%205.76-.8%206.38c-2.08.52-4-1.59-4-1.59Z%22%2F%3E%3Cpath%20fill%3D%22%234acfff%22%20d%3D%22M40.64%2032a5%205%200%200%201%201.61%201.73c.69-1.32.49-3.07-1.61-4.52c-3.72-2.56-10.37-.8-10.37-.8l2.36%202.36c2.27-.31%205.71-.39%208.01%201.23%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30.27%2028.38s6.65-1.76%2010.37.8c3.54%202.45%201.72%205.76-.8%206.38c-2.08.52-4-1.59-4-1.59Z%22%2F%3E%3Cpath%20fill%3D%22%2300b8f0%22%20d%3D%22M28.68%2030s-1.76%206.65.8%2010.37c2.44%203.54%205.76%201.72%206.38-.8c.52-2.09-1.59-4-1.59-4Z%22%2F%3E%3Cpath%20fill%3D%22%23009fd9%22%20d%3D%22M35.53%2040.44a3.8%203.8%200%200%200%20.33-.87c.52-2.09-1.59-4-1.59-4L28.68%2030a22%2022%200%200%200-.51%203.09Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.68%2030s-1.76%206.65.8%2010.37c2.44%203.54%205.76%201.72%206.38-.8c.52-2.09-1.59-4-1.59-4Z%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M11.03%2045.31a12.97%201.69%200%201%200%2025.94%200a12.97%201.69%200%201%200-25.94%200%22%20opacity%3D%22.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/direct-hit.svg?color=%231a73e8&size=48