adobe animate logo
adobe-animate from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- adobe-animate
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×250
- License
- CC0
Related icons in SVG Logos
Use the adobe animate logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 250"><rect width="256" height="249.6" fill="#00005b" rx="42.5"/><path fill="#99f" d="M103.513 149.333h-39.67l-8.148 25.033a2.02 2.02 0 0 1-1.9 1.546H33.542q-1.72 0-1.202-1.89l34.49-98.42l.457-1.353c.191-.573.382-1.182.573-1.914c.45-2.291.68-4.62.687-6.955a1.063 1.063 0 0 1 1.202-1.202h27.305q1.2 0 1.374.859l38.84 109.157q.515 1.718-1.03 1.717h-22.325a1.59 1.59 0 0 1-1.718-1.202zm-33.42-21.181h27.133l-.386-1.277l-.622-2.022l-.908-2.896l-1.745-5.467l-4.754-15.043a334 334 0 0 1-2.46-8.138l-.878-3.096l-.72-2.567l-.885-3.21l-.209-.763h-.171a139 139 0 0 1-3.137 12.23l-1.16 3.723l-2.79 9l-1.797 5.82l-.763 2.427l-.758 2.37l-.754 2.313a374 374 0 0 1-2.237 6.596m79.197 46.125v-63.299q.001-.648-.004-1.33l-.012-1.4l-.021-1.467l-.048-2.328l-.057-2.033a255 255 0 0 0-.11-2.944l-.09-1.893l-.13-2.348l-.108-1.72l-.064-.878l-.042-.508a1.02 1.02 0 0 1 .171-1.03a1.4 1.4 0 0 1 1.031-.343h17.143a3.84 3.84 0 0 1 1.718.343c.463.239.782.687.858 1.202l.773 2.319a17.6 17.6 0 0 1 .601 3.478a34.5 34.5 0 0 1 11.334-6.611a39 39 0 0 1 12.88-2.147a32.7 32.7 0 0 1 10.047 1.632a25.38 25.38 0 0 1 16.229 15.8c1.717 4.408 2.39 10.104 2.39 17.086v50.419q0 1.545-1.374 1.545L202.34 176a1.517 1.517 0 0 1-1.718-1.717v-47.836a23.7 23.7 0 0 0-2.073-9.286a12.27 12.27 0 0 0-4.38-5.324a12.9 12.9 0 0 0-7.298-1.889c-2.76-.04-5.5.457-8.071 1.46a20.4 20.4 0 0 0-6.354 4.035v58.834q0 1.545-1.374 1.545h-20.235a1.366 1.366 0 0 1-1.546-1.545"/></svg>
React
import type { SVGProps } from "react";
export function LogosAdobeAnimate(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 250"><rect width="256" height="249.6" fill="#00005b" rx="42.5"/><path fill="#99f" d="M103.513 149.333h-39.67l-8.148 25.033a2.02 2.02 0 0 1-1.9 1.546H33.542q-1.72 0-1.202-1.89l34.49-98.42l.457-1.353c.191-.573.382-1.182.573-1.914c.45-2.291.68-4.62.687-6.955a1.063 1.063 0 0 1 1.202-1.202h27.305q1.2 0 1.374.859l38.84 109.157q.515 1.718-1.03 1.717h-22.325a1.59 1.59 0 0 1-1.718-1.202zm-33.42-21.181h27.133l-.386-1.277l-.622-2.022l-.908-2.896l-1.745-5.467l-4.754-15.043a334 334 0 0 1-2.46-8.138l-.878-3.096l-.72-2.567l-.885-3.21l-.209-.763h-.171a139 139 0 0 1-3.137 12.23l-1.16 3.723l-2.79 9l-1.797 5.82l-.763 2.427l-.758 2.37l-.754 2.313a374 374 0 0 1-2.237 6.596m79.197 46.125v-63.299q.001-.648-.004-1.33l-.012-1.4l-.021-1.467l-.048-2.328l-.057-2.033a255 255 0 0 0-.11-2.944l-.09-1.893l-.13-2.348l-.108-1.72l-.064-.878l-.042-.508a1.02 1.02 0 0 1 .171-1.03a1.4 1.4 0 0 1 1.031-.343h17.143a3.84 3.84 0 0 1 1.718.343c.463.239.782.687.858 1.202l.773 2.319a17.6 17.6 0 0 1 .601 3.478a34.5 34.5 0 0 1 11.334-6.611a39 39 0 0 1 12.88-2.147a32.7 32.7 0 0 1 10.047 1.632a25.38 25.38 0 0 1 16.229 15.8c1.717 4.408 2.39 10.104 2.39 17.086v50.419q0 1.545-1.374 1.545L202.34 176a1.517 1.517 0 0 1-1.718-1.717v-47.836a23.7 23.7 0 0 0-2.073-9.286a12.27 12.27 0 0 0-4.38-5.324a12.9 12.9 0 0 0-7.298-1.889c-2.76-.04-5.5.457-8.071 1.46a20.4 20.4 0 0 0-6.354 4.035v58.834q0 1.545-1.374 1.545h-20.235a1.366 1.366 0 0 1-1.546-1.545"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 250"><rect width="256" height="249.6" fill="#00005b" rx="42.5"/><path fill="#99f" d="M103.513 149.333h-39.67l-8.148 25.033a2.02 2.02 0 0 1-1.9 1.546H33.542q-1.72 0-1.202-1.89l34.49-98.42l.457-1.353c.191-.573.382-1.182.573-1.914c.45-2.291.68-4.62.687-6.955a1.063 1.063 0 0 1 1.202-1.202h27.305q1.2 0 1.374.859l38.84 109.157q.515 1.718-1.03 1.717h-22.325a1.59 1.59 0 0 1-1.718-1.202zm-33.42-21.181h27.133l-.386-1.277l-.622-2.022l-.908-2.896l-1.745-5.467l-4.754-15.043a334 334 0 0 1-2.46-8.138l-.878-3.096l-.72-2.567l-.885-3.21l-.209-.763h-.171a139 139 0 0 1-3.137 12.23l-1.16 3.723l-2.79 9l-1.797 5.82l-.763 2.427l-.758 2.37l-.754 2.313a374 374 0 0 1-2.237 6.596m79.197 46.125v-63.299q.001-.648-.004-1.33l-.012-1.4l-.021-1.467l-.048-2.328l-.057-2.033a255 255 0 0 0-.11-2.944l-.09-1.893l-.13-2.348l-.108-1.72l-.064-.878l-.042-.508a1.02 1.02 0 0 1 .171-1.03a1.4 1.4 0 0 1 1.031-.343h17.143a3.84 3.84 0 0 1 1.718.343c.463.239.782.687.858 1.202l.773 2.319a17.6 17.6 0 0 1 .601 3.478a34.5 34.5 0 0 1 11.334-6.611a39 39 0 0 1 12.88-2.147a32.7 32.7 0 0 1 10.047 1.632a25.38 25.38 0 0 1 16.229 15.8c1.717 4.408 2.39 10.104 2.39 17.086v50.419q0 1.545-1.374 1.545L202.34 176a1.517 1.517 0 0 1-1.718-1.717v-47.836a23.7 23.7 0 0 0-2.073-9.286a12.27 12.27 0 0 0-4.38-5.324a12.9 12.9 0 0 0-7.298-1.889c-2.76-.04-5.5.457-8.071 1.46a20.4 20.4 0 0 0-6.354 4.035v58.834q0 1.545-1.374 1.545h-20.235a1.366 1.366 0 0 1-1.546-1.545"/></svg> </template>
CSS
.icon-adobe-animate {
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%20250%22%3E%3Crect%20width%3D%22256%22%20height%3D%22249.6%22%20fill%3D%22%2300005b%22%20rx%3D%2242.5%22%2F%3E%3Cpath%20fill%3D%22%2399f%22%20d%3D%22M103.513%20149.333h-39.67l-8.148%2025.033a2.02%202.02%200%200%201-1.9%201.546H33.542q-1.72%200-1.202-1.89l34.49-98.42l.457-1.353c.191-.573.382-1.182.573-1.914c.45-2.291.68-4.62.687-6.955a1.063%201.063%200%200%201%201.202-1.202h27.305q1.2%200%201.374.859l38.84%20109.157q.515%201.718-1.03%201.717h-22.325a1.59%201.59%200%200%201-1.718-1.202zm-33.42-21.181h27.133l-.386-1.277l-.622-2.022l-.908-2.896l-1.745-5.467l-4.754-15.043a334%20334%200%200%201-2.46-8.138l-.878-3.096l-.72-2.567l-.885-3.21l-.209-.763h-.171a139%20139%200%200%201-3.137%2012.23l-1.16%203.723l-2.79%209l-1.797%205.82l-.763%202.427l-.758%202.37l-.754%202.313a374%20374%200%200%201-2.237%206.596m79.197%2046.125v-63.299q.001-.648-.004-1.33l-.012-1.4l-.021-1.467l-.048-2.328l-.057-2.033a255%20255%200%200%200-.11-2.944l-.09-1.893l-.13-2.348l-.108-1.72l-.064-.878l-.042-.508a1.02%201.02%200%200%201%20.171-1.03a1.4%201.4%200%200%201%201.031-.343h17.143a3.84%203.84%200%200%201%201.718.343c.463.239.782.687.858%201.202l.773%202.319a17.6%2017.6%200%200%201%20.601%203.478a34.5%2034.5%200%200%201%2011.334-6.611a39%2039%200%200%201%2012.88-2.147a32.7%2032.7%200%200%201%2010.047%201.632a25.38%2025.38%200%200%201%2016.229%2015.8c1.717%204.408%202.39%2010.104%202.39%2017.086v50.419q0%201.545-1.374%201.545L202.34%20176a1.517%201.517%200%200%201-1.718-1.717v-47.836a23.7%2023.7%200%200%200-2.073-9.286a12.27%2012.27%200%200%200-4.38-5.324a12.9%2012.9%200%200%200-7.298-1.889c-2.76-.04-5.5.457-8.071%201.46a20.4%2020.4%200%200%200-6.354%204.035v58.834q0%201.545-1.374%201.545h-20.235a1.366%201.366%200%200%201-1.546-1.545%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%20250%22%3E%3Crect%20width%3D%22256%22%20height%3D%22249.6%22%20fill%3D%22%2300005b%22%20rx%3D%2242.5%22%2F%3E%3Cpath%20fill%3D%22%2399f%22%20d%3D%22M103.513%20149.333h-39.67l-8.148%2025.033a2.02%202.02%200%200%201-1.9%201.546H33.542q-1.72%200-1.202-1.89l34.49-98.42l.457-1.353c.191-.573.382-1.182.573-1.914c.45-2.291.68-4.62.687-6.955a1.063%201.063%200%200%201%201.202-1.202h27.305q1.2%200%201.374.859l38.84%20109.157q.515%201.718-1.03%201.717h-22.325a1.59%201.59%200%200%201-1.718-1.202zm-33.42-21.181h27.133l-.386-1.277l-.622-2.022l-.908-2.896l-1.745-5.467l-4.754-15.043a334%20334%200%200%201-2.46-8.138l-.878-3.096l-.72-2.567l-.885-3.21l-.209-.763h-.171a139%20139%200%200%201-3.137%2012.23l-1.16%203.723l-2.79%209l-1.797%205.82l-.763%202.427l-.758%202.37l-.754%202.313a374%20374%200%200%201-2.237%206.596m79.197%2046.125v-63.299q.001-.648-.004-1.33l-.012-1.4l-.021-1.467l-.048-2.328l-.057-2.033a255%20255%200%200%200-.11-2.944l-.09-1.893l-.13-2.348l-.108-1.72l-.064-.878l-.042-.508a1.02%201.02%200%200%201%20.171-1.03a1.4%201.4%200%200%201%201.031-.343h17.143a3.84%203.84%200%200%201%201.718.343c.463.239.782.687.858%201.202l.773%202.319a17.6%2017.6%200%200%201%20.601%203.478a34.5%2034.5%200%200%201%2011.334-6.611a39%2039%200%200%201%2012.88-2.147a32.7%2032.7%200%200%201%2010.047%201.632a25.38%2025.38%200%200%201%2016.229%2015.8c1.717%204.408%202.39%2010.104%202.39%2017.086v50.419q0%201.545-1.374%201.545L202.34%20176a1.517%201.517%200%200%201-1.718-1.717v-47.836a23.7%2023.7%200%200%200-2.073-9.286a12.27%2012.27%200%200%200-4.38-5.324a12.9%2012.9%200%200%200-7.298-1.889c-2.76-.04-5.5.457-8.071%201.46a20.4%2020.4%200%200%200-6.354%204.035v58.834q0%201.545-1.374%201.545h-20.235a1.366%201.366%200%200%201-1.546-1.545%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/adobe-animate.svg?color=%231a73e8&size=48