directhit from Firefox OS Emoji by Mozilla · Default · Objects · Apache-2.0 Free for personal and commercial use.

Name
directhit
Set
Firefox OS Emoji
Style
Default
Category
Objects
Viewbox
512×512
License
Apache 2.0

More objects icons from Firefox OS Emoji

Use the directhit emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="254.874" cy="257.739" r="228.521" fill="#E5E4DF"/><path fill="#E5E4DF" d="M384.604 257.739c0 71.648-58.082 129.73-129.73 129.73s-128.388-58.095-129.73-129.73c-1.332-71.103 53.52-127.864 129.73-129.73c71.626-1.755 129.73 58.082 129.73 129.73"/><path fill="#FF473E" d="M254.874 505.874c-136.822 0-248.135-111.313-248.135-248.135c0-136.824 111.313-248.137 248.135-248.137s248.135 111.313 248.135 248.137c0 136.822-111.313 248.135-248.135 248.135m0-449.353c-110.952 0-201.217 90.266-201.217 201.218s90.265 201.217 201.217 201.217S456.09 368.691 456.09 257.739S365.825 56.521 254.874 56.521"/><path fill="#FF473E" d="M254.874 407.084c-82.179 0-147.776-65.439-149.341-148.978c-1.559-83.231 62.438-147.59 148.86-149.706c82.218-2.061 149.827 65.771 149.827 149.339c0 82.349-66.996 149.345-149.346 149.345m2.758-248.349c-.771 0-1.552.011-2.328.029c-57.695 1.412-100.429 43.819-99.401 98.644c1.041 55.681 44.516 99.298 98.969 99.298c54.573 0 98.969-44.397 98.969-98.968c.001-54.591-43.159-99.003-96.209-99.003"/><circle cx="254.874" cy="257.739" r="40.605" fill="#FF473E"/><path fill="#2B3B47" d="m290.716 231.117l-10.94-10.94l-30.624 30.623l.006.006c-.043.041-.089.076-.131.118a7.736 7.736 0 1 0 10.94 10.94c.042-.042.077-.088.118-.131l.006.006z"/><path fill="#0074A8" d="M437.626 73.763c37.978-82.369-34.466-112.946-46.703 24.855l-106.175 94.587a24 24 0 0 0-2.122 1.865c-.041.041-.075.087-.117.129l-.081.072l.008.008c-9.103 9.319-9.047 24.246.189 33.482s24.164 9.292 33.483.189l.008.008l.071-.08c.042-.041.088-.075.129-.117a24 24 0 0 0 1.866-2.122l94.587-106.175c137.803-12.235 107.226-84.679 24.857-46.701"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiDirecthit(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="254.874" cy="257.739" r="228.521" fill="#E5E4DF"/><path fill="#E5E4DF" d="M384.604 257.739c0 71.648-58.082 129.73-129.73 129.73s-128.388-58.095-129.73-129.73c-1.332-71.103 53.52-127.864 129.73-129.73c71.626-1.755 129.73 58.082 129.73 129.73"/><path fill="#FF473E" d="M254.874 505.874c-136.822 0-248.135-111.313-248.135-248.135c0-136.824 111.313-248.137 248.135-248.137s248.135 111.313 248.135 248.137c0 136.822-111.313 248.135-248.135 248.135m0-449.353c-110.952 0-201.217 90.266-201.217 201.218s90.265 201.217 201.217 201.217S456.09 368.691 456.09 257.739S365.825 56.521 254.874 56.521"/><path fill="#FF473E" d="M254.874 407.084c-82.179 0-147.776-65.439-149.341-148.978c-1.559-83.231 62.438-147.59 148.86-149.706c82.218-2.061 149.827 65.771 149.827 149.339c0 82.349-66.996 149.345-149.346 149.345m2.758-248.349c-.771 0-1.552.011-2.328.029c-57.695 1.412-100.429 43.819-99.401 98.644c1.041 55.681 44.516 99.298 98.969 99.298c54.573 0 98.969-44.397 98.969-98.968c.001-54.591-43.159-99.003-96.209-99.003"/><circle cx="254.874" cy="257.739" r="40.605" fill="#FF473E"/><path fill="#2B3B47" d="m290.716 231.117l-10.94-10.94l-30.624 30.623l.006.006c-.043.041-.089.076-.131.118a7.736 7.736 0 1 0 10.94 10.94c.042-.042.077-.088.118-.131l.006.006z"/><path fill="#0074A8" d="M437.626 73.763c37.978-82.369-34.466-112.946-46.703 24.855l-106.175 94.587a24 24 0 0 0-2.122 1.865c-.041.041-.075.087-.117.129l-.081.072l.008.008c-9.103 9.319-9.047 24.246.189 33.482s24.164 9.292 33.483.189l.008.008l.071-.08c.042-.041.088-.075.129-.117a24 24 0 0 0 1.866-2.122l94.587-106.175c137.803-12.235 107.226-84.679 24.857-46.701"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="254.874" cy="257.739" r="228.521" fill="#E5E4DF"/><path fill="#E5E4DF" d="M384.604 257.739c0 71.648-58.082 129.73-129.73 129.73s-128.388-58.095-129.73-129.73c-1.332-71.103 53.52-127.864 129.73-129.73c71.626-1.755 129.73 58.082 129.73 129.73"/><path fill="#FF473E" d="M254.874 505.874c-136.822 0-248.135-111.313-248.135-248.135c0-136.824 111.313-248.137 248.135-248.137s248.135 111.313 248.135 248.137c0 136.822-111.313 248.135-248.135 248.135m0-449.353c-110.952 0-201.217 90.266-201.217 201.218s90.265 201.217 201.217 201.217S456.09 368.691 456.09 257.739S365.825 56.521 254.874 56.521"/><path fill="#FF473E" d="M254.874 407.084c-82.179 0-147.776-65.439-149.341-148.978c-1.559-83.231 62.438-147.59 148.86-149.706c82.218-2.061 149.827 65.771 149.827 149.339c0 82.349-66.996 149.345-149.346 149.345m2.758-248.349c-.771 0-1.552.011-2.328.029c-57.695 1.412-100.429 43.819-99.401 98.644c1.041 55.681 44.516 99.298 98.969 99.298c54.573 0 98.969-44.397 98.969-98.968c.001-54.591-43.159-99.003-96.209-99.003"/><circle cx="254.874" cy="257.739" r="40.605" fill="#FF473E"/><path fill="#2B3B47" d="m290.716 231.117l-10.94-10.94l-30.624 30.623l.006.006c-.043.041-.089.076-.131.118a7.736 7.736 0 1 0 10.94 10.94c.042-.042.077-.088.118-.131l.006.006z"/><path fill="#0074A8" d="M437.626 73.763c37.978-82.369-34.466-112.946-46.703 24.855l-106.175 94.587a24 24 0 0 0-2.122 1.865c-.041.041-.075.087-.117.129l-.081.072l.008.008c-9.103 9.319-9.047 24.246.189 33.482s24.164 9.292 33.483.189l.008.008l.071-.08c.042-.041.088-.075.129-.117a24 24 0 0 0 1.866-2.122l94.587-106.175c137.803-12.235 107.226-84.679 24.857-46.701"/></svg>
</template>

CSS

.icon-directhit {
  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%20512%20512%22%3E%3Ccircle%20cx%3D%22254.874%22%20cy%3D%22257.739%22%20r%3D%22228.521%22%20fill%3D%22%23E5E4DF%22%2F%3E%3Cpath%20fill%3D%22%23E5E4DF%22%20d%3D%22M384.604%20257.739c0%2071.648-58.082%20129.73-129.73%20129.73s-128.388-58.095-129.73-129.73c-1.332-71.103%2053.52-127.864%20129.73-129.73c71.626-1.755%20129.73%2058.082%20129.73%20129.73%22%2F%3E%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22M254.874%20505.874c-136.822%200-248.135-111.313-248.135-248.135c0-136.824%20111.313-248.137%20248.135-248.137s248.135%20111.313%20248.135%20248.137c0%20136.822-111.313%20248.135-248.135%20248.135m0-449.353c-110.952%200-201.217%2090.266-201.217%20201.218s90.265%20201.217%20201.217%20201.217S456.09%20368.691%20456.09%20257.739S365.825%2056.521%20254.874%2056.521%22%2F%3E%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22M254.874%20407.084c-82.179%200-147.776-65.439-149.341-148.978c-1.559-83.231%2062.438-147.59%20148.86-149.706c82.218-2.061%20149.827%2065.771%20149.827%20149.339c0%2082.349-66.996%20149.345-149.346%20149.345m2.758-248.349c-.771%200-1.552.011-2.328.029c-57.695%201.412-100.429%2043.819-99.401%2098.644c1.041%2055.681%2044.516%2099.298%2098.969%2099.298c54.573%200%2098.969-44.397%2098.969-98.968c.001-54.591-43.159-99.003-96.209-99.003%22%2F%3E%3Ccircle%20cx%3D%22254.874%22%20cy%3D%22257.739%22%20r%3D%2240.605%22%20fill%3D%22%23FF473E%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22m290.716%20231.117l-10.94-10.94l-30.624%2030.623l.006.006c-.043.041-.089.076-.131.118a7.736%207.736%200%201%200%2010.94%2010.94c.042-.042.077-.088.118-.131l.006.006z%22%2F%3E%3Cpath%20fill%3D%22%230074A8%22%20d%3D%22M437.626%2073.763c37.978-82.369-34.466-112.946-46.703%2024.855l-106.175%2094.587a24%2024%200%200%200-2.122%201.865c-.041.041-.075.087-.117.129l-.081.072l.008.008c-9.103%209.319-9.047%2024.246.189%2033.482s24.164%209.292%2033.483.189l.008.008l.071-.08c.042-.041.088-.075.129-.117a24%2024%200%200%200%201.866-2.122l94.587-106.175c137.803-12.235%20107.226-84.679%2024.857-46.701%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%20512%20512%22%3E%3Ccircle%20cx%3D%22254.874%22%20cy%3D%22257.739%22%20r%3D%22228.521%22%20fill%3D%22%23E5E4DF%22%2F%3E%3Cpath%20fill%3D%22%23E5E4DF%22%20d%3D%22M384.604%20257.739c0%2071.648-58.082%20129.73-129.73%20129.73s-128.388-58.095-129.73-129.73c-1.332-71.103%2053.52-127.864%20129.73-129.73c71.626-1.755%20129.73%2058.082%20129.73%20129.73%22%2F%3E%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22M254.874%20505.874c-136.822%200-248.135-111.313-248.135-248.135c0-136.824%20111.313-248.137%20248.135-248.137s248.135%20111.313%20248.135%20248.137c0%20136.822-111.313%20248.135-248.135%20248.135m0-449.353c-110.952%200-201.217%2090.266-201.217%20201.218s90.265%20201.217%20201.217%20201.217S456.09%20368.691%20456.09%20257.739S365.825%2056.521%20254.874%2056.521%22%2F%3E%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22M254.874%20407.084c-82.179%200-147.776-65.439-149.341-148.978c-1.559-83.231%2062.438-147.59%20148.86-149.706c82.218-2.061%20149.827%2065.771%20149.827%20149.339c0%2082.349-66.996%20149.345-149.346%20149.345m2.758-248.349c-.771%200-1.552.011-2.328.029c-57.695%201.412-100.429%2043.819-99.401%2098.644c1.041%2055.681%2044.516%2099.298%2098.969%2099.298c54.573%200%2098.969-44.397%2098.969-98.968c.001-54.591-43.159-99.003-96.209-99.003%22%2F%3E%3Ccircle%20cx%3D%22254.874%22%20cy%3D%22257.739%22%20r%3D%2240.605%22%20fill%3D%22%23FF473E%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22m290.716%20231.117l-10.94-10.94l-30.624%2030.623l.006.006c-.043.041-.089.076-.131.118a7.736%207.736%200%201%200%2010.94%2010.94c.042-.042.077-.088.118-.131l.006.006z%22%2F%3E%3Cpath%20fill%3D%22%230074A8%22%20d%3D%22M437.626%2073.763c37.978-82.369-34.466-112.946-46.703%2024.855l-106.175%2094.587a24%2024%200%200%200-2.122%201.865c-.041.041-.075.087-.117.129l-.081.072l.008.008c-9.103%209.319-9.047%2024.246.189%2033.482s24.164%209.292%2033.483.189l.008.008l.071-.08c.042-.041.088-.075.129-.117a24%2024%200%200%200%201.866-2.122l94.587-106.175c137.803-12.235%20107.226-84.679%2024.857-46.701%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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