Tensorflow Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Tensorflow 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/316286.svg" alt="Tensorflow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316286.svg" alt="Tensorflow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316286.svg" alt="Tensorflow icon" :width="24" :height="24" />
CSS background
.icon-tensorflow {
background-image: url('https://proicons.com/icon/316286.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>TensorFlow</title><path d="M1.292 5.856L11.54 0v24l-4.095-2.378V7.603l-6.168 3.564.015-5.31zm21.43 5.311l-.014-5.31L12.46 0v24l4.095-2.378V14.87l3.092 1.788-.018-4.618-3.074-1.756V7.603l6.168 3.564z"/></svg>
Copied!