cyberdefenders logo
cyberdefenders from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- cyberdefenders
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the cyberdefenders logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.918 17.48c-.126 2.727-2.384 4.696-5.364 4.696H7.34v-6.123l-2.185-.957V24h8.381c4.334 0 7.549-2.962 7.549-6.881v-.163c-.65.235-1.372.415-2.167.524m1.355-9.501C18.611 4.313 17.726.989 15.432.213c-1.336-.452-2.005-.091-2.637.217a.306.306 0 0 0-.072.505c.361.307.813.687 1.336 1.174c-1.95-1.138-7.333-2.835-7.874-.776c-.488 1.86-1.319 4.587-1.319 4.587S.603 5.487.116 7.293s3.323 5.274 9.627 7.134c6.303 1.861 11.198 1.373 13.311-.921s.072-5.473-2.781-5.527m-1.247.036c-.487.47-2.077 1.68-5.563 1.427c-3.738-.271-6.809-2.474-7.604-3.088a.34.34 0 0 1-.126-.398c.054-.18.126-.469.253-.849c.072-.234.343-.343.542-.216c1.571.903 4.1 2.221 6.791 2.402c2.402.163 3.847-.542 4.786-1.066a.39.39 0 0 1 .542.199l.47 1.156c.036.162.018.325-.091.433"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsCyberdefenders(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="M18.918 17.48c-.126 2.727-2.384 4.696-5.364 4.696H7.34v-6.123l-2.185-.957V24h8.381c4.334 0 7.549-2.962 7.549-6.881v-.163c-.65.235-1.372.415-2.167.524m1.355-9.501C18.611 4.313 17.726.989 15.432.213c-1.336-.452-2.005-.091-2.637.217a.306.306 0 0 0-.072.505c.361.307.813.687 1.336 1.174c-1.95-1.138-7.333-2.835-7.874-.776c-.488 1.86-1.319 4.587-1.319 4.587S.603 5.487.116 7.293s3.323 5.274 9.627 7.134c6.303 1.861 11.198 1.373 13.311-.921s.072-5.473-2.781-5.527m-1.247.036c-.487.47-2.077 1.68-5.563 1.427c-3.738-.271-6.809-2.474-7.604-3.088a.34.34 0 0 1-.126-.398c.054-.18.126-.469.253-.849c.072-.234.343-.343.542-.216c1.571.903 4.1 2.221 6.791 2.402c2.402.163 3.847-.542 4.786-1.066a.39.39 0 0 1 .542.199l.47 1.156c.036.162.018.325-.091.433"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.918 17.48c-.126 2.727-2.384 4.696-5.364 4.696H7.34v-6.123l-2.185-.957V24h8.381c4.334 0 7.549-2.962 7.549-6.881v-.163c-.65.235-1.372.415-2.167.524m1.355-9.501C18.611 4.313 17.726.989 15.432.213c-1.336-.452-2.005-.091-2.637.217a.306.306 0 0 0-.072.505c.361.307.813.687 1.336 1.174c-1.95-1.138-7.333-2.835-7.874-.776c-.488 1.86-1.319 4.587-1.319 4.587S.603 5.487.116 7.293s3.323 5.274 9.627 7.134c6.303 1.861 11.198 1.373 13.311-.921s.072-5.473-2.781-5.527m-1.247.036c-.487.47-2.077 1.68-5.563 1.427c-3.738-.271-6.809-2.474-7.604-3.088a.34.34 0 0 1-.126-.398c.054-.18.126-.469.253-.849c.072-.234.343-.343.542-.216c1.571.903 4.1 2.221 6.791 2.402c2.402.163 3.847-.542 4.786-1.066a.39.39 0 0 1 .542.199l.47 1.156c.036.162.018.325-.091.433"/></svg> </template>
CSS
.icon-cyberdefenders {
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%22M18.918%2017.48c-.126%202.727-2.384%204.696-5.364%204.696H7.34v-6.123l-2.185-.957V24h8.381c4.334%200%207.549-2.962%207.549-6.881v-.163c-.65.235-1.372.415-2.167.524m1.355-9.501C18.611%204.313%2017.726.989%2015.432.213c-1.336-.452-2.005-.091-2.637.217a.306.306%200%200%200-.072.505c.361.307.813.687%201.336%201.174c-1.95-1.138-7.333-2.835-7.874-.776c-.488%201.86-1.319%204.587-1.319%204.587S.603%205.487.116%207.293s3.323%205.274%209.627%207.134c6.303%201.861%2011.198%201.373%2013.311-.921s.072-5.473-2.781-5.527m-1.247.036c-.487.47-2.077%201.68-5.563%201.427c-3.738-.271-6.809-2.474-7.604-3.088a.34.34%200%200%201-.126-.398c.054-.18.126-.469.253-.849c.072-.234.343-.343.542-.216c1.571.903%204.1%202.221%206.791%202.402c2.402.163%203.847-.542%204.786-1.066a.39.39%200%200%201%20.542.199l.47%201.156c.036.162.018.325-.091.433%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%22M18.918%2017.48c-.126%202.727-2.384%204.696-5.364%204.696H7.34v-6.123l-2.185-.957V24h8.381c4.334%200%207.549-2.962%207.549-6.881v-.163c-.65.235-1.372.415-2.167.524m1.355-9.501C18.611%204.313%2017.726.989%2015.432.213c-1.336-.452-2.005-.091-2.637.217a.306.306%200%200%200-.072.505c.361.307.813.687%201.336%201.174c-1.95-1.138-7.333-2.835-7.874-.776c-.488%201.86-1.319%204.587-1.319%204.587S.603%205.487.116%207.293s3.323%205.274%209.627%207.134c6.303%201.861%2011.198%201.373%2013.311-.921s.072-5.473-2.781-5.527m-1.247.036c-.487.47-2.077%201.68-5.563%201.427c-3.738-.271-6.809-2.474-7.604-3.088a.34.34%200%200%201-.126-.398c.054-.18.126-.469.253-.849c.072-.234.343-.343.542-.216c1.571.903%204.1%202.221%206.791%202.402c2.402.163%203.847-.542%204.786-1.066a.39.39%200%200%201%20.542.199l.47%201.156c.036.162.018.325-.091.433%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/cyberdefenders.svg?color=%231a73e8&size=48