target-check-rounded from Material Symbols by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
target-check-rounded
Set
Material Symbols
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
target-check-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

Use the target check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2q1.05 0 2.013.2t1.862.575q.375.15.488.55t-.088.75t-.575.488t-.775-.013q-.675-.275-1.412-.413T12 4Q8.65 4 6.325 6.325T4 12t2.325 5.675T12 20t5.675-2.325T20 12q0-.375-.038-.725t-.087-.7q-.075-.425.125-.787t.6-.488t.763.075t.437.6q.1.5.15 1T22 12q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-4q-2.5 0-4.25-1.75T6 12q0-1.25.475-2.35t1.275-1.9q.85-.85 1.925-1.287T11.9 6q.5 0 .763.3t.262.675t-.238.7T11.95 8q-.775 0-1.488.3t-1.287.875q-.55.55-.862 1.275T8 12q0 1.65 1.175 2.825T12 16q.8 0 1.538-.312t1.312-.888q.275-.275.488-.587t.362-.663q.175-.375.55-.537t.75.012t.538.55t-.013.75q-.225.525-.537 1.013t-.738.912q-.8.8-1.9 1.275T12 18m0-6.4l7.875-7.9q.3-.3.713-.3t.712.3t.3.712t-.3.713L12.7 13.7q-.3.3-.7.3t-.7-.3l-1.6-1.575q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTargetCheckRounded(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" d="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2q1.05 0 2.013.2t1.862.575q.375.15.488.55t-.088.75t-.575.488t-.775-.013q-.675-.275-1.412-.413T12 4Q8.65 4 6.325 6.325T4 12t2.325 5.675T12 20t5.675-2.325T20 12q0-.375-.038-.725t-.087-.7q-.075-.425.125-.787t.6-.488t.763.075t.437.6q.1.5.15 1T22 12q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-4q-2.5 0-4.25-1.75T6 12q0-1.25.475-2.35t1.275-1.9q.85-.85 1.925-1.287T11.9 6q.5 0 .763.3t.262.675t-.238.7T11.95 8q-.775 0-1.488.3t-1.287.875q-.55.55-.862 1.275T8 12q0 1.65 1.175 2.825T12 16q.8 0 1.538-.312t1.312-.888q.275-.275.488-.587t.362-.663q.175-.375.55-.537t.75.012t.538.55t-.013.75q-.225.525-.537 1.013t-.738.912q-.8.8-1.9 1.275T12 18m0-6.4l7.875-7.9q.3-.3.713-.3t.712.3t.3.712t-.3.713L12.7 13.7q-.3.3-.7.3t-.7-.3l-1.6-1.575q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2q1.05 0 2.013.2t1.862.575q.375.15.488.55t-.088.75t-.575.488t-.775-.013q-.675-.275-1.412-.413T12 4Q8.65 4 6.325 6.325T4 12t2.325 5.675T12 20t5.675-2.325T20 12q0-.375-.038-.725t-.087-.7q-.075-.425.125-.787t.6-.488t.763.075t.437.6q.1.5.15 1T22 12q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-4q-2.5 0-4.25-1.75T6 12q0-1.25.475-2.35t1.275-1.9q.85-.85 1.925-1.287T11.9 6q.5 0 .763.3t.262.675t-.238.7T11.95 8q-.775 0-1.488.3t-1.287.875q-.55.55-.862 1.275T8 12q0 1.65 1.175 2.825T12 16q.8 0 1.538-.312t1.312-.888q.275-.275.488-.587t.362-.663q.175-.375.55-.537t.75.012t.538.55t-.013.75q-.225.525-.537 1.013t-.738.912q-.8.8-1.9 1.275T12 18m0-6.4l7.875-7.9q.3-.3.713-.3t.712.3t.3.712t-.3.713L12.7 13.7q-.3.3-.7.3t-.7-.3l-1.6-1.575q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3z"/></svg>
</template>

CSS

.icon-target-check-rounded {
  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%20d%3D%22M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202q1.05%200%202.013.2t1.862.575q.375.15.488.55t-.088.75t-.575.488t-.775-.013q-.675-.275-1.412-.413T12%204Q8.65%204%206.325%206.325T4%2012t2.325%205.675T12%2020t5.675-2.325T20%2012q0-.375-.038-.725t-.087-.7q-.075-.425.125-.787t.6-.488t.763.075t.437.6q.1.5.15%201T22%2012q0%202.075-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022m0-4q-2.5%200-4.25-1.75T6%2012q0-1.25.475-2.35t1.275-1.9q.85-.85%201.925-1.287T11.9%206q.5%200%20.763.3t.262.675t-.238.7T11.95%208q-.775%200-1.488.3t-1.287.875q-.55.55-.862%201.275T8%2012q0%201.65%201.175%202.825T12%2016q.8%200%201.538-.312t1.312-.888q.275-.275.488-.587t.362-.663q.175-.375.55-.537t.75.012t.538.55t-.013.75q-.225.525-.537%201.013t-.738.912q-.8.8-1.9%201.275T12%2018m0-6.4l7.875-7.9q.3-.3.713-.3t.712.3t.3.712t-.3.713L12.7%2013.7q-.3.3-.7.3t-.7-.3l-1.6-1.575q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3z%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%20d%3D%22M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202q1.05%200%202.013.2t1.862.575q.375.15.488.55t-.088.75t-.575.488t-.775-.013q-.675-.275-1.412-.413T12%204Q8.65%204%206.325%206.325T4%2012t2.325%205.675T12%2020t5.675-2.325T20%2012q0-.375-.038-.725t-.087-.7q-.075-.425.125-.787t.6-.488t.763.075t.437.6q.1.5.15%201T22%2012q0%202.075-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022m0-4q-2.5%200-4.25-1.75T6%2012q0-1.25.475-2.35t1.275-1.9q.85-.85%201.925-1.287T11.9%206q.5%200%20.763.3t.262.675t-.238.7T11.95%208q-.775%200-1.488.3t-1.287.875q-.55.55-.862%201.275T8%2012q0%201.65%201.175%202.825T12%2016q.8%200%201.538-.312t1.312-.888q.275-.275.488-.587t.362-.663q.175-.375.55-.537t.75.012t.538.55t-.013.75q-.225.525-.537%201.013t-.738.912q-.8.8-1.9%201.275T12%2018m0-6.4l7.875-7.9q.3-.3.713-.3t.712.3t.3.712t-.3.713L12.7%2013.7q-.3.3-.7.3t-.7-.3l-1.6-1.575q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/target-check-rounded.svg?color=%231a73e8&size=48