target check icon
target-check from Material Symbols by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- target-check
- Set
- Material Symbols
- Style
- Regular
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- target-check-outline, target-check-outline-sharp, target-check-sharp
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.45 0 2.788.388T17.275 3.5L15.8 4.95q-.85-.45-1.8-.7T12 4Q8.65 4 6.325 6.325T4 12t2.325 5.675T12 20t5.675-2.325T20 12q0-.625-.1-1.225T19.625 9.6L21.2 8.05q.4.925.6 1.912T22 12q0 2.075-.787 3.9t-2.138 3.175t-3.175 2.138T12 22m0-4q-2.5 0-4.25-1.75T6 12t1.75-4.25T12 6q.625 0 1.2.113t1.1.337l-1.6 1.6Q12.525 8 12.363 8H12q-1.65 0-2.825 1.175T8 12t1.175 2.825T12 16q.8 0 1.538-.312t1.312-.888q.275-.275.488-.587t.362-.663l2.25-2.275q.175 1.375-.275 2.688T16.25 16.25q-.8.8-1.9 1.275T12 18m0-3.6l-3-3l1.4-1.4l1.6 1.6L20.6 3L22 4.4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTargetCheck(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.45 0 2.788.388T17.275 3.5L15.8 4.95q-.85-.45-1.8-.7T12 4Q8.65 4 6.325 6.325T4 12t2.325 5.675T12 20t5.675-2.325T20 12q0-.625-.1-1.225T19.625 9.6L21.2 8.05q.4.925.6 1.912T22 12q0 2.075-.787 3.9t-2.138 3.175t-3.175 2.138T12 22m0-4q-2.5 0-4.25-1.75T6 12t1.75-4.25T12 6q.625 0 1.2.113t1.1.337l-1.6 1.6Q12.525 8 12.363 8H12q-1.65 0-2.825 1.175T8 12t1.175 2.825T12 16q.8 0 1.538-.312t1.312-.888q.275-.275.488-.587t.362-.663l2.25-2.275q.175 1.375-.275 2.688T16.25 16.25q-.8.8-1.9 1.275T12 18m0-3.6l-3-3l1.4-1.4l1.6 1.6L20.6 3L22 4.4z"/></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.45 0 2.788.388T17.275 3.5L15.8 4.95q-.85-.45-1.8-.7T12 4Q8.65 4 6.325 6.325T4 12t2.325 5.675T12 20t5.675-2.325T20 12q0-.625-.1-1.225T19.625 9.6L21.2 8.05q.4.925.6 1.912T22 12q0 2.075-.787 3.9t-2.138 3.175t-3.175 2.138T12 22m0-4q-2.5 0-4.25-1.75T6 12t1.75-4.25T12 6q.625 0 1.2.113t1.1.337l-1.6 1.6Q12.525 8 12.363 8H12q-1.65 0-2.825 1.175T8 12t1.175 2.825T12 16q.8 0 1.538-.312t1.312-.888q.275-.275.488-.587t.362-.663l2.25-2.275q.175 1.375-.275 2.688T16.25 16.25q-.8.8-1.9 1.275T12 18m0-3.6l-3-3l1.4-1.4l1.6 1.6L20.6 3L22 4.4z"/></svg> </template>
CSS
.icon-target-check {
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.45%200%202.788.388T17.275%203.5L15.8%204.95q-.85-.45-1.8-.7T12%204Q8.65%204%206.325%206.325T4%2012t2.325%205.675T12%2020t5.675-2.325T20%2012q0-.625-.1-1.225T19.625%209.6L21.2%208.05q.4.925.6%201.912T22%2012q0%202.075-.787%203.9t-2.138%203.175t-3.175%202.138T12%2022m0-4q-2.5%200-4.25-1.75T6%2012t1.75-4.25T12%206q.625%200%201.2.113t1.1.337l-1.6%201.6Q12.525%208%2012.363%208H12q-1.65%200-2.825%201.175T8%2012t1.175%202.825T12%2016q.8%200%201.538-.312t1.312-.888q.275-.275.488-.587t.362-.663l2.25-2.275q.175%201.375-.275%202.688T16.25%2016.25q-.8.8-1.9%201.275T12%2018m0-3.6l-3-3l1.4-1.4l1.6%201.6L20.6%203L22%204.4z%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.45%200%202.788.388T17.275%203.5L15.8%204.95q-.85-.45-1.8-.7T12%204Q8.65%204%206.325%206.325T4%2012t2.325%205.675T12%2020t5.675-2.325T20%2012q0-.625-.1-1.225T19.625%209.6L21.2%208.05q.4.925.6%201.912T22%2012q0%202.075-.787%203.9t-2.138%203.175t-3.175%202.138T12%2022m0-4q-2.5%200-4.25-1.75T6%2012t1.75-4.25T12%206q.625%200%201.2.113t1.1.337l-1.6%201.6Q12.525%208%2012.363%208H12q-1.65%200-2.825%201.175T8%2012t1.175%202.825T12%2016q.8%200%201.538-.312t1.312-.888q.275-.275.488-.587t.362-.663l2.25-2.275q.175%201.375-.275%202.688T16.25%2016.25q-.8.8-1.9%201.275T12%2018m0-3.6l-3-3l1.4-1.4l1.6%201.6L20.6%203L22%204.4z%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.svg?color=%231a73e8&size=48