bullseye from Fluent Emoji High Contrast by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.

Name
bullseye
Set
Fluent Emoji High Contrast
Style
Default
Category
Activities
Viewbox
32×32
License
MIT

The same emoji in other sets

More activities icons from Fluent Emoji High Contrast

Use the bullseye emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="m19 7.088l-.008-.003c.006.477.076.954.208 1.418l.2.689l-1.117.89l-2.202 1.756a2.91 2.91 0 0 0-.756 3.6l-1.074 1.074a.88.88 0 0 0 0 1.23a.864.864 0 0 0 1.231 0l1.073-1.07a2.894 2.894 0 0 0 3.602-.76l2.666-3.342l.749.218a5.3 5.3 0 0 0 1.34.21a5.28 5.28 0 0 0 3.938-1.626l.88-.906c.494-.5.277-1.356-.385-1.55L26 8l-.002.002a1.9 1.9 0 0 0-.092-.677l.836-.837a.86.86 0 0 0 0-1.23a.86.86 0 0 0-1.23 0l-.837.837a1.9 1.9 0 0 0-.677-.093L24 6l-.992-3.337a.906.906 0 0 0-1.52-.39l-.89.89A5.43 5.43 0 0 0 19 7.088"/><path d="m22.386 14.726l.805-1.008l.105.03a6.2 6.2 0 0 0 2.019.245A12 12 0 0 1 26 18c0 6.627-5.373 12-12 12S2 24.627 2 18S7.373 6 14 6a12 12 0 0 1 4.007.685a6.4 6.4 0 0 0 .239 2.091l.013.048l-.99.788a9 9 0 1 0 5.116 5.114"/><path d="M16.998 17.894a3.9 3.9 0 0 0 2.973-.49q.03.294.029.596a6 6 0 1 1-5.398-5.97a3.94 3.94 0 0 0-.493 2.972L14 15a3 3 0 1 0 2.998 2.894"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastBullseye(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="m19 7.088l-.008-.003c.006.477.076.954.208 1.418l.2.689l-1.117.89l-2.202 1.756a2.91 2.91 0 0 0-.756 3.6l-1.074 1.074a.88.88 0 0 0 0 1.23a.864.864 0 0 0 1.231 0l1.073-1.07a2.894 2.894 0 0 0 3.602-.76l2.666-3.342l.749.218a5.3 5.3 0 0 0 1.34.21a5.28 5.28 0 0 0 3.938-1.626l.88-.906c.494-.5.277-1.356-.385-1.55L26 8l-.002.002a1.9 1.9 0 0 0-.092-.677l.836-.837a.86.86 0 0 0 0-1.23a.86.86 0 0 0-1.23 0l-.837.837a1.9 1.9 0 0 0-.677-.093L24 6l-.992-3.337a.906.906 0 0 0-1.52-.39l-.89.89A5.43 5.43 0 0 0 19 7.088"/><path d="m22.386 14.726l.805-1.008l.105.03a6.2 6.2 0 0 0 2.019.245A12 12 0 0 1 26 18c0 6.627-5.373 12-12 12S2 24.627 2 18S7.373 6 14 6a12 12 0 0 1 4.007.685a6.4 6.4 0 0 0 .239 2.091l.013.048l-.99.788a9 9 0 1 0 5.116 5.114"/><path d="M16.998 17.894a3.9 3.9 0 0 0 2.973-.49q.03.294.029.596a6 6 0 1 1-5.398-5.97a3.94 3.94 0 0 0-.493 2.972L14 15a3 3 0 1 0 2.998 2.894"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="m19 7.088l-.008-.003c.006.477.076.954.208 1.418l.2.689l-1.117.89l-2.202 1.756a2.91 2.91 0 0 0-.756 3.6l-1.074 1.074a.88.88 0 0 0 0 1.23a.864.864 0 0 0 1.231 0l1.073-1.07a2.894 2.894 0 0 0 3.602-.76l2.666-3.342l.749.218a5.3 5.3 0 0 0 1.34.21a5.28 5.28 0 0 0 3.938-1.626l.88-.906c.494-.5.277-1.356-.385-1.55L26 8l-.002.002a1.9 1.9 0 0 0-.092-.677l.836-.837a.86.86 0 0 0 0-1.23a.86.86 0 0 0-1.23 0l-.837.837a1.9 1.9 0 0 0-.677-.093L24 6l-.992-3.337a.906.906 0 0 0-1.52-.39l-.89.89A5.43 5.43 0 0 0 19 7.088"/><path d="m22.386 14.726l.805-1.008l.105.03a6.2 6.2 0 0 0 2.019.245A12 12 0 0 1 26 18c0 6.627-5.373 12-12 12S2 24.627 2 18S7.373 6 14 6a12 12 0 0 1 4.007.685a6.4 6.4 0 0 0 .239 2.091l.013.048l-.99.788a9 9 0 1 0 5.116 5.114"/><path d="M16.998 17.894a3.9 3.9 0 0 0 2.973-.49q.03.294.029.596a6 6 0 1 1-5.398-5.97a3.94 3.94 0 0 0-.493 2.972L14 15a3 3 0 1 0 2.998 2.894"/></g></svg>
</template>

CSS

.icon-bullseye {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m19%207.088l-.008-.003c.006.477.076.954.208%201.418l.2.689l-1.117.89l-2.202%201.756a2.91%202.91%200%200%200-.756%203.6l-1.074%201.074a.88.88%200%200%200%200%201.23a.864.864%200%200%200%201.231%200l1.073-1.07a2.894%202.894%200%200%200%203.602-.76l2.666-3.342l.749.218a5.3%205.3%200%200%200%201.34.21a5.28%205.28%200%200%200%203.938-1.626l.88-.906c.494-.5.277-1.356-.385-1.55L26%208l-.002.002a1.9%201.9%200%200%200-.092-.677l.836-.837a.86.86%200%200%200%200-1.23a.86.86%200%200%200-1.23%200l-.837.837a1.9%201.9%200%200%200-.677-.093L24%206l-.992-3.337a.906.906%200%200%200-1.52-.39l-.89.89A5.43%205.43%200%200%200%2019%207.088%22%2F%3E%3Cpath%20d%3D%22m22.386%2014.726l.805-1.008l.105.03a6.2%206.2%200%200%200%202.019.245A12%2012%200%200%201%2026%2018c0%206.627-5.373%2012-12%2012S2%2024.627%202%2018S7.373%206%2014%206a12%2012%200%200%201%204.007.685a6.4%206.4%200%200%200%20.239%202.091l.013.048l-.99.788a9%209%200%201%200%205.116%205.114%22%2F%3E%3Cpath%20d%3D%22M16.998%2017.894a3.9%203.9%200%200%200%202.973-.49q.03.294.029.596a6%206%200%201%201-5.398-5.97a3.94%203.94%200%200%200-.493%202.972L14%2015a3%203%200%201%200%202.998%202.894%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m19%207.088l-.008-.003c.006.477.076.954.208%201.418l.2.689l-1.117.89l-2.202%201.756a2.91%202.91%200%200%200-.756%203.6l-1.074%201.074a.88.88%200%200%200%200%201.23a.864.864%200%200%200%201.231%200l1.073-1.07a2.894%202.894%200%200%200%203.602-.76l2.666-3.342l.749.218a5.3%205.3%200%200%200%201.34.21a5.28%205.28%200%200%200%203.938-1.626l.88-.906c.494-.5.277-1.356-.385-1.55L26%208l-.002.002a1.9%201.9%200%200%200-.092-.677l.836-.837a.86.86%200%200%200%200-1.23a.86.86%200%200%200-1.23%200l-.837.837a1.9%201.9%200%200%200-.677-.093L24%206l-.992-3.337a.906.906%200%200%200-1.52-.39l-.89.89A5.43%205.43%200%200%200%2019%207.088%22%2F%3E%3Cpath%20d%3D%22m22.386%2014.726l.805-1.008l.105.03a6.2%206.2%200%200%200%202.019.245A12%2012%200%200%201%2026%2018c0%206.627-5.373%2012-12%2012S2%2024.627%202%2018S7.373%206%2014%206a12%2012%200%200%201%204.007.685a6.4%206.4%200%200%200%20.239%202.091l.013.048l-.99.788a9%209%200%201%200%205.116%205.114%22%2F%3E%3Cpath%20d%3D%22M16.998%2017.894a3.9%203.9%200%200%200%202.973-.49q.03.294.029.596a6%206%200%201%201-5.398-5.97a3.94%203.94%200%200%200-.493%202.972L14%2015a3%203%200%201%200%202.998%202.894%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/bullseye.svg?color=%231a73e8&size=48