trello icon
trello from Material Design Icons by Pictogrammers · Filled · Brand / Logo · Apache-2.0 Free for personal and commercial use.
- Name
- trello
- Set
- Material Design Icons
- Style
- Filled
- Category
- Brand / Logo
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
trelloBootstrap IconstrelloBoxicons BrandstrelloCoreUI BrandstrelloDevicontrelloFont Awesome 6 BrandstrelloFont Awesome BrandstrelloFeather Iconstrellocss.ggtrelloHuge IconstrelloIconoirtrelloJam IconstrelloLine AwesometrelloSVG LogostrelloLucidetrelloMyna UI Iconstrello-fillRemix IcontrelloSimple Icons
More brand / logo icons from Material Design Icons
Use the trello icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.5 2h-15A2.5 2.5 0 0 0 2 4.5v15A2.5 2.5 0 0 0 4.5 22h15a2.5 2.5 0 0 0 2.5-2.5v-15A2.5 2.5 0 0 0 19.5 2m-8.8 15.2a1.2 1.2 0 0 1-1.2 1.2H5.8c-.66 0-1.2-.54-1.2-1.2V5.8a1.2 1.2 0 0 1 1.2-1.2h3.7c.66 0 1.2.54 1.2 1.2zm8.7-5c0 .66-.54 1.2-1.2 1.2h-3.7c-.66 0-1.2-.54-1.2-1.2V5.8c0-.66.54-1.2 1.2-1.2h3.7c.66 0 1.2.54 1.2 1.2z"/></svg>
React
import type { SVGProps } from "react";
export function MdiTrello(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="M19.5 2h-15A2.5 2.5 0 0 0 2 4.5v15A2.5 2.5 0 0 0 4.5 22h15a2.5 2.5 0 0 0 2.5-2.5v-15A2.5 2.5 0 0 0 19.5 2m-8.8 15.2a1.2 1.2 0 0 1-1.2 1.2H5.8c-.66 0-1.2-.54-1.2-1.2V5.8a1.2 1.2 0 0 1 1.2-1.2h3.7c.66 0 1.2.54 1.2 1.2zm8.7-5c0 .66-.54 1.2-1.2 1.2h-3.7c-.66 0-1.2-.54-1.2-1.2V5.8c0-.66.54-1.2 1.2-1.2h3.7c.66 0 1.2.54 1.2 1.2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.5 2h-15A2.5 2.5 0 0 0 2 4.5v15A2.5 2.5 0 0 0 4.5 22h15a2.5 2.5 0 0 0 2.5-2.5v-15A2.5 2.5 0 0 0 19.5 2m-8.8 15.2a1.2 1.2 0 0 1-1.2 1.2H5.8c-.66 0-1.2-.54-1.2-1.2V5.8a1.2 1.2 0 0 1 1.2-1.2h3.7c.66 0 1.2.54 1.2 1.2zm8.7-5c0 .66-.54 1.2-1.2 1.2h-3.7c-.66 0-1.2-.54-1.2-1.2V5.8c0-.66.54-1.2 1.2-1.2h3.7c.66 0 1.2.54 1.2 1.2z"/></svg> </template>
CSS
.icon-trello {
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%22M19.5%202h-15A2.5%202.5%200%200%200%202%204.5v15A2.5%202.5%200%200%200%204.5%2022h15a2.5%202.5%200%200%200%202.5-2.5v-15A2.5%202.5%200%200%200%2019.5%202m-8.8%2015.2a1.2%201.2%200%200%201-1.2%201.2H5.8c-.66%200-1.2-.54-1.2-1.2V5.8a1.2%201.2%200%200%201%201.2-1.2h3.7c.66%200%201.2.54%201.2%201.2zm8.7-5c0%20.66-.54%201.2-1.2%201.2h-3.7c-.66%200-1.2-.54-1.2-1.2V5.8c0-.66.54-1.2%201.2-1.2h3.7c.66%200%201.2.54%201.2%201.2z%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%22M19.5%202h-15A2.5%202.5%200%200%200%202%204.5v15A2.5%202.5%200%200%200%204.5%2022h15a2.5%202.5%200%200%200%202.5-2.5v-15A2.5%202.5%200%200%200%2019.5%202m-8.8%2015.2a1.2%201.2%200%200%201-1.2%201.2H5.8c-.66%200-1.2-.54-1.2-1.2V5.8a1.2%201.2%200%200%201%201.2-1.2h3.7c.66%200%201.2.54%201.2%201.2zm8.7-5c0%20.66-.54%201.2-1.2%201.2h-3.7c-.66%200-1.2-.54-1.2-1.2V5.8c0-.66.54-1.2%201.2-1.2h3.7c.66%200%201.2.54%201.2%201.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/trello.svg?color=%231a73e8&size=48