cloudcannon logo

cloudcannon from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
cloudcannon
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the cloudcannon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.686 7.602c.321-1.964-1.203-3.778-3.21-3.778c-.91 0-1.733.376-2.325.977a1.13 1.13 0 0 0-1.061-.744c-.63 0-1.141.51-1.141 1.14s.429.909 1.34 1.335a6 6 0 0 1 .813.46q.413.276.776.612A6.02 6.02 0 0 1 17.796 12a6.02 6.02 0 0 1-2.694 5.008a6 6 0 0 1-.813.46c-.911.427-1.34.704-1.34 1.335c0 .63.51 1.141 1.14 1.141c.492 0 .9-.312 1.062-.744c.592.6 1.414.976 2.325.976c2.025 0 3.527-1.81 3.21-3.778C22.61 15.842 24 14.026 24 12.001c0-2.038-1.382-3.837-3.314-4.399M9.711 17.468a6.2 6.2 0 0 1-1.589-1.073A6.02 6.02 0 0 1 6.204 12a6.02 6.02 0 0 1 1.918-4.395a6.2 6.2 0 0 1 1.589-1.072c.91-.427 1.34-.704 1.34-1.335s-.51-1.141-1.14-1.141c-.492 0-.9.312-1.062.744a3.26 3.26 0 0 0-2.325-.976c-2.003 0-3.536 1.807-3.21 3.778C1.381 8.164 0 9.962 0 12c0 2.028 1.38 3.836 3.314 4.397c-.323 1.954 1.198 3.778 3.21 3.778c.91 0 1.733-.375 2.325-.976c.162.432.57.744 1.061.744c.63 0 1.141-.51 1.141-1.14c0-.631-.429-.909-1.34-1.335M12 8.443a3.557 3.557 0 1 1 0 7.114a3.557 3.557 0 0 1 0-7.114"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsCloudcannon(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.686 7.602c.321-1.964-1.203-3.778-3.21-3.778c-.91 0-1.733.376-2.325.977a1.13 1.13 0 0 0-1.061-.744c-.63 0-1.141.51-1.141 1.14s.429.909 1.34 1.335a6 6 0 0 1 .813.46q.413.276.776.612A6.02 6.02 0 0 1 17.796 12a6.02 6.02 0 0 1-2.694 5.008a6 6 0 0 1-.813.46c-.911.427-1.34.704-1.34 1.335c0 .63.51 1.141 1.14 1.141c.492 0 .9-.312 1.062-.744c.592.6 1.414.976 2.325.976c2.025 0 3.527-1.81 3.21-3.778C22.61 15.842 24 14.026 24 12.001c0-2.038-1.382-3.837-3.314-4.399M9.711 17.468a6.2 6.2 0 0 1-1.589-1.073A6.02 6.02 0 0 1 6.204 12a6.02 6.02 0 0 1 1.918-4.395a6.2 6.2 0 0 1 1.589-1.072c.91-.427 1.34-.704 1.34-1.335s-.51-1.141-1.14-1.141c-.492 0-.9.312-1.062.744a3.26 3.26 0 0 0-2.325-.976c-2.003 0-3.536 1.807-3.21 3.778C1.381 8.164 0 9.962 0 12c0 2.028 1.38 3.836 3.314 4.397c-.323 1.954 1.198 3.778 3.21 3.778c.91 0 1.733-.375 2.325-.976c.162.432.57.744 1.061.744c.63 0 1.141-.51 1.141-1.14c0-.631-.429-.909-1.34-1.335M12 8.443a3.557 3.557 0 1 1 0 7.114a3.557 3.557 0 0 1 0-7.114"/></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.686 7.602c.321-1.964-1.203-3.778-3.21-3.778c-.91 0-1.733.376-2.325.977a1.13 1.13 0 0 0-1.061-.744c-.63 0-1.141.51-1.141 1.14s.429.909 1.34 1.335a6 6 0 0 1 .813.46q.413.276.776.612A6.02 6.02 0 0 1 17.796 12a6.02 6.02 0 0 1-2.694 5.008a6 6 0 0 1-.813.46c-.911.427-1.34.704-1.34 1.335c0 .63.51 1.141 1.14 1.141c.492 0 .9-.312 1.062-.744c.592.6 1.414.976 2.325.976c2.025 0 3.527-1.81 3.21-3.778C22.61 15.842 24 14.026 24 12.001c0-2.038-1.382-3.837-3.314-4.399M9.711 17.468a6.2 6.2 0 0 1-1.589-1.073A6.02 6.02 0 0 1 6.204 12a6.02 6.02 0 0 1 1.918-4.395a6.2 6.2 0 0 1 1.589-1.072c.91-.427 1.34-.704 1.34-1.335s-.51-1.141-1.14-1.141c-.492 0-.9.312-1.062.744a3.26 3.26 0 0 0-2.325-.976c-2.003 0-3.536 1.807-3.21 3.778C1.381 8.164 0 9.962 0 12c0 2.028 1.38 3.836 3.314 4.397c-.323 1.954 1.198 3.778 3.21 3.778c.91 0 1.733-.375 2.325-.976c.162.432.57.744 1.061.744c.63 0 1.141-.51 1.141-1.14c0-.631-.429-.909-1.34-1.335M12 8.443a3.557 3.557 0 1 1 0 7.114a3.557 3.557 0 0 1 0-7.114"/></svg>
</template>

