adp logo
adp from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- adp
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the adp logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.086 12a3.13 3.13 0 0 1-3.12 3.12h-1.2v-1.372h1.2a1.749 1.749 0 1 0 0-3.497h-1.2V8.88h1.2a3.13 3.13 0 0 1 3.12 3.12M8.434 8.88v2.537h-2.16l-.788 1.371h4.32V8.88ZM24 10.834a4.286 4.286 0 0 1-4.286 4.286v2.331h-3.702v-1.817a5.36 5.36 0 0 1-4.08 1.817H8.434V15.12H5.691L4.32 17.45H0L6.343 6.548h5.623a5.6 5.6 0 0 1 4.08 1.818V6.548h3.703A4.28 4.28 0 0 1 24 10.834M11.966 16.08a4.09 4.09 0 0 0 3.703-2.332h1.748v2.332h.96v-2.332h1.372a2.91 2.91 0 0 0 2.914-2.914a2.94 2.94 0 0 0-2.949-2.914h-2.331v3.497h-1.371a4.114 4.114 0 0 0-4.046-3.497h-4.8L2.4 16.08h1.131l1.372-2.332h4.903v2.332zm7.748-7.2h-1.371v1.371h1.371a.58.58 0 0 1 .583.583a.6.6 0 0 1-.583.583h-1.371v1.371h1.371a1.954 1.954 0 0 0 1.955-1.954a1.975 1.975 0 0 0-1.955-1.954m1.92 7.886a.549.549 0 1 1-.548-.549a.54.54 0 0 1 .548.549m.138 0a.686.686 0 1 0-.686.685a.686.686 0 0 0 .686-.685m-.652-.309a.137.137 0 1 1 0 .274h-.137v-.274zm.172-.034a.26.26 0 0 0-.172-.069h-.274v.823h.103v-.308h.137l.171.308h.137l-.205-.343c.034 0 .068-.034.103-.068a.2.2 0 0 0 .034-.138a.19.19 0 0 0-.034-.205"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsAdp(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="M15.086 12a3.13 3.13 0 0 1-3.12 3.12h-1.2v-1.372h1.2a1.749 1.749 0 1 0 0-3.497h-1.2V8.88h1.2a3.13 3.13 0 0 1 3.12 3.12M8.434 8.88v2.537h-2.16l-.788 1.371h4.32V8.88ZM24 10.834a4.286 4.286 0 0 1-4.286 4.286v2.331h-3.702v-1.817a5.36 5.36 0 0 1-4.08 1.817H8.434V15.12H5.691L4.32 17.45H0L6.343 6.548h5.623a5.6 5.6 0 0 1 4.08 1.818V6.548h3.703A4.28 4.28 0 0 1 24 10.834M11.966 16.08a4.09 4.09 0 0 0 3.703-2.332h1.748v2.332h.96v-2.332h1.372a2.91 2.91 0 0 0 2.914-2.914a2.94 2.94 0 0 0-2.949-2.914h-2.331v3.497h-1.371a4.114 4.114 0 0 0-4.046-3.497h-4.8L2.4 16.08h1.131l1.372-2.332h4.903v2.332zm7.748-7.2h-1.371v1.371h1.371a.58.58 0 0 1 .583.583a.6.6 0 0 1-.583.583h-1.371v1.371h1.371a1.954 1.954 0 0 0 1.955-1.954a1.975 1.975 0 0 0-1.955-1.954m1.92 7.886a.549.549 0 1 1-.548-.549a.54.54 0 0 1 .548.549m.138 0a.686.686 0 1 0-.686.685a.686.686 0 0 0 .686-.685m-.652-.309a.137.137 0 1 1 0 .274h-.137v-.274zm.172-.034a.26.26 0 0 0-.172-.069h-.274v.823h.103v-.308h.137l.171.308h.137l-.205-.343c.034 0 .068-.034.103-.068a.2.2 0 0 0 .034-.138a.19.19 0 0 0-.034-.205"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.086 12a3.13 3.13 0 0 1-3.12 3.12h-1.2v-1.372h1.2a1.749 1.749 0 1 0 0-3.497h-1.2V8.88h1.2a3.13 3.13 0 0 1 3.12 3.12M8.434 8.88v2.537h-2.16l-.788 1.371h4.32V8.88ZM24 10.834a4.286 4.286 0 0 1-4.286 4.286v2.331h-3.702v-1.817a5.36 5.36 0 0 1-4.08 1.817H8.434V15.12H5.691L4.32 17.45H0L6.343 6.548h5.623a5.6 5.6 0 0 1 4.08 1.818V6.548h3.703A4.28 4.28 0 0 1 24 10.834M11.966 16.08a4.09 4.09 0 0 0 3.703-2.332h1.748v2.332h.96v-2.332h1.372a2.91 2.91 0 0 0 2.914-2.914a2.94 2.94 0 0 0-2.949-2.914h-2.331v3.497h-1.371a4.114 4.114 0 0 0-4.046-3.497h-4.8L2.4 16.08h1.131l1.372-2.332h4.903v2.332zm7.748-7.2h-1.371v1.371h1.371a.58.58 0 0 1 .583.583a.6.6 0 0 1-.583.583h-1.371v1.371h1.371a1.954 1.954 0 0 0 1.955-1.954a1.975 1.975 0 0 0-1.955-1.954m1.92 7.886a.549.549 0 1 1-.548-.549a.54.54 0 0 1 .548.549m.138 0a.686.686 0 1 0-.686.685a.686.686 0 0 0 .686-.685m-.652-.309a.137.137 0 1 1 0 .274h-.137v-.274zm.172-.034a.26.26 0 0 0-.172-.069h-.274v.823h.103v-.308h.137l.171.308h.137l-.205-.343c.034 0 .068-.034.103-.068a.2.2 0 0 0 .034-.138a.19.19 0 0 0-.034-.205"/></svg> </template>
CSS
.icon-adp {
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%22M15.086%2012a3.13%203.13%200%200%201-3.12%203.12h-1.2v-1.372h1.2a1.749%201.749%200%201%200%200-3.497h-1.2V8.88h1.2a3.13%203.13%200%200%201%203.12%203.12M8.434%208.88v2.537h-2.16l-.788%201.371h4.32V8.88ZM24%2010.834a4.286%204.286%200%200%201-4.286%204.286v2.331h-3.702v-1.817a5.36%205.36%200%200%201-4.08%201.817H8.434V15.12H5.691L4.32%2017.45H0L6.343%206.548h5.623a5.6%205.6%200%200%201%204.08%201.818V6.548h3.703A4.28%204.28%200%200%201%2024%2010.834M11.966%2016.08a4.09%204.09%200%200%200%203.703-2.332h1.748v2.332h.96v-2.332h1.372a2.91%202.91%200%200%200%202.914-2.914a2.94%202.94%200%200%200-2.949-2.914h-2.331v3.497h-1.371a4.114%204.114%200%200%200-4.046-3.497h-4.8L2.4%2016.08h1.131l1.372-2.332h4.903v2.332zm7.748-7.2h-1.371v1.371h1.371a.58.58%200%200%201%20.583.583a.6.6%200%200%201-.583.583h-1.371v1.371h1.371a1.954%201.954%200%200%200%201.955-1.954a1.975%201.975%200%200%200-1.955-1.954m1.92%207.886a.549.549%200%201%201-.548-.549a.54.54%200%200%201%20.548.549m.138%200a.686.686%200%201%200-.686.685a.686.686%200%200%200%20.686-.685m-.652-.309a.137.137%200%201%201%200%20.274h-.137v-.274zm.172-.034a.26.26%200%200%200-.172-.069h-.274v.823h.103v-.308h.137l.171.308h.137l-.205-.343c.034%200%20.068-.034.103-.068a.2.2%200%200%200%20.034-.138a.19.19%200%200%200-.034-.205%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%22M15.086%2012a3.13%203.13%200%200%201-3.12%203.12h-1.2v-1.372h1.2a1.749%201.749%200%201%200%200-3.497h-1.2V8.88h1.2a3.13%203.13%200%200%201%203.12%203.12M8.434%208.88v2.537h-2.16l-.788%201.371h4.32V8.88ZM24%2010.834a4.286%204.286%200%200%201-4.286%204.286v2.331h-3.702v-1.817a5.36%205.36%200%200%201-4.08%201.817H8.434V15.12H5.691L4.32%2017.45H0L6.343%206.548h5.623a5.6%205.6%200%200%201%204.08%201.818V6.548h3.703A4.28%204.28%200%200%201%2024%2010.834M11.966%2016.08a4.09%204.09%200%200%200%203.703-2.332h1.748v2.332h.96v-2.332h1.372a2.91%202.91%200%200%200%202.914-2.914a2.94%202.94%200%200%200-2.949-2.914h-2.331v3.497h-1.371a4.114%204.114%200%200%200-4.046-3.497h-4.8L2.4%2016.08h1.131l1.372-2.332h4.903v2.332zm7.748-7.2h-1.371v1.371h1.371a.58.58%200%200%201%20.583.583a.6.6%200%200%201-.583.583h-1.371v1.371h1.371a1.954%201.954%200%200%200%201.955-1.954a1.975%201.975%200%200%200-1.955-1.954m1.92%207.886a.549.549%200%201%201-.548-.549a.54.54%200%200%201%20.548.549m.138%200a.686.686%200%201%200-.686.685a.686.686%200%200%200%20.686-.685m-.652-.309a.137.137%200%201%201%200%20.274h-.137v-.274zm.172-.034a.26.26%200%200%200-.172-.069h-.274v.823h.103v-.308h.137l.171.308h.137l-.205-.343c.034%200%20.068-.034.103-.068a.2.2%200%200%200%20.034-.138a.19.19%200%200%200-.034-.205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/adp.svg?color=%231a73e8&size=48