target check icon
target-check from Material Symbols Light by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- target-check
- Set
- Material Symbols Light
- 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 Light
The same icon in other sets
More actions icons from Material Symbols Light
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 21q-1.864 0-3.506-.701t-2.857-1.926t-1.926-2.867T3 12t.71-3.506t1.927-2.857T8.494 3.71Q10.137 3 12 3q1.277 0 2.441.33q1.165.33 2.18.94l-.744.738q-.87-.489-1.848-.749Q13.05 4 12 4Q8.65 4 6.325 6.335T4 12q0 3.35 2.325 5.675T12 20q3.33 0 5.666-2.325Q20 15.35 20 12q0-.683-.11-1.321t-.304-1.252l.787-.78q.304.77.466 1.614T21 12q0 1.864-.701 3.506t-1.926 2.867t-2.867 1.926T12 21m0-3.77q-2.192 0-3.712-1.519T6.77 12q0-2.173 1.52-3.702Q9.808 6.769 12 6.769q.471 0 .921.084t.879.232l-.812.811q-.251-.069-.491-.098T12 7.769q-1.766 0-2.998 1.242Q7.769 10.255 7.769 12q0 1.766 1.233 2.998q1.232 1.233 2.998 1.233q.839 0 1.615-.322q.775-.322 1.37-.917q.429-.428.718-.952q.29-.524.42-1.124l1.096-1.122q.04 1.125-.371 2.14q-.411 1.014-1.156 1.758q-.703.704-1.65 1.122q-.946.417-2.042.417m0-3.581l-2.211-2.211l.707-.689L12 12.254l8.12-8.12l.688.689z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTargetCheck(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 21q-1.864 0-3.506-.701t-2.857-1.926t-1.926-2.867T3 12t.71-3.506t1.927-2.857T8.494 3.71Q10.137 3 12 3q1.277 0 2.441.33q1.165.33 2.18.94l-.744.738q-.87-.489-1.848-.749Q13.05 4 12 4Q8.65 4 6.325 6.335T4 12q0 3.35 2.325 5.675T12 20q3.33 0 5.666-2.325Q20 15.35 20 12q0-.683-.11-1.321t-.304-1.252l.787-.78q.304.77.466 1.614T21 12q0 1.864-.701 3.506t-1.926 2.867t-2.867 1.926T12 21m0-3.77q-2.192 0-3.712-1.519T6.77 12q0-2.173 1.52-3.702Q9.808 6.769 12 6.769q.471 0 .921.084t.879.232l-.812.811q-.251-.069-.491-.098T12 7.769q-1.766 0-2.998 1.242Q7.769 10.255 7.769 12q0 1.766 1.233 2.998q1.232 1.233 2.998 1.233q.839 0 1.615-.322q.775-.322 1.37-.917q.429-.428.718-.952q.29-.524.42-1.124l1.096-1.122q.04 1.125-.371 2.14q-.411 1.014-1.156 1.758q-.703.704-1.65 1.122q-.946.417-2.042.417m0-3.581l-2.211-2.211l.707-.689L12 12.254l8.12-8.12l.688.689z"/></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 21q-1.864 0-3.506-.701t-2.857-1.926t-1.926-2.867T3 12t.71-3.506t1.927-2.857T8.494 3.71Q10.137 3 12 3q1.277 0 2.441.33q1.165.33 2.18.94l-.744.738q-.87-.489-1.848-.749Q13.05 4 12 4Q8.65 4 6.325 6.335T4 12q0 3.35 2.325 5.675T12 20q3.33 0 5.666-2.325Q20 15.35 20 12q0-.683-.11-1.321t-.304-1.252l.787-.78q.304.77.466 1.614T21 12q0 1.864-.701 3.506t-1.926 2.867t-2.867 1.926T12 21m0-3.77q-2.192 0-3.712-1.519T6.77 12q0-2.173 1.52-3.702Q9.808 6.769 12 6.769q.471 0 .921.084t.879.232l-.812.811q-.251-.069-.491-.098T12 7.769q-1.766 0-2.998 1.242Q7.769 10.255 7.769 12q0 1.766 1.233 2.998q1.232 1.233 2.998 1.233q.839 0 1.615-.322q.775-.322 1.37-.917q.429-.428.718-.952q.29-.524.42-1.124l1.096-1.122q.04 1.125-.371 2.14q-.411 1.014-1.156 1.758q-.703.704-1.65 1.122q-.946.417-2.042.417m0-3.581l-2.211-2.211l.707-.689L12 12.254l8.12-8.12l.688.689z"/></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%2021q-1.864%200-3.506-.701t-2.857-1.926t-1.926-2.867T3%2012t.71-3.506t1.927-2.857T8.494%203.71Q10.137%203%2012%203q1.277%200%202.441.33q1.165.33%202.18.94l-.744.738q-.87-.489-1.848-.749Q13.05%204%2012%204Q8.65%204%206.325%206.335T4%2012q0%203.35%202.325%205.675T12%2020q3.33%200%205.666-2.325Q20%2015.35%2020%2012q0-.683-.11-1.321t-.304-1.252l.787-.78q.304.77.466%201.614T21%2012q0%201.864-.701%203.506t-1.926%202.867t-2.867%201.926T12%2021m0-3.77q-2.192%200-3.712-1.519T6.77%2012q0-2.173%201.52-3.702Q9.808%206.769%2012%206.769q.471%200%20.921.084t.879.232l-.812.811q-.251-.069-.491-.098T12%207.769q-1.766%200-2.998%201.242Q7.769%2010.255%207.769%2012q0%201.766%201.233%202.998q1.232%201.233%202.998%201.233q.839%200%201.615-.322q.775-.322%201.37-.917q.429-.428.718-.952q.29-.524.42-1.124l1.096-1.122q.04%201.125-.371%202.14q-.411%201.014-1.156%201.758q-.703.704-1.65%201.122q-.946.417-2.042.417m0-3.581l-2.211-2.211l.707-.689L12%2012.254l8.12-8.12l.688.689z%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%2021q-1.864%200-3.506-.701t-2.857-1.926t-1.926-2.867T3%2012t.71-3.506t1.927-2.857T8.494%203.71Q10.137%203%2012%203q1.277%200%202.441.33q1.165.33%202.18.94l-.744.738q-.87-.489-1.848-.749Q13.05%204%2012%204Q8.65%204%206.325%206.335T4%2012q0%203.35%202.325%205.675T12%2020q3.33%200%205.666-2.325Q20%2015.35%2020%2012q0-.683-.11-1.321t-.304-1.252l.787-.78q.304.77.466%201.614T21%2012q0%201.864-.701%203.506t-1.926%202.867t-2.867%201.926T12%2021m0-3.77q-2.192%200-3.712-1.519T6.77%2012q0-2.173%201.52-3.702Q9.808%206.769%2012%206.769q.471%200%20.921.084t.879.232l-.812.811q-.251-.069-.491-.098T12%207.769q-1.766%200-2.998%201.242Q7.769%2010.255%207.769%2012q0%201.766%201.233%202.998q1.232%201.233%202.998%201.233q.839%200%201.615-.322q.775-.322%201.37-.917q.429-.428.718-.952q.29-.524.42-1.124l1.096-1.122q.04%201.125-.371%202.14q-.411%201.014-1.156%201.758q-.703.704-1.65%201.122q-.946.417-2.042.417m0-3.581l-2.211-2.211l.707-.689L12%2012.254l8.12-8.12l.688.689z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/target-check.svg?color=%231a73e8&size=48