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

Name
spoof-rounded
Set
Material Symbols
Style
Rounded
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.275 0-6.075-1.663t-4.35-4.562q-.15-.3-.225-.625T1.275 12q0-.325.075-.65t.225-.625q1.55-2.9 4.35-4.563T12 4.5q3.275 0 6.075 1.663t4.35 4.562q.15.3.225.625t.075.65q0 .325-.075.65t-.225.625q-1.55 2.9-4.35 4.563T12 19.5Zm0-2q2.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.5Zm-8-3.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.625Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSpoofRounded(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.275 0-6.075-1.663t-4.35-4.562q-.15-.3-.225-.625T1.275 12q0-.325.075-.65t.225-.625q1.55-2.9 4.35-4.563T12 4.5q3.275 0 6.075 1.663t4.35 4.562q.15.3.225.625t.075.65q0 .325-.075.65t-.225.625q-1.55 2.9-4.35 4.563T12 19.5Zm0-2q2.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.5Zm-8-3.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.625Z"/></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.275 0-6.075-1.663t-4.35-4.562q-.15-.3-.225-.625T1.275 12q0-.325.075-.65t.225-.625q1.55-2.9 4.35-4.563T12 4.5q3.275 0 6.075 1.663t4.35 4.562q.15.3.225.625t.075.65q0 .325-.075.65t-.225.625q-1.55 2.9-4.35 4.563T12 19.5Zm0-2q2.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.5Zm-8-3.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.625Z"/></svg>
</template>

CSS

.icon-spoof-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%2019.5q-3.275%200-6.075-1.663t-4.35-4.562q-.15-.3-.225-.625T1.275%2012q0-.325.075-.65t.225-.625q1.55-2.9%204.35-4.563T12%204.5q3.275%200%206.075%201.663t4.35%204.562q.15.3.225.625t.075.65q0%20.325-.075.65t-.225.625q-1.55%202.9-4.35%204.563T12%2019.5Zm0-2q2.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.5Zm-8-3.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.625Z%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.275%200-6.075-1.663t-4.35-4.562q-.15-.3-.225-.625T1.275%2012q0-.325.075-.65t.225-.625q1.55-2.9%204.35-4.563T12%204.5q3.275%200%206.075%201.663t4.35%204.562q.15.3.225.625t.075.65q0%20.325-.075.65t-.225.625q-1.55%202.9-4.35%204.563T12%2019.5Zm0-2q2.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.5Zm-8-3.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.625Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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