spoof icon
spoof from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.
- Name
- spoof
- Set
- Material Symbols
- Style
- Regular
- Viewbox
- 24×24
- License
- Apache 2.0
2 other variants in Material Symbols
Use the spoof icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19.5q-3.65 0-6.65-2.038T1 12q1.35-3.425 4.35-5.463T12 4.5q3.65 0 6.65 2.038T23 12q-1.35 3.425-4.35 5.463T12 19.5Zm-8-8.875q1.65-1.5 3.713-2.313T12 7.5q2.225 0 4.288.813T20 10.624Q18.65 8.7 16.537 7.6T12 6.5q-2.425 0-4.538 1.1T4 10.625Zm8 6.875q2.4 0 4.463-1.063T19.9 13.5q-.725-1.025-1.65-1.788t-2.025-1.262q.125.35.2.738T16.5 12q0 1.875-1.313 3.188T12 16.5q-1.875 0-3.188-1.313T7.5 12q0-.425.075-.813t.2-.737q-1.1.5-2.025 1.275T4.1 13.5q1.375 1.875 3.438 2.938T12 17.5Zm0-3q1.05 0 1.775-.725T14.5 12q0-1.05-.725-1.775T12 9.5q-1.05 0-1.775.725T9.5 12q0 1.05.725 1.775T12 14.5Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSpoof(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 19.5q-3.65 0-6.65-2.038T1 12q1.35-3.425 4.35-5.463T12 4.5q3.65 0 6.65 2.038T23 12q-1.35 3.425-4.35 5.463T12 19.5Zm-8-8.875q1.65-1.5 3.713-2.313T12 7.5q2.225 0 4.288.813T20 10.624Q18.65 8.7 16.537 7.6T12 6.5q-2.425 0-4.538 1.1T4 10.625Zm8 6.875q2.4 0 4.463-1.063T19.9 13.5q-.725-1.025-1.65-1.788t-2.025-1.262q.125.35.2.738T16.5 12q0 1.875-1.313 3.188T12 16.5q-1.875 0-3.188-1.313T7.5 12q0-.425.075-.813t.2-.737q-1.1.5-2.025 1.275T4.1 13.5q1.375 1.875 3.438 2.938T12 17.5Zm0-3q1.05 0 1.775-.725T14.5 12q0-1.05-.725-1.775T12 9.5q-1.05 0-1.775.725T9.5 12q0 1.05.725 1.775T12 14.5Z"/></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 19.5q-3.65 0-6.65-2.038T1 12q1.35-3.425 4.35-5.463T12 4.5q3.65 0 6.65 2.038T23 12q-1.35 3.425-4.35 5.463T12 19.5Zm-8-8.875q1.65-1.5 3.713-2.313T12 7.5q2.225 0 4.288.813T20 10.624Q18.65 8.7 16.537 7.6T12 6.5q-2.425 0-4.538 1.1T4 10.625Zm8 6.875q2.4 0 4.463-1.063T19.9 13.5q-.725-1.025-1.65-1.788t-2.025-1.262q.125.35.2.738T16.5 12q0 1.875-1.313 3.188T12 16.5q-1.875 0-3.188-1.313T7.5 12q0-.425.075-.813t.2-.737q-1.1.5-2.025 1.275T4.1 13.5q1.375 1.875 3.438 2.938T12 17.5Zm0-3q1.05 0 1.775-.725T14.5 12q0-1.05-.725-1.775T12 9.5q-1.05 0-1.775.725T9.5 12q0 1.05.725 1.775T12 14.5Z"/></svg> </template>
CSS
.icon-spoof {
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%2019.5q-3.65%200-6.65-2.038T1%2012q1.35-3.425%204.35-5.463T12%204.5q3.65%200%206.65%202.038T23%2012q-1.35%203.425-4.35%205.463T12%2019.5Zm-8-8.875q1.65-1.5%203.713-2.313T12%207.5q2.225%200%204.288.813T20%2010.624Q18.65%208.7%2016.537%207.6T12%206.5q-2.425%200-4.538%201.1T4%2010.625Zm8%206.875q2.4%200%204.463-1.063T19.9%2013.5q-.725-1.025-1.65-1.788t-2.025-1.262q.125.35.2.738T16.5%2012q0%201.875-1.313%203.188T12%2016.5q-1.875%200-3.188-1.313T7.5%2012q0-.425.075-.813t.2-.737q-1.1.5-2.025%201.275T4.1%2013.5q1.375%201.875%203.438%202.938T12%2017.5Zm0-3q1.05%200%201.775-.725T14.5%2012q0-1.05-.725-1.775T12%209.5q-1.05%200-1.775.725T9.5%2012q0%201.05.725%201.775T12%2014.5Z%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%2019.5q-3.65%200-6.65-2.038T1%2012q1.35-3.425%204.35-5.463T12%204.5q3.65%200%206.65%202.038T23%2012q-1.35%203.425-4.35%205.463T12%2019.5Zm-8-8.875q1.65-1.5%203.713-2.313T12%207.5q2.225%200%204.288.813T20%2010.624Q18.65%208.7%2016.537%207.6T12%206.5q-2.425%200-4.538%201.1T4%2010.625Zm8%206.875q2.4%200%204.463-1.063T19.9%2013.5q-.725-1.025-1.65-1.788t-2.025-1.262q.125.35.2.738T16.5%2012q0%201.875-1.313%203.188T12%2016.5q-1.875%200-3.188-1.313T7.5%2012q0-.425.075-.813t.2-.737q-1.1.5-2.025%201.275T4.1%2013.5q1.375%201.875%203.438%202.938T12%2017.5Zm0-3q1.05%200%201.775-.725T14.5%2012q0-1.05-.725-1.775T12%209.5q-1.05%200-1.775.725T9.5%2012q0%201.05.725%201.775T12%2014.5Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/spoof.svg?color=%231a73e8&size=48