phishing-outline from Material Symbols Light by Google · Outline · Activities · Apache-2.0 Free for personal and commercial use.

Name
phishing-outline
Set
Material Symbols Light
Style
Outline
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
phishing-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

Use the phishing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.471 18.471Q6 16.942 6 14.788v-4.576l3.558 3.634l-.689.695L7 12.594v2.195q0 1.727 1.185 2.969Q9.369 19 11.077 19t2.892-1.242q1.185-1.242 1.185-2.97v-3.367q-.804-.177-1.325-.805q-.521-.627-.521-1.462t.511-1.472t1.335-.815V3h1v3.867q.823.177 1.335.815T18 9.154t-.512 1.465t-1.334.802v3.368q0 2.153-1.471 3.682T11.077 20t-3.606-1.529m9.136-8.364Q17 9.714 17 9.154t-.393-.953t-.953-.393t-.953.393t-.393.953t.393.953t.953.393t.953-.393m-.953-.953"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPhishingOutline(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="M7.471 18.471Q6 16.942 6 14.788v-4.576l3.558 3.634l-.689.695L7 12.594v2.195q0 1.727 1.185 2.969Q9.369 19 11.077 19t2.892-1.242q1.185-1.242 1.185-2.97v-3.367q-.804-.177-1.325-.805q-.521-.627-.521-1.462t.511-1.472t1.335-.815V3h1v3.867q.823.177 1.335.815T18 9.154t-.512 1.465t-1.334.802v3.368q0 2.153-1.471 3.682T11.077 20t-3.606-1.529m9.136-8.364Q17 9.714 17 9.154t-.393-.953t-.953-.393t-.953.393t-.393.953t.393.953t.953.393t.953-.393m-.953-.953"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.471 18.471Q6 16.942 6 14.788v-4.576l3.558 3.634l-.689.695L7 12.594v2.195q0 1.727 1.185 2.969Q9.369 19 11.077 19t2.892-1.242q1.185-1.242 1.185-2.97v-3.367q-.804-.177-1.325-.805q-.521-.627-.521-1.462t.511-1.472t1.335-.815V3h1v3.867q.823.177 1.335.815T18 9.154t-.512 1.465t-1.334.802v3.368q0 2.153-1.471 3.682T11.077 20t-3.606-1.529m9.136-8.364Q17 9.714 17 9.154t-.393-.953t-.953-.393t-.953.393t-.393.953t.393.953t.953.393t.953-.393m-.953-.953"/></svg>
</template>

CSS

.icon-phishing-outline {
  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%22M7.471%2018.471Q6%2016.942%206%2014.788v-4.576l3.558%203.634l-.689.695L7%2012.594v2.195q0%201.727%201.185%202.969Q9.369%2019%2011.077%2019t2.892-1.242q1.185-1.242%201.185-2.97v-3.367q-.804-.177-1.325-.805q-.521-.627-.521-1.462t.511-1.472t1.335-.815V3h1v3.867q.823.177%201.335.815T18%209.154t-.512%201.465t-1.334.802v3.368q0%202.153-1.471%203.682T11.077%2020t-3.606-1.529m9.136-8.364Q17%209.714%2017%209.154t-.393-.953t-.953-.393t-.953.393t-.393.953t.393.953t.953.393t.953-.393m-.953-.953%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%22M7.471%2018.471Q6%2016.942%206%2014.788v-4.576l3.558%203.634l-.689.695L7%2012.594v2.195q0%201.727%201.185%202.969Q9.369%2019%2011.077%2019t2.892-1.242q1.185-1.242%201.185-2.97v-3.367q-.804-.177-1.325-.805q-.521-.627-.521-1.462t.511-1.472t1.335-.815V3h1v3.867q.823.177%201.335.815T18%209.154t-.512%201.465t-1.334.802v3.368q0%202.153-1.471%203.682T11.077%2020t-3.606-1.529m9.136-8.364Q17%209.714%2017%209.154t-.393-.953t-.953-.393t-.953.393t-.393.953t.393.953t.953.393t.953-.393m-.953-.953%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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