cloudfoundry logo
cloudfoundry from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- cloudfoundry
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the cloudfoundry logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.854 13.537c-.048 1.79.074 3.862.149 4.917c.96.136 1.633.456 1.633.83c0 .497-1.193 1.07-2.665 1.07s-2.665-.573-2.665-1.07c0-.374.673-.694 1.633-.83c.075-1.055.197-3.127.15-4.917c-.044-1.613-.779-3.091-1.676-3.821c-.725-.59-1.174-1.427-1.166-2.354c.016-1.765 1.683-3.186 3.724-3.186s3.708 1.42 3.723 3.186c.008.927-.44 1.763-1.165 2.354c-.897.73-1.632 2.208-1.675 3.821m6.214 6.596c.287-.115.612-.177.951-.19c-.007-.24-.166-.672-.303-.877c-.56-.1-1.276-.313-1.658-.682a.48.48 0 0 1-.186-.41c.026-.146.133-.253.278-.329a8 8 0 0 0-1.08-.515a4.6 4.6 0 0 1-1.697-.124c-.303-.09-.764-.24-.82-.549c-.16-.03-.54-.083-.766-.112a4 4 0 0 0-.07.31a.815.815 0 0 0 .56.956c1 .291 1.756.77 1.974 1.359c.44 1.19-1.413 2.353-4.231 2.353c-2.82 0-4.673-1.163-4.233-2.353c.213-.574.94-1.044 1.903-1.337a.863.863 0 0 0 .589-1.005l-.06-.283c-.291.03-.779.101-1.031.148c-.019.313-.476.466-.76.564a4.7 4.7 0 0 1-1.708.147a8 8 0 0 0-1.052.535c.544.23.316.736-.09.97c-.407.253-.842.409-1.38.51c-.051.088-.111.298-.163.438c-.016.136-.063.367-.053.459c.645.02 1.268.152 1.62.605c.281.508-.024.976-.51 1.364c.392.316.986.673 1.45.868a4.8 4.8 0 0 1 2.715-.269c.718.16 1.506.581 1.742 1.289c.635.042 1.895.04 2.528-.041c.182-.731.907-1.147 1.606-1.326a4.8 4.8 0 0 1 2.712.193c.356-.18 1.03-.602 1.306-.9c-.474-.358-.873-.794-.63-1.325c.085-.19.301-.33.547-.44zm-9.54-5.848s.418-1.586-1.4-3.632A5 5 0 0 1 6.88 7.346a5.05 5.05 0 0 1 5.047-5.04c2.822-.065 5.168 2.218 5.164 5.04a4.98 4.98 0 0 1-1.248 3.306c-1.614 1.616-1.4 3.633-1.4 3.633a7.35 7.35 0 0 0 4.956-6.898c.035-4.021-3.39-7.47-7.414-7.385c-4.027-.083-7.447 3.364-7.413 7.385a7.35 7.35 0 0 0 4.956 6.898"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsCloudfoundry(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="M12.854 13.537c-.048 1.79.074 3.862.149 4.917c.96.136 1.633.456 1.633.83c0 .497-1.193 1.07-2.665 1.07s-2.665-.573-2.665-1.07c0-.374.673-.694 1.633-.83c.075-1.055.197-3.127.15-4.917c-.044-1.613-.779-3.091-1.676-3.821c-.725-.59-1.174-1.427-1.166-2.354c.016-1.765 1.683-3.186 3.724-3.186s3.708 1.42 3.723 3.186c.008.927-.44 1.763-1.165 2.354c-.897.73-1.632 2.208-1.675 3.821m6.214 6.596c.287-.115.612-.177.951-.19c-.007-.24-.166-.672-.303-.877c-.56-.1-1.276-.313-1.658-.682a.48.48 0 0 1-.186-.41c.026-.146.133-.253.278-.329a8 8 0 0 0-1.08-.515a4.6 4.6 0 0 1-1.697-.124c-.303-.09-.764-.24-.82-.549c-.16-.03-.54-.083-.766-.112a4 4 0 0 0-.07.31a.815.815 0 0 0 .56.956c1 .291 1.756.77 1.974 1.359c.44 1.19-1.413 2.353-4.231 2.353c-2.82 0-4.673-1.163-4.233-2.353c.213-.574.94-1.044 1.903-1.337a.863.863 0 0 0 .589-1.005l-.06-.283c-.291.03-.779.101-1.031.148c-.019.313-.476.466-.76.564a4.7 4.7 0 0 1-1.708.147a8 8 0 0 0-1.052.535c.544.23.316.736-.09.97c-.407.253-.842.409-1.38.51c-.051.088-.111.298-.163.438c-.016.136-.063.367-.053.459c.645.02 1.268.152 1.62.605c.281.508-.024.976-.51 1.364c.392.316.986.673 1.45.868a4.8 4.8 0 0 1 2.715-.269c.718.16 1.506.581 1.742 1.289c.635.042 1.895.04 2.528-.041c.182-.731.907-1.147 1.606-1.326a4.8 4.8 0 0 1 2.712.193c.356-.18 1.03-.602 1.306-.9c-.474-.358-.873-.794-.63-1.325c.085-.19.301-.33.547-.44zm-9.54-5.848s.418-1.586-1.4-3.632A5 5 0 0 1 6.88 7.346a5.05 5.05 0 0 1 5.047-5.04c2.822-.065 5.168 2.218 5.164 5.04a4.98 4.98 0 0 1-1.248 3.306c-1.614 1.616-1.4 3.633-1.4 3.633a7.35 7.35 0 0 0 4.956-6.898c.035-4.021-3.39-7.47-7.414-7.385c-4.027-.083-7.447 3.364-7.413 7.385a7.35 7.35 0 0 0 4.956 6.898"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.854 13.537c-.048 1.79.074 3.862.149 4.917c.96.136 1.633.456 1.633.83c0 .497-1.193 1.07-2.665 1.07s-2.665-.573-2.665-1.07c0-.374.673-.694 1.633-.83c.075-1.055.197-3.127.15-4.917c-.044-1.613-.779-3.091-1.676-3.821c-.725-.59-1.174-1.427-1.166-2.354c.016-1.765 1.683-3.186 3.724-3.186s3.708 1.42 3.723 3.186c.008.927-.44 1.763-1.165 2.354c-.897.73-1.632 2.208-1.675 3.821m6.214 6.596c.287-.115.612-.177.951-.19c-.007-.24-.166-.672-.303-.877c-.56-.1-1.276-.313-1.658-.682a.48.48 0 0 1-.186-.41c.026-.146.133-.253.278-.329a8 8 0 0 0-1.08-.515a4.6 4.6 0 0 1-1.697-.124c-.303-.09-.764-.24-.82-.549c-.16-.03-.54-.083-.766-.112a4 4 0 0 0-.07.31a.815.815 0 0 0 .56.956c1 .291 1.756.77 1.974 1.359c.44 1.19-1.413 2.353-4.231 2.353c-2.82 0-4.673-1.163-4.233-2.353c.213-.574.94-1.044 1.903-1.337a.863.863 0 0 0 .589-1.005l-.06-.283c-.291.03-.779.101-1.031.148c-.019.313-.476.466-.76.564a4.7 4.7 0 0 1-1.708.147a8 8 0 0 0-1.052.535c.544.23.316.736-.09.97c-.407.253-.842.409-1.38.51c-.051.088-.111.298-.163.438c-.016.136-.063.367-.053.459c.645.02 1.268.152 1.62.605c.281.508-.024.976-.51 1.364c.392.316.986.673 1.45.868a4.8 4.8 0 0 1 2.715-.269c.718.16 1.506.581 1.742 1.289c.635.042 1.895.04 2.528-.041c.182-.731.907-1.147 1.606-1.326a4.8 4.8 0 0 1 2.712.193c.356-.18 1.03-.602 1.306-.9c-.474-.358-.873-.794-.63-1.325c.085-.19.301-.33.547-.44zm-9.54-5.848s.418-1.586-1.4-3.632A5 5 0 0 1 6.88 7.346a5.05 5.05 0 0 1 5.047-5.04c2.822-.065 5.168 2.218 5.164 5.04a4.98 4.98 0 0 1-1.248 3.306c-1.614 1.616-1.4 3.633-1.4 3.633a7.35 7.35 0 0 0 4.956-6.898c.035-4.021-3.39-7.47-7.414-7.385c-4.027-.083-7.447 3.364-7.413 7.385a7.35 7.35 0 0 0 4.956 6.898"/></svg> </template>
CSS
.icon-cloudfoundry {
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%22M12.854%2013.537c-.048%201.79.074%203.862.149%204.917c.96.136%201.633.456%201.633.83c0%20.497-1.193%201.07-2.665%201.07s-2.665-.573-2.665-1.07c0-.374.673-.694%201.633-.83c.075-1.055.197-3.127.15-4.917c-.044-1.613-.779-3.091-1.676-3.821c-.725-.59-1.174-1.427-1.166-2.354c.016-1.765%201.683-3.186%203.724-3.186s3.708%201.42%203.723%203.186c.008.927-.44%201.763-1.165%202.354c-.897.73-1.632%202.208-1.675%203.821m6.214%206.596c.287-.115.612-.177.951-.19c-.007-.24-.166-.672-.303-.877c-.56-.1-1.276-.313-1.658-.682a.48.48%200%200%201-.186-.41c.026-.146.133-.253.278-.329a8%208%200%200%200-1.08-.515a4.6%204.6%200%200%201-1.697-.124c-.303-.09-.764-.24-.82-.549c-.16-.03-.54-.083-.766-.112a4%204%200%200%200-.07.31a.815.815%200%200%200%20.56.956c1%20.291%201.756.77%201.974%201.359c.44%201.19-1.413%202.353-4.231%202.353c-2.82%200-4.673-1.163-4.233-2.353c.213-.574.94-1.044%201.903-1.337a.863.863%200%200%200%20.589-1.005l-.06-.283c-.291.03-.779.101-1.031.148c-.019.313-.476.466-.76.564a4.7%204.7%200%200%201-1.708.147a8%208%200%200%200-1.052.535c.544.23.316.736-.09.97c-.407.253-.842.409-1.38.51c-.051.088-.111.298-.163.438c-.016.136-.063.367-.053.459c.645.02%201.268.152%201.62.605c.281.508-.024.976-.51%201.364c.392.316.986.673%201.45.868a4.8%204.8%200%200%201%202.715-.269c.718.16%201.506.581%201.742%201.289c.635.042%201.895.04%202.528-.041c.182-.731.907-1.147%201.606-1.326a4.8%204.8%200%200%201%202.712.193c.356-.18%201.03-.602%201.306-.9c-.474-.358-.873-.794-.63-1.325c.085-.19.301-.33.547-.44zm-9.54-5.848s.418-1.586-1.4-3.632A5%205%200%200%201%206.88%207.346a5.05%205.05%200%200%201%205.047-5.04c2.822-.065%205.168%202.218%205.164%205.04a4.98%204.98%200%200%201-1.248%203.306c-1.614%201.616-1.4%203.633-1.4%203.633a7.35%207.35%200%200%200%204.956-6.898c.035-4.021-3.39-7.47-7.414-7.385c-4.027-.083-7.447%203.364-7.413%207.385a7.35%207.35%200%200%200%204.956%206.898%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%22M12.854%2013.537c-.048%201.79.074%203.862.149%204.917c.96.136%201.633.456%201.633.83c0%20.497-1.193%201.07-2.665%201.07s-2.665-.573-2.665-1.07c0-.374.673-.694%201.633-.83c.075-1.055.197-3.127.15-4.917c-.044-1.613-.779-3.091-1.676-3.821c-.725-.59-1.174-1.427-1.166-2.354c.016-1.765%201.683-3.186%203.724-3.186s3.708%201.42%203.723%203.186c.008.927-.44%201.763-1.165%202.354c-.897.73-1.632%202.208-1.675%203.821m6.214%206.596c.287-.115.612-.177.951-.19c-.007-.24-.166-.672-.303-.877c-.56-.1-1.276-.313-1.658-.682a.48.48%200%200%201-.186-.41c.026-.146.133-.253.278-.329a8%208%200%200%200-1.08-.515a4.6%204.6%200%200%201-1.697-.124c-.303-.09-.764-.24-.82-.549c-.16-.03-.54-.083-.766-.112a4%204%200%200%200-.07.31a.815.815%200%200%200%20.56.956c1%20.291%201.756.77%201.974%201.359c.44%201.19-1.413%202.353-4.231%202.353c-2.82%200-4.673-1.163-4.233-2.353c.213-.574.94-1.044%201.903-1.337a.863.863%200%200%200%20.589-1.005l-.06-.283c-.291.03-.779.101-1.031.148c-.019.313-.476.466-.76.564a4.7%204.7%200%200%201-1.708.147a8%208%200%200%200-1.052.535c.544.23.316.736-.09.97c-.407.253-.842.409-1.38.51c-.051.088-.111.298-.163.438c-.016.136-.063.367-.053.459c.645.02%201.268.152%201.62.605c.281.508-.024.976-.51%201.364c.392.316.986.673%201.45.868a4.8%204.8%200%200%201%202.715-.269c.718.16%201.506.581%201.742%201.289c.635.042%201.895.04%202.528-.041c.182-.731.907-1.147%201.606-1.326a4.8%204.8%200%200%201%202.712.193c.356-.18%201.03-.602%201.306-.9c-.474-.358-.873-.794-.63-1.325c.085-.19.301-.33.547-.44zm-9.54-5.848s.418-1.586-1.4-3.632A5%205%200%200%201%206.88%207.346a5.05%205.05%200%200%201%205.047-5.04c2.822-.065%205.168%202.218%205.164%205.04a4.98%204.98%200%200%201-1.248%203.306c-1.614%201.616-1.4%203.633-1.4%203.633a7.35%207.35%200%200%200%204.956-6.898c.035-4.021-3.39-7.47-7.414-7.385c-4.027-.083-7.447%203.364-7.413%207.385a7.35%207.35%200%200%200%204.956%206.898%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/cloudfoundry.svg?color=%231a73e8&size=48