Transitnow Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Transitnow 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/348779.svg" alt="Transitnow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348779.svg" alt="Transitnow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348779.svg" alt="Transitnow icon" :width="24" :height="24" />
CSS background
.icon-transitnow {
background-image: url('https://proicons.com/icon/348779.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="17.07" cy="35.78" r="2.02"/><rect class="a" x="12.64" y="9.98" width="22.72" height="4.63"/><path class="a" d="M31.92,4.5H16.08A7.58,7.58,0,0,0,8.5,12.08v19a3,3,0,0,0,.36,1.43l4.78,9a3.78,3.78,0,0,0,3.34,2H31a3.78,3.78,0,0,0,3.34-2l4.78-9a3,3,0,0,0,.36-1.43v-19A7.58,7.58,0,0,0,31.92,4.5Z"/><circle class="a" cx="30.93" cy="35.78" r="2.02"/><polygon class="a" points="35.36 14.61 35.36 24.37 31.75 29.03 16.25 29.03 12.64 24.37 12.64 14.61 35.36 14.61"/></svg>
Copied!