Trions Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Trions 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/334269.svg" alt="Trions icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334269.svg" alt="Trions icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334269.svg" alt="Trions icon" :width="24" :height="24" />
CSS background
.icon-trions {
background-image: url('https://proicons.com/icon/334269.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><path class="b" d="M29.5119,38.9939l-.0356,2.8401-4.8048-7.1721,4.9787-7.0441.0643,2.6438c7.4309.6276,9.0978.6809,12.0808-1.4065l-4.4628,7.7297c-.7814,1.3535-1.5513,2.6869-7.8207,2.4091Z"/><path class="b" d="M35.8607,30.6428l-4.0981-7.8877,7.4359-4.0348,2.4748,4.9979c.869,1.6303,1.2627,3.1614.1222,5.1368"/><path class="b" d="M7.997,21.7398l-2.4418-1.4509,8.6136-.575,3.6111,7.8337-2.3218-1.2662c-4.2589,6.1216-5.1386,7.5384-4.8223,11.1656l-4.4628-7.7297c-.7814-1.3535-1.5513-2.6869,1.824-7.9774Z"/><path class="b" d="M12.0549,31.4135l8.88.3947-.2237,8.4571-5.5657-.3557c-1.8464-.0625-3.3692-.4872-4.5097-2.4626"/><path class="b" d="M33.6969,11.7344l2.4774-1.3892-3.8088,7.7471-8.5897-.7896,2.2574-1.3776c-3.172-6.7491-3.9592-8.2194-7.2585-9.7591h8.9255c1.5628,0,3.1025,0,5.9967,5.5683Z"/><path class="b" d="M23.2903,10.4118l-4.7818,7.4929-7.2122-4.4223,3.0909-4.6422c.9774-1.5678,2.1065-2.6742,4.3875-2.6742"/></svg>
Copied!