Trello Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Trello icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/316391.svg" alt="Trello icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316391.svg" alt="Trello icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316391.svg" alt="Trello icon" :width="24" :height="24" />
CSS background
.icon-trello {
background-image: url('https://proicons.com/icon/316391.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Trello</title><path d="M21.147 0H2.853A2.86 2.86 0 000 2.853v18.294A2.86 2.86 0 002.853 24h18.294A2.86 2.86 0 0024 21.147V2.853A2.86 2.86 0 0021.147 0zM10.34 17.287a.953.953 0 01-.953.953h-4a.954.954 0 01-.954-.953V5.38a.953.953 0 01.954-.953h4a.954.954 0 01.953.953zm9.233-5.467a.944.944 0 01-.953.947h-4a.947.947 0 01-.953-.947V5.38a.953.953 0 01.953-.953h4a.954.954 0 01.953.953z"/></svg>
Trello in other icon packs
Copied!