CSS

.icon-cloudcannon {
  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.686%207.602c.321-1.964-1.203-3.778-3.21-3.778c-.91%200-1.733.376-2.325.977a1.13%201.13%200%200%200-1.061-.744c-.63%200-1.141.51-1.141%201.14s.429.909%201.34%201.335a6%206%200%200%201%20.813.46q.413.276.776.612A6.02%206.02%200%200%201%2017.796%2012a6.02%206.02%200%200%201-2.694%205.008a6%206%200%200%201-.813.46c-.911.427-1.34.704-1.34%201.335c0%20.63.51%201.141%201.14%201.141c.492%200%20.9-.312%201.062-.744c.592.6%201.414.976%202.325.976c2.025%200%203.527-1.81%203.21-3.778C22.61%2015.842%2024%2014.026%2024%2012.001c0-2.038-1.382-3.837-3.314-4.399M9.711%2017.468a6.2%206.2%200%200%201-1.589-1.073A6.02%206.02%200%200%201%206.204%2012a6.02%206.02%200%200%201%201.918-4.395a6.2%206.2%200%200%201%201.589-1.072c.91-.427%201.34-.704%201.34-1.335s-.51-1.141-1.14-1.141c-.492%200-.9.312-1.062.744a3.26%203.26%200%200%200-2.325-.976c-2.003%200-3.536%201.807-3.21%203.778C1.381%208.164%200%209.962%200%2012c0%202.028%201.38%203.836%203.314%204.397c-.323%201.954%201.198%203.778%203.21%203.778c.91%200%201.733-.375%202.325-.976c.162.432.57.744%201.061.744c.63%200%201.141-.51%201.141-1.14c0-.631-.429-.909-1.34-1.335M12%208.443a3.557%203.557%200%201%201%200%207.114a3.557%203.557%200%200%201%200-7.114%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.686%207.602c.321-1.964-1.203-3.778-3.21-3.778c-.91%200-1.733.376-2.325.977a1.13%201.13%200%200%200-1.061-.744c-.63%200-1.141.51-1.141%201.14s.429.909%201.34%201.335a6%206%200%200%201%20.813.46q.413.276.776.612A6.02%206.02%200%200%201%2017.796%2012a6.02%206.02%200%200%201-2.694%205.008a6%206%200%200%201-.813.46c-.911.427-1.34.704-1.34%201.335c0%20.63.51%201.141%201.14%201.141c.492%200%20.9-.312%201.062-.744c.592.6%201.414.976%202.325.976c2.025%200%203.527-1.81%203.21-3.778C22.61%2015.842%2024%2014.026%2024%2012.001c0-2.038-1.382-3.837-3.314-4.399M9.711%2017.468a6.2%206.2%200%200%201-1.589-1.073A6.02%206.02%200%200%201%206.204%2012a6.02%206.02%200%200%201%201.918-4.395a6.2%206.2%200%200%201%201.589-1.072c.91-.427%201.34-.704%201.34-1.335s-.51-1.141-1.14-1.141c-.492%200-.9.312-1.062.744a3.26%203.26%200%200%200-2.325-.976c-2.003%200-3.536%201.807-3.21%203.778C1.381%208.164%200%209.962%200%2012c0%202.028%201.38%203.836%203.314%204.397c-.323%201.954%201.198%203.778%203.21%203.778c.91%200%201.733-.375%202.325-.976c.162.432.57.744%201.061.744c.63%200%201.141-.51%201.141-1.14c0-.631-.429-.909-1.34-1.335M12%208.443a3.557%203.557%200%201%201%200%207.114a3.557%203.557%200%200%201%200-7.114%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/cloudcannon.svg?color=%231a73e8&size=48