abdownloadmanager logo
abdownloadmanager from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- abdownloadmanager
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the abdownloadmanager logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.98 0c-.235 0-.425.2-.425.446V8.92c0 .246-.19.446-.425.446h-.704c-.346 0-.547.41-.346.705l2.574 3.782c.17.25.522.25.692 0l2.574-3.782c.201-.295 0-.705-.346-.705h-.704a.436.436 0 0 1-.425-.446V.446A.436.436 0 0 0 13.02 0ZM7.387 1.562a.73.73 0 0 0-.405.161l-1.096.883a.77.77 0 0 0-.123 1.066a.735.735 0 0 0 1.045.126l1.096-.882a.77.77 0 0 0 .123-1.067a.74.74 0 0 0-.64-.287m9.346 0a.74.74 0 0 0-.64.287a.77.77 0 0 0 .123 1.067l1.096.882c.323.26.79.204 1.045-.126a.77.77 0 0 0-.123-1.066l-1.096-.883a.73.73 0 0 0-.405-.16ZM3.039 6.036a.745.745 0 0 0-.675.48l-.512 1.326c-.15.39.037.831.42.985a.74.74 0 0 0 .965-.428l.512-1.325a.765.765 0 0 0-.419-.985a.7.7 0 0 0-.291-.053m18.042 0a.7.7 0 0 0-.29.053a.765.765 0 0 0-.42.985l.512 1.325a.74.74 0 0 0 .965.428a.765.765 0 0 0 .42-.985l-.512-1.325a.745.745 0 0 0-.675-.481M0 12a12 12 0 0 0 .913 4.592a12 12 0 0 0 2.42 3.703c.684-.681 1.565-1 2.489-1.053c.925-.055 1.893.156 2.745.532a8.5 8.5 0 0 0 6.866 0c1.702-.751 3.865-.843 5.234.52a12 12 0 0 0 2.42-3.702A12 12 0 0 0 24 12h-3.687c-1.301 0-2.315 1.094-2.813 2.296a6 6 0 0 1-11.087 0C5.915 13.094 4.902 12 3.601 12Zm5.875 7.769c-.727.04-1.407.275-1.957.727a4 4 0 0 0-.204.18a12 12 0 0 0 3.694 2.41a12 12 0 0 0 9.184 0a12 12 0 0 0 3.694-2.41a4 4 0 0 0-.204-.18c-1.173-.963-2.96-.892-4.436-.24a9.02 9.02 0 0 1-7.292 0c-.478-.211-1.418-.546-2.48-.487Z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsAbdownloadmanager(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="M10.98 0c-.235 0-.425.2-.425.446V8.92c0 .246-.19.446-.425.446h-.704c-.346 0-.547.41-.346.705l2.574 3.782c.17.25.522.25.692 0l2.574-3.782c.201-.295 0-.705-.346-.705h-.704a.436.436 0 0 1-.425-.446V.446A.436.436 0 0 0 13.02 0ZM7.387 1.562a.73.73 0 0 0-.405.161l-1.096.883a.77.77 0 0 0-.123 1.066a.735.735 0 0 0 1.045.126l1.096-.882a.77.77 0 0 0 .123-1.067a.74.74 0 0 0-.64-.287m9.346 0a.74.74 0 0 0-.64.287a.77.77 0 0 0 .123 1.067l1.096.882c.323.26.79.204 1.045-.126a.77.77 0 0 0-.123-1.066l-1.096-.883a.73.73 0 0 0-.405-.16ZM3.039 6.036a.745.745 0 0 0-.675.48l-.512 1.326c-.15.39.037.831.42.985a.74.74 0 0 0 .965-.428l.512-1.325a.765.765 0 0 0-.419-.985a.7.7 0 0 0-.291-.053m18.042 0a.7.7 0 0 0-.29.053a.765.765 0 0 0-.42.985l.512 1.325a.74.74 0 0 0 .965.428a.765.765 0 0 0 .42-.985l-.512-1.325a.745.745 0 0 0-.675-.481M0 12a12 12 0 0 0 .913 4.592a12 12 0 0 0 2.42 3.703c.684-.681 1.565-1 2.489-1.053c.925-.055 1.893.156 2.745.532a8.5 8.5 0 0 0 6.866 0c1.702-.751 3.865-.843 5.234.52a12 12 0 0 0 2.42-3.702A12 12 0 0 0 24 12h-3.687c-1.301 0-2.315 1.094-2.813 2.296a6 6 0 0 1-11.087 0C5.915 13.094 4.902 12 3.601 12Zm5.875 7.769c-.727.04-1.407.275-1.957.727a4 4 0 0 0-.204.18a12 12 0 0 0 3.694 2.41a12 12 0 0 0 9.184 0a12 12 0 0 0 3.694-2.41a4 4 0 0 0-.204-.18c-1.173-.963-2.96-.892-4.436-.24a9.02 9.02 0 0 1-7.292 0c-.478-.211-1.418-.546-2.48-.487Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.98 0c-.235 0-.425.2-.425.446V8.92c0 .246-.19.446-.425.446h-.704c-.346 0-.547.41-.346.705l2.574 3.782c.17.25.522.25.692 0l2.574-3.782c.201-.295 0-.705-.346-.705h-.704a.436.436 0 0 1-.425-.446V.446A.436.436 0 0 0 13.02 0ZM7.387 1.562a.73.73 0 0 0-.405.161l-1.096.883a.77.77 0 0 0-.123 1.066a.735.735 0 0 0 1.045.126l1.096-.882a.77.77 0 0 0 .123-1.067a.74.74 0 0 0-.64-.287m9.346 0a.74.74 0 0 0-.64.287a.77.77 0 0 0 .123 1.067l1.096.882c.323.26.79.204 1.045-.126a.77.77 0 0 0-.123-1.066l-1.096-.883a.73.73 0 0 0-.405-.16ZM3.039 6.036a.745.745 0 0 0-.675.48l-.512 1.326c-.15.39.037.831.42.985a.74.74 0 0 0 .965-.428l.512-1.325a.765.765 0 0 0-.419-.985a.7.7 0 0 0-.291-.053m18.042 0a.7.7 0 0 0-.29.053a.765.765 0 0 0-.42.985l.512 1.325a.74.74 0 0 0 .965.428a.765.765 0 0 0 .42-.985l-.512-1.325a.745.745 0 0 0-.675-.481M0 12a12 12 0 0 0 .913 4.592a12 12 0 0 0 2.42 3.703c.684-.681 1.565-1 2.489-1.053c.925-.055 1.893.156 2.745.532a8.5 8.5 0 0 0 6.866 0c1.702-.751 3.865-.843 5.234.52a12 12 0 0 0 2.42-3.702A12 12 0 0 0 24 12h-3.687c-1.301 0-2.315 1.094-2.813 2.296a6 6 0 0 1-11.087 0C5.915 13.094 4.902 12 3.601 12Zm5.875 7.769c-.727.04-1.407.275-1.957.727a4 4 0 0 0-.204.18a12 12 0 0 0 3.694 2.41a12 12 0 0 0 9.184 0a12 12 0 0 0 3.694-2.41a4 4 0 0 0-.204-.18c-1.173-.963-2.96-.892-4.436-.24a9.02 9.02 0 0 1-7.292 0c-.478-.211-1.418-.546-2.48-.487Z"/></svg> </template>
CSS
.icon-abdownloadmanager {
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%22M10.98%200c-.235%200-.425.2-.425.446V8.92c0%20.246-.19.446-.425.446h-.704c-.346%200-.547.41-.346.705l2.574%203.782c.17.25.522.25.692%200l2.574-3.782c.201-.295%200-.705-.346-.705h-.704a.436.436%200%200%201-.425-.446V.446A.436.436%200%200%200%2013.02%200ZM7.387%201.562a.73.73%200%200%200-.405.161l-1.096.883a.77.77%200%200%200-.123%201.066a.735.735%200%200%200%201.045.126l1.096-.882a.77.77%200%200%200%20.123-1.067a.74.74%200%200%200-.64-.287m9.346%200a.74.74%200%200%200-.64.287a.77.77%200%200%200%20.123%201.067l1.096.882c.323.26.79.204%201.045-.126a.77.77%200%200%200-.123-1.066l-1.096-.883a.73.73%200%200%200-.405-.16ZM3.039%206.036a.745.745%200%200%200-.675.48l-.512%201.326c-.15.39.037.831.42.985a.74.74%200%200%200%20.965-.428l.512-1.325a.765.765%200%200%200-.419-.985a.7.7%200%200%200-.291-.053m18.042%200a.7.7%200%200%200-.29.053a.765.765%200%200%200-.42.985l.512%201.325a.74.74%200%200%200%20.965.428a.765.765%200%200%200%20.42-.985l-.512-1.325a.745.745%200%200%200-.675-.481M0%2012a12%2012%200%200%200%20.913%204.592a12%2012%200%200%200%202.42%203.703c.684-.681%201.565-1%202.489-1.053c.925-.055%201.893.156%202.745.532a8.5%208.5%200%200%200%206.866%200c1.702-.751%203.865-.843%205.234.52a12%2012%200%200%200%202.42-3.702A12%2012%200%200%200%2024%2012h-3.687c-1.301%200-2.315%201.094-2.813%202.296a6%206%200%200%201-11.087%200C5.915%2013.094%204.902%2012%203.601%2012Zm5.875%207.769c-.727.04-1.407.275-1.957.727a4%204%200%200%200-.204.18a12%2012%200%200%200%203.694%202.41a12%2012%200%200%200%209.184%200a12%2012%200%200%200%203.694-2.41a4%204%200%200%200-.204-.18c-1.173-.963-2.96-.892-4.436-.24a9.02%209.02%200%200%201-7.292%200c-.478-.211-1.418-.546-2.48-.487Z%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%22M10.98%200c-.235%200-.425.2-.425.446V8.92c0%20.246-.19.446-.425.446h-.704c-.346%200-.547.41-.346.705l2.574%203.782c.17.25.522.25.692%200l2.574-3.782c.201-.295%200-.705-.346-.705h-.704a.436.436%200%200%201-.425-.446V.446A.436.436%200%200%200%2013.02%200ZM7.387%201.562a.73.73%200%200%200-.405.161l-1.096.883a.77.77%200%200%200-.123%201.066a.735.735%200%200%200%201.045.126l1.096-.882a.77.77%200%200%200%20.123-1.067a.74.74%200%200%200-.64-.287m9.346%200a.74.74%200%200%200-.64.287a.77.77%200%200%200%20.123%201.067l1.096.882c.323.26.79.204%201.045-.126a.77.77%200%200%200-.123-1.066l-1.096-.883a.73.73%200%200%200-.405-.16ZM3.039%206.036a.745.745%200%200%200-.675.48l-.512%201.326c-.15.39.037.831.42.985a.74.74%200%200%200%20.965-.428l.512-1.325a.765.765%200%200%200-.419-.985a.7.7%200%200%200-.291-.053m18.042%200a.7.7%200%200%200-.29.053a.765.765%200%200%200-.42.985l.512%201.325a.74.74%200%200%200%20.965.428a.765.765%200%200%200%20.42-.985l-.512-1.325a.745.745%200%200%200-.675-.481M0%2012a12%2012%200%200%200%20.913%204.592a12%2012%200%200%200%202.42%203.703c.684-.681%201.565-1%202.489-1.053c.925-.055%201.893.156%202.745.532a8.5%208.5%200%200%200%206.866%200c1.702-.751%203.865-.843%205.234.52a12%2012%200%200%200%202.42-3.702A12%2012%200%200%200%2024%2012h-3.687c-1.301%200-2.315%201.094-2.813%202.296a6%206%200%200%201-11.087%200C5.915%2013.094%204.902%2012%203.601%2012Zm5.875%207.769c-.727.04-1.407.275-1.957.727a4%204%200%200%200-.204.18a12%2012%200%200%200%203.694%202.41a12%2012%200%200%200%209.184%200a12%2012%200%200%200%203.694-2.41a4%204%200%200%200-.204-.18c-1.173-.963-2.96-.892-4.436-.24a9.02%209.02%200%200%201-7.292%200c-.478-.211-1.418-.546-2.48-.487Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/abdownloadmanager.svg?color=%231a73e8&size=48