trello from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
trello
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Use the trello icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M17.562 0H2.438A2.435 2.435 0 0 0 0 2.432v15.087a2.435 2.435 0 0 0 2.438 2.432h15.124A2.435 2.435 0 0 0 20 17.519V2.432A2.435 2.435 0 0 0 17.562 0M8.7 15.55a1.13 1.13 0 0 1-1.132 1.13H3.732A1.13 1.13 0 0 1 2.6 15.55V3.893c0-.624.507-1.13 1.132-1.13h3.836A1.13 1.13 0 0 1 8.7 3.893zm8.7-5.015a1.13 1.13 0 0 1-1.132 1.13h-3.836a1.13 1.13 0 0 1-1.132-1.13V3.893c0-.624.507-1.13 1.132-1.13h3.836a1.13 1.13 0 0 1 1.132 1.13z"/></svg>

React

import type { SVGProps } from "react";

export function JamTrello(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M17.562 0H2.438A2.435 2.435 0 0 0 0 2.432v15.087a2.435 2.435 0 0 0 2.438 2.432h15.124A2.435 2.435 0 0 0 20 17.519V2.432A2.435 2.435 0 0 0 17.562 0M8.7 15.55a1.13 1.13 0 0 1-1.132 1.13H3.732A1.13 1.13 0 0 1 2.6 15.55V3.893c0-.624.507-1.13 1.132-1.13h3.836A1.13 1.13 0 0 1 8.7 3.893zm8.7-5.015a1.13 1.13 0 0 1-1.132 1.13h-3.836a1.13 1.13 0 0 1-1.132-1.13V3.893c0-.624.507-1.13 1.132-1.13h3.836a1.13 1.13 0 0 1 1.132 1.13z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M17.562 0H2.438A2.435 2.435 0 0 0 0 2.432v15.087a2.435 2.435 0 0 0 2.438 2.432h15.124A2.435 2.435 0 0 0 20 17.519V2.432A2.435 2.435 0 0 0 17.562 0M8.7 15.55a1.13 1.13 0 0 1-1.132 1.13H3.732A1.13 1.13 0 0 1 2.6 15.55V3.893c0-.624.507-1.13 1.132-1.13h3.836A1.13 1.13 0 0 1 8.7 3.893zm8.7-5.015a1.13 1.13 0 0 1-1.132 1.13h-3.836a1.13 1.13 0 0 1-1.132-1.13V3.893c0-.624.507-1.13 1.132-1.13h3.836a1.13 1.13 0 0 1 1.132 1.13z"/></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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.562%200H2.438A2.435%202.435%200%200%200%200%202.432v15.087a2.435%202.435%200%200%200%202.438%202.432h15.124A2.435%202.435%200%200%200%2020%2017.519V2.432A2.435%202.435%200%200%200%2017.562%200M8.7%2015.55a1.13%201.13%200%200%201-1.132%201.13H3.732A1.13%201.13%200%200%201%202.6%2015.55V3.893c0-.624.507-1.13%201.132-1.13h3.836A1.13%201.13%200%200%201%208.7%203.893zm8.7-5.015a1.13%201.13%200%200%201-1.132%201.13h-3.836a1.13%201.13%200%200%201-1.132-1.13V3.893c0-.624.507-1.13%201.132-1.13h3.836a1.13%201.13%200%200%201%201.132%201.13z%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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.562%200H2.438A2.435%202.435%200%200%200%200%202.432v15.087a2.435%202.435%200%200%200%202.438%202.432h15.124A2.435%202.435%200%200%200%2020%2017.519V2.432A2.435%202.435%200%200%200%2017.562%200M8.7%2015.55a1.13%201.13%200%200%201-1.132%201.13H3.732A1.13%201.13%200%200%201%202.6%2015.55V3.893c0-.624.507-1.13%201.132-1.13h3.836A1.13%201.13%200%200%201%208.7%203.893zm8.7-5.015a1.13%201.13%200%200%201-1.132%201.13h-3.836a1.13%201.13%200%200%201-1.132-1.13V3.893c0-.624.507-1.13%201.132-1.13h3.836a1.13%201.13%200%200%201%201.132%201.13z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/trello.svg?color=%231a73e8&size=48