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

Name
phishing-rounded
Set
Material Symbols Light
Style
Rounded
Category
Activities
Viewbox
24×24
License
Apache 2.0

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.788V11.2q0-.273.252-.379t.444.106l2.527 2.585q.14.14.14.331t-.14.338q-.146.146-.347.146t-.347-.146L7 12.594v2.195q0 1.727 1.185 2.969Q9.369 19 11.077 19t2.892-1.242q1.185-1.242 1.185-2.97V11.46q-.804-.177-1.315-.825q-.512-.646-.512-1.481t.502-1.491t1.325-.834V3.5q0-.213.143-.357q.144-.143.357-.143t.357.143t.143.357v3.329q.823.177 1.334.834T18 9.153q0 .836-.512 1.486t-1.334.82v3.33q0 2.153-1.471 3.682T11.077 20t-3.606-1.529"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPhishingRounded(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.788V11.2q0-.273.252-.379t.444.106l2.527 2.585q.14.14.14.331t-.14.338q-.146.146-.347.146t-.347-.146L7 12.594v2.195q0 1.727 1.185 2.969Q9.369 19 11.077 19t2.892-1.242q1.185-1.242 1.185-2.97V11.46q-.804-.177-1.315-.825q-.512-.646-.512-1.481t.502-1.491t1.325-.834V3.5q0-.213.143-.357q.144-.143.357-.143t.357.143t.143.357v3.329q.823.177 1.334.834T18 9.153q0 .836-.512 1.486t-1.334.82v3.33q0 2.153-1.471 3.682T11.077 20t-3.606-1.529"/></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.788V11.2q0-.273.252-.379t.444.106l2.527 2.585q.14.14.14.331t-.14.338q-.146.146-.347.146t-.347-.146L7 12.594v2.195q0 1.727 1.185 2.969Q9.369 19 11.077 19t2.892-1.242q1.185-1.242 1.185-2.97V11.46q-.804-.177-1.315-.825q-.512-.646-.512-1.481t.502-1.491t1.325-.834V3.5q0-.213.143-.357q.144-.143.357-.143t.357.143t.143.357v3.329q.823.177 1.334.834T18 9.153q0 .836-.512 1.486t-1.334.82v3.33q0 2.153-1.471 3.682T11.077 20t-3.606-1.529"/></svg>
</template>

CSS

.icon-phishing-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%22M7.471%2018.471Q6%2016.942%206%2014.788V11.2q0-.273.252-.379t.444.106l2.527%202.585q.14.14.14.331t-.14.338q-.146.146-.347.146t-.347-.146L7%2012.594v2.195q0%201.727%201.185%202.969Q9.369%2019%2011.077%2019t2.892-1.242q1.185-1.242%201.185-2.97V11.46q-.804-.177-1.315-.825q-.512-.646-.512-1.481t.502-1.491t1.325-.834V3.5q0-.213.143-.357q.144-.143.357-.143t.357.143t.143.357v3.329q.823.177%201.334.834T18%209.153q0%20.836-.512%201.486t-1.334.82v3.33q0%202.153-1.471%203.682T11.077%2020t-3.606-1.529%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.788V11.2q0-.273.252-.379t.444.106l2.527%202.585q.14.14.14.331t-.14.338q-.146.146-.347.146t-.347-.146L7%2012.594v2.195q0%201.727%201.185%202.969Q9.369%2019%2011.077%2019t2.892-1.242q1.185-1.242%201.185-2.97V11.46q-.804-.177-1.315-.825q-.512-.646-.512-1.481t.502-1.491t1.325-.834V3.5q0-.213.143-.357q.144-.143.357-.143t.357.143t.143.357v3.329q.823.177%201.334.834T18%209.153q0%20.836-.512%201.486t-1.334.82v3.33q0%202.153-1.471%203.682T11.077%2020t-3.606-1.529%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-rounded.svg?color=%231a73e8&size=48