semgrep logo
semgrep from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- semgrep
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the semgrep logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#00bfa5" d="M5.918 8.101a3.898 3.898 0 1 0 3.041 6.336l.004-.005l.002.001q.055-.069.107-.142a2.7 2.7 0 0 0 .36-.602l.029-.064l.03-.067h.13a2 2 0 0 1-.117.348a7 7 0 0 1-.38.705l-.007.01A3.9 3.9 0 0 0 12 15.898a3.9 3.9 0 0 0 2.883-1.277l-.006-.01a7 7 0 0 1-.383-.705a2 2 0 0 1-.117-.348h.13q.035.079.071.155a2.7 2.7 0 0 0 .348.578l.023.03l.008.01q.038.052.078.1v.003l.002.002a3.898 3.898 0 1 0 .149-5.047c.238.385.416.677.537.974h-.137c-.238-.388-.319-.543-.545-.802a3.89 3.89 0 0 0-3.04-1.46a3.89 3.89 0 0 0-3.042 1.46c-.226.26-.309.414-.547.802h-.135c.121-.297.297-.589.536-.974a3.9 3.9 0 0 0-2.895-1.287zm0 1.715a2.184 2.184 0 1 1 0 4.368a2.184 2.184 0 0 1 0-4.368m6.082 0a2.184 2.184 0 1 1 0 4.368a2.184 2.184 0 0 1 0-4.368m6.082 0c1.206 0 2.182.978 2.182 2.184a2.182 2.182 0 1 1-4.366 0c0-1.206.978-2.184 2.184-2.184"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeSemgrep(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#00bfa5" d="M5.918 8.101a3.898 3.898 0 1 0 3.041 6.336l.004-.005l.002.001q.055-.069.107-.142a2.7 2.7 0 0 0 .36-.602l.029-.064l.03-.067h.13a2 2 0 0 1-.117.348a7 7 0 0 1-.38.705l-.007.01A3.9 3.9 0 0 0 12 15.898a3.9 3.9 0 0 0 2.883-1.277l-.006-.01a7 7 0 0 1-.383-.705a2 2 0 0 1-.117-.348h.13q.035.079.071.155a2.7 2.7 0 0 0 .348.578l.023.03l.008.01q.038.052.078.1v.003l.002.002a3.898 3.898 0 1 0 .149-5.047c.238.385.416.677.537.974h-.137c-.238-.388-.319-.543-.545-.802a3.89 3.89 0 0 0-3.04-1.46a3.89 3.89 0 0 0-3.042 1.46c-.226.26-.309.414-.547.802h-.135c.121-.297.297-.589.536-.974a3.9 3.9 0 0 0-2.895-1.287zm0 1.715a2.184 2.184 0 1 1 0 4.368a2.184 2.184 0 0 1 0-4.368m6.082 0a2.184 2.184 0 1 1 0 4.368a2.184 2.184 0 0 1 0-4.368m6.082 0c1.206 0 2.182.978 2.182 2.184a2.182 2.182 0 1 1-4.366 0c0-1.206.978-2.184 2.184-2.184"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#00bfa5" d="M5.918 8.101a3.898 3.898 0 1 0 3.041 6.336l.004-.005l.002.001q.055-.069.107-.142a2.7 2.7 0 0 0 .36-.602l.029-.064l.03-.067h.13a2 2 0 0 1-.117.348a7 7 0 0 1-.38.705l-.007.01A3.9 3.9 0 0 0 12 15.898a3.9 3.9 0 0 0 2.883-1.277l-.006-.01a7 7 0 0 1-.383-.705a2 2 0 0 1-.117-.348h.13q.035.079.071.155a2.7 2.7 0 0 0 .348.578l.023.03l.008.01q.038.052.078.1v.003l.002.002a3.898 3.898 0 1 0 .149-5.047c.238.385.416.677.537.974h-.137c-.238-.388-.319-.543-.545-.802a3.89 3.89 0 0 0-3.04-1.46a3.89 3.89 0 0 0-3.042 1.46c-.226.26-.309.414-.547.802h-.135c.121-.297.297-.589.536-.974a3.9 3.9 0 0 0-2.895-1.287zm0 1.715a2.184 2.184 0 1 1 0 4.368a2.184 2.184 0 0 1 0-4.368m6.082 0a2.184 2.184 0 1 1 0 4.368a2.184 2.184 0 0 1 0-4.368m6.082 0c1.206 0 2.182.978 2.182 2.184a2.182 2.182 0 1 1-4.366 0c0-1.206.978-2.184 2.184-2.184"/></svg> </template>
CSS
.icon-semgrep {
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%22%2300bfa5%22%20d%3D%22M5.918%208.101a3.898%203.898%200%201%200%203.041%206.336l.004-.005l.002.001q.055-.069.107-.142a2.7%202.7%200%200%200%20.36-.602l.029-.064l.03-.067h.13a2%202%200%200%201-.117.348a7%207%200%200%201-.38.705l-.007.01A3.9%203.9%200%200%200%2012%2015.898a3.9%203.9%200%200%200%202.883-1.277l-.006-.01a7%207%200%200%201-.383-.705a2%202%200%200%201-.117-.348h.13q.035.079.071.155a2.7%202.7%200%200%200%20.348.578l.023.03l.008.01q.038.052.078.1v.003l.002.002a3.898%203.898%200%201%200%20.149-5.047c.238.385.416.677.537.974h-.137c-.238-.388-.319-.543-.545-.802a3.89%203.89%200%200%200-3.04-1.46a3.89%203.89%200%200%200-3.042%201.46c-.226.26-.309.414-.547.802h-.135c.121-.297.297-.589.536-.974a3.9%203.9%200%200%200-2.895-1.287zm0%201.715a2.184%202.184%200%201%201%200%204.368a2.184%202.184%200%200%201%200-4.368m6.082%200a2.184%202.184%200%201%201%200%204.368a2.184%202.184%200%200%201%200-4.368m6.082%200c1.206%200%202.182.978%202.182%202.184a2.182%202.182%200%201%201-4.366%200c0-1.206.978-2.184%202.184-2.184%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%22%2300bfa5%22%20d%3D%22M5.918%208.101a3.898%203.898%200%201%200%203.041%206.336l.004-.005l.002.001q.055-.069.107-.142a2.7%202.7%200%200%200%20.36-.602l.029-.064l.03-.067h.13a2%202%200%200%201-.117.348a7%207%200%200%201-.38.705l-.007.01A3.9%203.9%200%200%200%2012%2015.898a3.9%203.9%200%200%200%202.883-1.277l-.006-.01a7%207%200%200%201-.383-.705a2%202%200%200%201-.117-.348h.13q.035.079.071.155a2.7%202.7%200%200%200%20.348.578l.023.03l.008.01q.038.052.078.1v.003l.002.002a3.898%203.898%200%201%200%20.149-5.047c.238.385.416.677.537.974h-.137c-.238-.388-.319-.543-.545-.802a3.89%203.89%200%200%200-3.04-1.46a3.89%203.89%200%200%200-3.042%201.46c-.226.26-.309.414-.547.802h-.135c.121-.297.297-.589.536-.974a3.9%203.9%200%200%200-2.895-1.287zm0%201.715a2.184%202.184%200%201%201%200%204.368a2.184%202.184%200%200%201%200-4.368m6.082%200a2.184%202.184%200%201%201%200%204.368a2.184%202.184%200%200%201%200-4.368m6.082%200c1.206%200%202.182.978%202.182%202.184a2.182%202.182%200%201%201-4.366%200c0-1.206.978-2.184%202.184-2.184%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/semgrep.svg?color=%231a73e8&size=48