chainguard logo
chainguard from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- chainguard
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the chainguard logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.996 16.329c-.109-1.123-3.387-1.488-5.717-2.501c.51-1.017 1.283-2.168.949-4.286C18.782 6.725 16.358 1.74 12 1.74s-6.782 4.98-7.228 7.8c-.334 2.119.443 3.27.949 4.287C3.395 14.84.116 15.21.004 16.328c-.102 1.039 1.89 1.418 4.136 1.283c-.566.691-1.009 1.346-.974 1.818c.056.79.896 1.303 2.22 1.303c1.484 0 3.775-.939 4.32-3.475c0 0-.225 1.017-.102 1.99C9.75 20.41 10.623 22.26 12 22.26s2.249-1.85 2.396-3.011c.123-.974-.101-1.991-.101-1.991c.544 2.536 2.832 3.475 4.318 3.475c1.325 0 2.165-.514 2.22-1.303c.036-.472-.41-1.13-.972-1.818c2.245.135 4.237-.244 4.135-1.282M7.436 5.953c-.26-.223-.19-.705.154-1.077c.345-.372.836-.496 1.096-.273s.19.705-.154 1.077s-.836.493-1.096.273m2.371 6.419c-1.071 0-1.94-.875-1.94-1.955s.869-1.956 1.94-1.956c1.072 0 1.94.875 1.94 1.955a1.95 1.95 0 0 1-1.94 1.956m1.185-7.701c-.756.34-1.56.223-1.8-.259c-.238-.485.18-1.151.935-1.491s1.56-.224 1.8.258c.238.482-.18 1.152-.935 1.492m5.218 7.7a1.947 1.947 0 0 1-1.94-1.955c0-1.08.868-1.955 1.94-1.955c1.071 0 1.94.875 1.94 1.955a1.95 1.95 0 0 1-1.94 1.956m.158-1.969l.713-.846a1.2 1.2 0 0 0-.871-.372c-.675 0-1.22.549-1.22 1.229s.545 1.23 1.22 1.23s1.219-.55 1.219-1.23v-.01zm-5.345 0v.011c0 .68-.544 1.23-1.22 1.23c-.674 0-1.218-.55-1.218-1.23s.544-1.23 1.219-1.23c.34 0 .65.142.871.373l-.713.846Z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsChainguard(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="M23.996 16.329c-.109-1.123-3.387-1.488-5.717-2.501c.51-1.017 1.283-2.168.949-4.286C18.782 6.725 16.358 1.74 12 1.74s-6.782 4.98-7.228 7.8c-.334 2.119.443 3.27.949 4.287C3.395 14.84.116 15.21.004 16.328c-.102 1.039 1.89 1.418 4.136 1.283c-.566.691-1.009 1.346-.974 1.818c.056.79.896 1.303 2.22 1.303c1.484 0 3.775-.939 4.32-3.475c0 0-.225 1.017-.102 1.99C9.75 20.41 10.623 22.26 12 22.26s2.249-1.85 2.396-3.011c.123-.974-.101-1.991-.101-1.991c.544 2.536 2.832 3.475 4.318 3.475c1.325 0 2.165-.514 2.22-1.303c.036-.472-.41-1.13-.972-1.818c2.245.135 4.237-.244 4.135-1.282M7.436 5.953c-.26-.223-.19-.705.154-1.077c.345-.372.836-.496 1.096-.273s.19.705-.154 1.077s-.836.493-1.096.273m2.371 6.419c-1.071 0-1.94-.875-1.94-1.955s.869-1.956 1.94-1.956c1.072 0 1.94.875 1.94 1.955a1.95 1.95 0 0 1-1.94 1.956m1.185-7.701c-.756.34-1.56.223-1.8-.259c-.238-.485.18-1.151.935-1.491s1.56-.224 1.8.258c.238.482-.18 1.152-.935 1.492m5.218 7.7a1.947 1.947 0 0 1-1.94-1.955c0-1.08.868-1.955 1.94-1.955c1.071 0 1.94.875 1.94 1.955a1.95 1.95 0 0 1-1.94 1.956m.158-1.969l.713-.846a1.2 1.2 0 0 0-.871-.372c-.675 0-1.22.549-1.22 1.229s.545 1.23 1.22 1.23s1.219-.55 1.219-1.23v-.01zm-5.345 0v.011c0 .68-.544 1.23-1.22 1.23c-.674 0-1.218-.55-1.218-1.23s.544-1.23 1.219-1.23c.34 0 .65.142.871.373l-.713.846Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.996 16.329c-.109-1.123-3.387-1.488-5.717-2.501c.51-1.017 1.283-2.168.949-4.286C18.782 6.725 16.358 1.74 12 1.74s-6.782 4.98-7.228 7.8c-.334 2.119.443 3.27.949 4.287C3.395 14.84.116 15.21.004 16.328c-.102 1.039 1.89 1.418 4.136 1.283c-.566.691-1.009 1.346-.974 1.818c.056.79.896 1.303 2.22 1.303c1.484 0 3.775-.939 4.32-3.475c0 0-.225 1.017-.102 1.99C9.75 20.41 10.623 22.26 12 22.26s2.249-1.85 2.396-3.011c.123-.974-.101-1.991-.101-1.991c.544 2.536 2.832 3.475 4.318 3.475c1.325 0 2.165-.514 2.22-1.303c.036-.472-.41-1.13-.972-1.818c2.245.135 4.237-.244 4.135-1.282M7.436 5.953c-.26-.223-.19-.705.154-1.077c.345-.372.836-.496 1.096-.273s.19.705-.154 1.077s-.836.493-1.096.273m2.371 6.419c-1.071 0-1.94-.875-1.94-1.955s.869-1.956 1.94-1.956c1.072 0 1.94.875 1.94 1.955a1.95 1.95 0 0 1-1.94 1.956m1.185-7.701c-.756.34-1.56.223-1.8-.259c-.238-.485.18-1.151.935-1.491s1.56-.224 1.8.258c.238.482-.18 1.152-.935 1.492m5.218 7.7a1.947 1.947 0 0 1-1.94-1.955c0-1.08.868-1.955 1.94-1.955c1.071 0 1.94.875 1.94 1.955a1.95 1.95 0 0 1-1.94 1.956m.158-1.969l.713-.846a1.2 1.2 0 0 0-.871-.372c-.675 0-1.22.549-1.22 1.229s.545 1.23 1.22 1.23s1.219-.55 1.219-1.23v-.01zm-5.345 0v.011c0 .68-.544 1.23-1.22 1.23c-.674 0-1.218-.55-1.218-1.23s.544-1.23 1.219-1.23c.34 0 .65.142.871.373l-.713.846Z"/></svg> </template>
CSS
.icon-chainguard {
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%22M23.996%2016.329c-.109-1.123-3.387-1.488-5.717-2.501c.51-1.017%201.283-2.168.949-4.286C18.782%206.725%2016.358%201.74%2012%201.74s-6.782%204.98-7.228%207.8c-.334%202.119.443%203.27.949%204.287C3.395%2014.84.116%2015.21.004%2016.328c-.102%201.039%201.89%201.418%204.136%201.283c-.566.691-1.009%201.346-.974%201.818c.056.79.896%201.303%202.22%201.303c1.484%200%203.775-.939%204.32-3.475c0%200-.225%201.017-.102%201.99C9.75%2020.41%2010.623%2022.26%2012%2022.26s2.249-1.85%202.396-3.011c.123-.974-.101-1.991-.101-1.991c.544%202.536%202.832%203.475%204.318%203.475c1.325%200%202.165-.514%202.22-1.303c.036-.472-.41-1.13-.972-1.818c2.245.135%204.237-.244%204.135-1.282M7.436%205.953c-.26-.223-.19-.705.154-1.077c.345-.372.836-.496%201.096-.273s.19.705-.154%201.077s-.836.493-1.096.273m2.371%206.419c-1.071%200-1.94-.875-1.94-1.955s.869-1.956%201.94-1.956c1.072%200%201.94.875%201.94%201.955a1.95%201.95%200%200%201-1.94%201.956m1.185-7.701c-.756.34-1.56.223-1.8-.259c-.238-.485.18-1.151.935-1.491s1.56-.224%201.8.258c.238.482-.18%201.152-.935%201.492m5.218%207.7a1.947%201.947%200%200%201-1.94-1.955c0-1.08.868-1.955%201.94-1.955c1.071%200%201.94.875%201.94%201.955a1.95%201.95%200%200%201-1.94%201.956m.158-1.969l.713-.846a1.2%201.2%200%200%200-.871-.372c-.675%200-1.22.549-1.22%201.229s.545%201.23%201.22%201.23s1.219-.55%201.219-1.23v-.01zm-5.345%200v.011c0%20.68-.544%201.23-1.22%201.23c-.674%200-1.218-.55-1.218-1.23s.544-1.23%201.219-1.23c.34%200%20.65.142.871.373l-.713.846Z%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%22M23.996%2016.329c-.109-1.123-3.387-1.488-5.717-2.501c.51-1.017%201.283-2.168.949-4.286C18.782%206.725%2016.358%201.74%2012%201.74s-6.782%204.98-7.228%207.8c-.334%202.119.443%203.27.949%204.287C3.395%2014.84.116%2015.21.004%2016.328c-.102%201.039%201.89%201.418%204.136%201.283c-.566.691-1.009%201.346-.974%201.818c.056.79.896%201.303%202.22%201.303c1.484%200%203.775-.939%204.32-3.475c0%200-.225%201.017-.102%201.99C9.75%2020.41%2010.623%2022.26%2012%2022.26s2.249-1.85%202.396-3.011c.123-.974-.101-1.991-.101-1.991c.544%202.536%202.832%203.475%204.318%203.475c1.325%200%202.165-.514%202.22-1.303c.036-.472-.41-1.13-.972-1.818c2.245.135%204.237-.244%204.135-1.282M7.436%205.953c-.26-.223-.19-.705.154-1.077c.345-.372.836-.496%201.096-.273s.19.705-.154%201.077s-.836.493-1.096.273m2.371%206.419c-1.071%200-1.94-.875-1.94-1.955s.869-1.956%201.94-1.956c1.072%200%201.94.875%201.94%201.955a1.95%201.95%200%200%201-1.94%201.956m1.185-7.701c-.756.34-1.56.223-1.8-.259c-.238-.485.18-1.151.935-1.491s1.56-.224%201.8.258c.238.482-.18%201.152-.935%201.492m5.218%207.7a1.947%201.947%200%200%201-1.94-1.955c0-1.08.868-1.955%201.94-1.955c1.071%200%201.94.875%201.94%201.955a1.95%201.95%200%200%201-1.94%201.956m.158-1.969l.713-.846a1.2%201.2%200%200%200-.871-.372c-.675%200-1.22.549-1.22%201.229s.545%201.23%201.22%201.23s1.219-.55%201.219-1.23v-.01zm-5.345%200v.011c0%20.68-.544%201.23-1.22%201.23c-.674%200-1.218-.55-1.218-1.23s.544-1.23%201.219-1.23c.34%200%20.65.142.871.373l-.713.846Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/chainguard.svg?color=%231a73e8&size=48