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

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

3 other variants in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

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="M6.75 19.25Q5 17.5 5 15V9l5 5l-1.4 1.425l-1.6-1.6V15q0 1.65 1.175 2.825T11 19t2.825-1.175T15 15v-3.175q-.9-.35-1.45-1.112T13 9t.55-1.713T15 6.176V2h2v4.175q.9.35 1.45 1.113T19 9t-.55 1.725t-1.45 1.1V15q0 2.5-1.75 4.25T11 21t-4.25-1.75m9.963-9.537Q17 9.425 17 9t-.288-.712T16 8t-.712.288T15 9t.288.713T16 10t.713-.288M16 9"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPhishingOutline(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="M6.75 19.25Q5 17.5 5 15V9l5 5l-1.4 1.425l-1.6-1.6V15q0 1.65 1.175 2.825T11 19t2.825-1.175T15 15v-3.175q-.9-.35-1.45-1.112T13 9t.55-1.713T15 6.176V2h2v4.175q.9.35 1.45 1.113T19 9t-.55 1.725t-1.45 1.1V15q0 2.5-1.75 4.25T11 21t-4.25-1.75m9.963-9.537Q17 9.425 17 9t-.288-.712T16 8t-.712.288T15 9t.288.713T16 10t.713-.288M16 9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.75 19.25Q5 17.5 5 15V9l5 5l-1.4 1.425l-1.6-1.6V15q0 1.65 1.175 2.825T11 19t2.825-1.175T15 15v-3.175q-.9-.35-1.45-1.112T13 9t.55-1.713T15 6.176V2h2v4.175q.9.35 1.45 1.113T19 9t-.55 1.725t-1.45 1.1V15q0 2.5-1.75 4.25T11 21t-4.25-1.75m9.963-9.537Q17 9.425 17 9t-.288-.712T16 8t-.712.288T15 9t.288.713T16 10t.713-.288M16 9"/></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%22M6.75%2019.25Q5%2017.5%205%2015V9l5%205l-1.4%201.425l-1.6-1.6V15q0%201.65%201.175%202.825T11%2019t2.825-1.175T15%2015v-3.175q-.9-.35-1.45-1.112T13%209t.55-1.713T15%206.176V2h2v4.175q.9.35%201.45%201.113T19%209t-.55%201.725t-1.45%201.1V15q0%202.5-1.75%204.25T11%2021t-4.25-1.75m9.963-9.537Q17%209.425%2017%209t-.288-.712T16%208t-.712.288T15%209t.288.713T16%2010t.713-.288M16%209%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%22M6.75%2019.25Q5%2017.5%205%2015V9l5%205l-1.4%201.425l-1.6-1.6V15q0%201.65%201.175%202.825T11%2019t2.825-1.175T15%2015v-3.175q-.9-.35-1.45-1.112T13%209t.55-1.713T15%206.176V2h2v4.175q.9.35%201.45%201.113T19%209t-.55%201.725t-1.45%201.1V15q0%202.5-1.75%204.25T11%2021t-4.25-1.75m9.963-9.537Q17%209.425%2017%209t-.288-.712T16%208t-.712.288T15%209t.288.713T16%2010t.713-.288M16%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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