godaddy logo
godaddy from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- godaddy
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the godaddy logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.702 2.29c-2.494-1.554-5.778-1.187-8.706.654C9.076 1.104 5.79.736 3.3 2.29c-3.941 2.463-4.42 8.806-1.07 14.167c2.47 3.954 6.333 6.269 9.77 6.226c3.439.043 7.301-2.273 9.771-6.226c3.347-5.361 2.872-11.704-1.069-14.167M4.042 15.328a12.8 12.8 0 0 1-1.546-3.541a10.1 10.1 0 0 1-.336-3.338c.15-1.98.956-3.524 2.27-4.345c1.315-.822 3.052-.87 4.903-.137q.422.17.825.382A15 15 0 0 0 7.5 7.54c-2.035 3.255-2.655 6.878-1.945 9.765a13.3 13.3 0 0 1-1.514-1.98zm17.465-3.541a12.9 12.9 0 0 1-1.547 3.54a13.3 13.3 0 0 1-1.513 1.984c.635-2.589.203-5.76-1.353-8.734a.39.39 0 0 0-.563-.153l-4.852 3.032a.397.397 0 0 0-.126.546l.712 1.139a.395.395 0 0 0 .547.126l3.145-1.965c.101.306.203.606.28.916c.296 1.086.41 2.214.335 3.337c-.15 1.982-.956 3.525-2.27 4.347a4.44 4.44 0 0 1-2.25.65h-.101a4.43 4.43 0 0 1-2.25-.65c-1.314-.822-2.121-2.365-2.27-4.347a10.2 10.2 0 0 1 .335-3.337a13.2 13.2 0 0 1 4.05-6.482a10.2 10.2 0 0 1 2.849-1.765c1.845-.733 3.586-.685 4.9.137c1.316.822 2.122 2.365 2.271 4.345a10.2 10.2 0 0 1-.33 3.334z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsGodaddy(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="M20.702 2.29c-2.494-1.554-5.778-1.187-8.706.654C9.076 1.104 5.79.736 3.3 2.29c-3.941 2.463-4.42 8.806-1.07 14.167c2.47 3.954 6.333 6.269 9.77 6.226c3.439.043 7.301-2.273 9.771-6.226c3.347-5.361 2.872-11.704-1.069-14.167M4.042 15.328a12.8 12.8 0 0 1-1.546-3.541a10.1 10.1 0 0 1-.336-3.338c.15-1.98.956-3.524 2.27-4.345c1.315-.822 3.052-.87 4.903-.137q.422.17.825.382A15 15 0 0 0 7.5 7.54c-2.035 3.255-2.655 6.878-1.945 9.765a13.3 13.3 0 0 1-1.514-1.98zm17.465-3.541a12.9 12.9 0 0 1-1.547 3.54a13.3 13.3 0 0 1-1.513 1.984c.635-2.589.203-5.76-1.353-8.734a.39.39 0 0 0-.563-.153l-4.852 3.032a.397.397 0 0 0-.126.546l.712 1.139a.395.395 0 0 0 .547.126l3.145-1.965c.101.306.203.606.28.916c.296 1.086.41 2.214.335 3.337c-.15 1.982-.956 3.525-2.27 4.347a4.44 4.44 0 0 1-2.25.65h-.101a4.43 4.43 0 0 1-2.25-.65c-1.314-.822-2.121-2.365-2.27-4.347a10.2 10.2 0 0 1 .335-3.337a13.2 13.2 0 0 1 4.05-6.482a10.2 10.2 0 0 1 2.849-1.765c1.845-.733 3.586-.685 4.9.137c1.316.822 2.122 2.365 2.271 4.345a10.2 10.2 0 0 1-.33 3.334z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.702 2.29c-2.494-1.554-5.778-1.187-8.706.654C9.076 1.104 5.79.736 3.3 2.29c-3.941 2.463-4.42 8.806-1.07 14.167c2.47 3.954 6.333 6.269 9.77 6.226c3.439.043 7.301-2.273 9.771-6.226c3.347-5.361 2.872-11.704-1.069-14.167M4.042 15.328a12.8 12.8 0 0 1-1.546-3.541a10.1 10.1 0 0 1-.336-3.338c.15-1.98.956-3.524 2.27-4.345c1.315-.822 3.052-.87 4.903-.137q.422.17.825.382A15 15 0 0 0 7.5 7.54c-2.035 3.255-2.655 6.878-1.945 9.765a13.3 13.3 0 0 1-1.514-1.98zm17.465-3.541a12.9 12.9 0 0 1-1.547 3.54a13.3 13.3 0 0 1-1.513 1.984c.635-2.589.203-5.76-1.353-8.734a.39.39 0 0 0-.563-.153l-4.852 3.032a.397.397 0 0 0-.126.546l.712 1.139a.395.395 0 0 0 .547.126l3.145-1.965c.101.306.203.606.28.916c.296 1.086.41 2.214.335 3.337c-.15 1.982-.956 3.525-2.27 4.347a4.44 4.44 0 0 1-2.25.65h-.101a4.43 4.43 0 0 1-2.25-.65c-1.314-.822-2.121-2.365-2.27-4.347a10.2 10.2 0 0 1 .335-3.337a13.2 13.2 0 0 1 4.05-6.482a10.2 10.2 0 0 1 2.849-1.765c1.845-.733 3.586-.685 4.9.137c1.316.822 2.122 2.365 2.271 4.345a10.2 10.2 0 0 1-.33 3.334z"/></svg> </template>
CSS
.icon-godaddy {
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%22M20.702%202.29c-2.494-1.554-5.778-1.187-8.706.654C9.076%201.104%205.79.736%203.3%202.29c-3.941%202.463-4.42%208.806-1.07%2014.167c2.47%203.954%206.333%206.269%209.77%206.226c3.439.043%207.301-2.273%209.771-6.226c3.347-5.361%202.872-11.704-1.069-14.167M4.042%2015.328a12.8%2012.8%200%200%201-1.546-3.541a10.1%2010.1%200%200%201-.336-3.338c.15-1.98.956-3.524%202.27-4.345c1.315-.822%203.052-.87%204.903-.137q.422.17.825.382A15%2015%200%200%200%207.5%207.54c-2.035%203.255-2.655%206.878-1.945%209.765a13.3%2013.3%200%200%201-1.514-1.98zm17.465-3.541a12.9%2012.9%200%200%201-1.547%203.54a13.3%2013.3%200%200%201-1.513%201.984c.635-2.589.203-5.76-1.353-8.734a.39.39%200%200%200-.563-.153l-4.852%203.032a.397.397%200%200%200-.126.546l.712%201.139a.395.395%200%200%200%20.547.126l3.145-1.965c.101.306.203.606.28.916c.296%201.086.41%202.214.335%203.337c-.15%201.982-.956%203.525-2.27%204.347a4.44%204.44%200%200%201-2.25.65h-.101a4.43%204.43%200%200%201-2.25-.65c-1.314-.822-2.121-2.365-2.27-4.347a10.2%2010.2%200%200%201%20.335-3.337a13.2%2013.2%200%200%201%204.05-6.482a10.2%2010.2%200%200%201%202.849-1.765c1.845-.733%203.586-.685%204.9.137c1.316.822%202.122%202.365%202.271%204.345a10.2%2010.2%200%200%201-.33%203.334z%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%22M20.702%202.29c-2.494-1.554-5.778-1.187-8.706.654C9.076%201.104%205.79.736%203.3%202.29c-3.941%202.463-4.42%208.806-1.07%2014.167c2.47%203.954%206.333%206.269%209.77%206.226c3.439.043%207.301-2.273%209.771-6.226c3.347-5.361%202.872-11.704-1.069-14.167M4.042%2015.328a12.8%2012.8%200%200%201-1.546-3.541a10.1%2010.1%200%200%201-.336-3.338c.15-1.98.956-3.524%202.27-4.345c1.315-.822%203.052-.87%204.903-.137q.422.17.825.382A15%2015%200%200%200%207.5%207.54c-2.035%203.255-2.655%206.878-1.945%209.765a13.3%2013.3%200%200%201-1.514-1.98zm17.465-3.541a12.9%2012.9%200%200%201-1.547%203.54a13.3%2013.3%200%200%201-1.513%201.984c.635-2.589.203-5.76-1.353-8.734a.39.39%200%200%200-.563-.153l-4.852%203.032a.397.397%200%200%200-.126.546l.712%201.139a.395.395%200%200%200%20.547.126l3.145-1.965c.101.306.203.606.28.916c.296%201.086.41%202.214.335%203.337c-.15%201.982-.956%203.525-2.27%204.347a4.44%204.44%200%200%201-2.25.65h-.101a4.43%204.43%200%200%201-2.25-.65c-1.314-.822-2.121-2.365-2.27-4.347a10.2%2010.2%200%200%201%20.335-3.337a13.2%2013.2%200%200%201%204.05-6.482a10.2%2010.2%200%200%201%202.849-1.765c1.845-.733%203.586-.685%204.9.137c1.316.822%202.122%202.365%202.271%204.345a10.2%2010.2%200%200%201-.33%203.334z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/godaddy.svg?color=%231a73e8&size=48