phishing icon
phishing-outline-rounded from Material Symbols by Google · Outline Rounded · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- phishing-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
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 15v-4.8q0-.35.3-.475t.55.125L9.3 13.3q.275.275.275.688T9.3 14.7q-.3.3-.712.3t-.713-.3L7 13.825V15q0 1.65 1.175 2.825T11 19t2.825-1.175T15 15v-3.175q-.9-.35-1.45-1.112T13 9t.55-1.713T15 6.176V3q0-.425.288-.712T16 2t.713.288T17 3v3.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 MaterialSymbolsPhishingOutlineRounded(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 15v-4.8q0-.35.3-.475t.55.125L9.3 13.3q.275.275.275.688T9.3 14.7q-.3.3-.712.3t-.713-.3L7 13.825V15q0 1.65 1.175 2.825T11 19t2.825-1.175T15 15v-3.175q-.9-.35-1.45-1.112T13 9t.55-1.713T15 6.176V3q0-.425.288-.712T16 2t.713.288T17 3v3.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 15v-4.8q0-.35.3-.475t.55.125L9.3 13.3q.275.275.275.688T9.3 14.7q-.3.3-.712.3t-.713-.3L7 13.825V15q0 1.65 1.175 2.825T11 19t2.825-1.175T15 15v-3.175q-.9-.35-1.45-1.112T13 9t.55-1.713T15 6.176V3q0-.425.288-.712T16 2t.713.288T17 3v3.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-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%22M6.75%2019.25Q5%2017.5%205%2015v-4.8q0-.35.3-.475t.55.125L9.3%2013.3q.275.275.275.688T9.3%2014.7q-.3.3-.712.3t-.713-.3L7%2013.825V15q0%201.65%201.175%202.825T11%2019t2.825-1.175T15%2015v-3.175q-.9-.35-1.45-1.112T13%209t.55-1.713T15%206.176V3q0-.425.288-.712T16%202t.713.288T17%203v3.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%2015v-4.8q0-.35.3-.475t.55.125L9.3%2013.3q.275.275.275.688T9.3%2014.7q-.3.3-.712.3t-.713-.3L7%2013.825V15q0%201.65%201.175%202.825T11%2019t2.825-1.175T15%2015v-3.175q-.9-.35-1.45-1.112T13%209t.55-1.713T15%206.176V3q0-.425.288-.712T16%202t.713.288T17%203v3.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-rounded.svg?color=%231a73e8&size=48