Tableau Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tableau 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/333603.svg" alt="Tableau icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333603.svg" alt="Tableau icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333603.svg" alt="Tableau icon" :width="24" :height="24" />
CSS background
.icon-tableau {
background-image: url('https://proicons.com/icon/333603.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M23.92725757,7.70653793v6.17850225"/><path class="b" d="M21.2522219,10.75963781h5.27902368"/><path class="b" d="M15.21569947,11.25763794v9.25593135"/><path class="b" d="M10.5281106,15.70764901h9.18488806"/><path class="b" d="M10.22085765,20.65565804v6.29694912"/><path class="b" d="M7.26141792,23.68591666h5.87079398"/><path class="b" d="M15.2556763,27.10109438v9.40727468"/><path class="b" d="M10.73599009,31.75441647h8.97209371"/><path class="b" d="M23.92611599,33.26097854v7.03035721"/><path class="b" d="M20.84674579,36.67615408h5.9925501"/><path class="b" d="M32.5634283,27.03370456v9.54125478"/><path class="b" d="M28.21164911,31.72129344h9.27340351"/><path class="b" d="M37.3515322,20.47290622v6.66211073"/><path class="b" d="M34.17050975,23.65279145h6.56170681"/><path class="b" d="M32.53030526,10.89784434v9.80909951"/><path class="b" d="M28.14426147,15.71907127h9.20647773"/><path class="b" d="M23.9603806,18.19536002v10.8803695"/><path class="b" d="M18.9381236,23.61966842h10.37814075"/></svg>
Copied!