cocoapods logo
cocoapods from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- cocoapods
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
The same logo in other sets
Use the cocoapods logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#fa2a00" d="M255.349 255.35H0V0h255.349z"/><path fill="#fff" d="M160.993 135.984c-3.837 21.052-21.917 38.274-49.807 38.274c-33.316 0-53.375-24.471-53.375-52.361c0-27.33 19.066-52.389 53.084-52.389c29.18 0 47.261 18.357 49.956 41.267H136.8c-2.128-11.667-10.959-20.484-25.613-20.484c-19.08 0-29.89 15.086-29.89 31.606c0 17.499 12.094 31.593 30.174 31.593c13.377 0 22.2-7.689 25.045-17.506zm27.937-64.149l-14.698 6.298l18.42 43.076l-18.427 43.09l14.704 6.285l12.363-29.117l.064.134l8.554-20.392z"/></svg>
React
import type { SVGProps } from "react";
export function LogosCocoapods(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#fa2a00" d="M255.349 255.35H0V0h255.349z"/><path fill="#fff" d="M160.993 135.984c-3.837 21.052-21.917 38.274-49.807 38.274c-33.316 0-53.375-24.471-53.375-52.361c0-27.33 19.066-52.389 53.084-52.389c29.18 0 47.261 18.357 49.956 41.267H136.8c-2.128-11.667-10.959-20.484-25.613-20.484c-19.08 0-29.89 15.086-29.89 31.606c0 17.499 12.094 31.593 30.174 31.593c13.377 0 22.2-7.689 25.045-17.506zm27.937-64.149l-14.698 6.298l18.42 43.076l-18.427 43.09l14.704 6.285l12.363-29.117l.064.134l8.554-20.392z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#fa2a00" d="M255.349 255.35H0V0h255.349z"/><path fill="#fff" d="M160.993 135.984c-3.837 21.052-21.917 38.274-49.807 38.274c-33.316 0-53.375-24.471-53.375-52.361c0-27.33 19.066-52.389 53.084-52.389c29.18 0 47.261 18.357 49.956 41.267H136.8c-2.128-11.667-10.959-20.484-25.613-20.484c-19.08 0-29.89 15.086-29.89 31.606c0 17.499 12.094 31.593 30.174 31.593c13.377 0 22.2-7.689 25.045-17.506zm27.937-64.149l-14.698 6.298l18.42 43.076l-18.427 43.09l14.704 6.285l12.363-29.117l.064.134l8.554-20.392z"/></svg> </template>
CSS
.icon-cocoapods {
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%20256%20256%22%3E%3Cpath%20fill%3D%22%23fa2a00%22%20d%3D%22M255.349%20255.35H0V0h255.349z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M160.993%20135.984c-3.837%2021.052-21.917%2038.274-49.807%2038.274c-33.316%200-53.375-24.471-53.375-52.361c0-27.33%2019.066-52.389%2053.084-52.389c29.18%200%2047.261%2018.357%2049.956%2041.267H136.8c-2.128-11.667-10.959-20.484-25.613-20.484c-19.08%200-29.89%2015.086-29.89%2031.606c0%2017.499%2012.094%2031.593%2030.174%2031.593c13.377%200%2022.2-7.689%2025.045-17.506zm27.937-64.149l-14.698%206.298l18.42%2043.076l-18.427%2043.09l14.704%206.285l12.363-29.117l.064.134l8.554-20.392z%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%20256%20256%22%3E%3Cpath%20fill%3D%22%23fa2a00%22%20d%3D%22M255.349%20255.35H0V0h255.349z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M160.993%20135.984c-3.837%2021.052-21.917%2038.274-49.807%2038.274c-33.316%200-53.375-24.471-53.375-52.361c0-27.33%2019.066-52.389%2053.084-52.389c29.18%200%2047.261%2018.357%2049.956%2041.267H136.8c-2.128-11.667-10.959-20.484-25.613-20.484c-19.08%200-29.89%2015.086-29.89%2031.606c0%2017.499%2012.094%2031.593%2030.174%2031.593c13.377%200%2022.2-7.689%2025.045-17.506zm27.937-64.149l-14.698%206.298l18.42%2043.076l-18.427%2043.09l14.704%206.285l12.363-29.117l.064.134l8.554-20.392z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/cocoapods.svg?color=%231a73e8&size=48