xdotorg logo
xdotorg from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- xdotorg
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the xdotorg logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.94 1.9l-9.092 11.874l4.598 6.392a14.3 14.3 0 0 1-2.56.228c-2.387 0-4.582-.577-6.316-1.542l6.556-8.627l-6.031-8.311L2.23 1.91L9.8 12.48l-4.332 5.66c-1.692-1.266-2.729-2.965-2.729-4.832c0-2.13 1.348-4.042 3.48-5.342l-.655-.999C2.22 8.386 0 10.876 0 13.71c0 2.432 1.635 4.61 4.212 6.075l-1.765 2.307h1.661l1.299-1.709c1.892.83 4.158 1.314 6.592 1.314a17.4 17.4 0 0 0 4.188-.501l.65.903h4.865l-1.729-2.422C22.443 18.214 24 16.082 24 13.71c0-2.94-2.39-5.512-5.948-6.9l-.217.311c3.099 1.214 5.195 3.531 5.195 6.188c0 2.202-1.44 4.17-3.698 5.47l-5.153-7.22l7.382-9.658zM12 5.755c-.586 0-1.212.046-1.775.1c1.004 1.309 1.836 2.417 2.795 3.676c-.538-1.157-1.644-2.268-1.261-2.839c.378-.565 1.075-.47 1.128-.47c1.118 0 2.194.127 3.2.36l.235-.324C14.98 5.91 13.523 5.754 12 5.754z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsXdotorg(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="m19.94 1.9l-9.092 11.874l4.598 6.392a14.3 14.3 0 0 1-2.56.228c-2.387 0-4.582-.577-6.316-1.542l6.556-8.627l-6.031-8.311L2.23 1.91L9.8 12.48l-4.332 5.66c-1.692-1.266-2.729-2.965-2.729-4.832c0-2.13 1.348-4.042 3.48-5.342l-.655-.999C2.22 8.386 0 10.876 0 13.71c0 2.432 1.635 4.61 4.212 6.075l-1.765 2.307h1.661l1.299-1.709c1.892.83 4.158 1.314 6.592 1.314a17.4 17.4 0 0 0 4.188-.501l.65.903h4.865l-1.729-2.422C22.443 18.214 24 16.082 24 13.71c0-2.94-2.39-5.512-5.948-6.9l-.217.311c3.099 1.214 5.195 3.531 5.195 6.188c0 2.202-1.44 4.17-3.698 5.47l-5.153-7.22l7.382-9.658zM12 5.755c-.586 0-1.212.046-1.775.1c1.004 1.309 1.836 2.417 2.795 3.676c-.538-1.157-1.644-2.268-1.261-2.839c.378-.565 1.075-.47 1.128-.47c1.118 0 2.194.127 3.2.36l.235-.324C14.98 5.91 13.523 5.754 12 5.754z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.94 1.9l-9.092 11.874l4.598 6.392a14.3 14.3 0 0 1-2.56.228c-2.387 0-4.582-.577-6.316-1.542l6.556-8.627l-6.031-8.311L2.23 1.91L9.8 12.48l-4.332 5.66c-1.692-1.266-2.729-2.965-2.729-4.832c0-2.13 1.348-4.042 3.48-5.342l-.655-.999C2.22 8.386 0 10.876 0 13.71c0 2.432 1.635 4.61 4.212 6.075l-1.765 2.307h1.661l1.299-1.709c1.892.83 4.158 1.314 6.592 1.314a17.4 17.4 0 0 0 4.188-.501l.65.903h4.865l-1.729-2.422C22.443 18.214 24 16.082 24 13.71c0-2.94-2.39-5.512-5.948-6.9l-.217.311c3.099 1.214 5.195 3.531 5.195 6.188c0 2.202-1.44 4.17-3.698 5.47l-5.153-7.22l7.382-9.658zM12 5.755c-.586 0-1.212.046-1.775.1c1.004 1.309 1.836 2.417 2.795 3.676c-.538-1.157-1.644-2.268-1.261-2.839c.378-.565 1.075-.47 1.128-.47c1.118 0 2.194.127 3.2.36l.235-.324C14.98 5.91 13.523 5.754 12 5.754z"/></svg> </template>
CSS
.icon-xdotorg {
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%22m19.94%201.9l-9.092%2011.874l4.598%206.392a14.3%2014.3%200%200%201-2.56.228c-2.387%200-4.582-.577-6.316-1.542l6.556-8.627l-6.031-8.311L2.23%201.91L9.8%2012.48l-4.332%205.66c-1.692-1.266-2.729-2.965-2.729-4.832c0-2.13%201.348-4.042%203.48-5.342l-.655-.999C2.22%208.386%200%2010.876%200%2013.71c0%202.432%201.635%204.61%204.212%206.075l-1.765%202.307h1.661l1.299-1.709c1.892.83%204.158%201.314%206.592%201.314a17.4%2017.4%200%200%200%204.188-.501l.65.903h4.865l-1.729-2.422C22.443%2018.214%2024%2016.082%2024%2013.71c0-2.94-2.39-5.512-5.948-6.9l-.217.311c3.099%201.214%205.195%203.531%205.195%206.188c0%202.202-1.44%204.17-3.698%205.47l-5.153-7.22l7.382-9.658zM12%205.755c-.586%200-1.212.046-1.775.1c1.004%201.309%201.836%202.417%202.795%203.676c-.538-1.157-1.644-2.268-1.261-2.839c.378-.565%201.075-.47%201.128-.47c1.118%200%202.194.127%203.2.36l.235-.324C14.98%205.91%2013.523%205.754%2012%205.754z%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%22m19.94%201.9l-9.092%2011.874l4.598%206.392a14.3%2014.3%200%200%201-2.56.228c-2.387%200-4.582-.577-6.316-1.542l6.556-8.627l-6.031-8.311L2.23%201.91L9.8%2012.48l-4.332%205.66c-1.692-1.266-2.729-2.965-2.729-4.832c0-2.13%201.348-4.042%203.48-5.342l-.655-.999C2.22%208.386%200%2010.876%200%2013.71c0%202.432%201.635%204.61%204.212%206.075l-1.765%202.307h1.661l1.299-1.709c1.892.83%204.158%201.314%206.592%201.314a17.4%2017.4%200%200%200%204.188-.501l.65.903h4.865l-1.729-2.422C22.443%2018.214%2024%2016.082%2024%2013.71c0-2.94-2.39-5.512-5.948-6.9l-.217.311c3.099%201.214%205.195%203.531%205.195%206.188c0%202.202-1.44%204.17-3.698%205.47l-5.153-7.22l7.382-9.658zM12%205.755c-.586%200-1.212.046-1.775.1c1.004%201.309%201.836%202.417%202.795%203.676c-.538-1.157-1.644-2.268-1.261-2.839c.378-.565%201.075-.47%201.128-.47c1.118%200%202.194.127%203.2.36l.235-.324C14.98%205.91%2013.523%205.754%2012%205.754z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/xdotorg.svg?color=%231a73e8&size=48