Trifa Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Trifa 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/334263.svg" alt="Trifa icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334263.svg" alt="Trifa icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334263.svg" alt="Trifa icon" :width="24" :height="24" />
CSS background
.icon-trifa {
background-image: url('https://proicons.com/icon/334263.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:#000;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#000;}</style></defs><path class="a" d="M28.939,18.7526c2.1193-2.6456,2.7269-6.1689.7827-8.9456a6.9849,6.9849,0,1,0-5.1129,10.9649,10.601,10.601,0,0,1-.5966,2.6987A28.957,28.957,0,0,0,28.939,18.7526Z"/><path class="a" d="M14.6868,13.8134a9.3132,9.3132,0,1,1,18.6264,0v5.8209h6.4027V43.5H8.2841V19.6343h6.4027Z"/><path class="a" d="M17.0155,33.0224a6.9849,6.9849,0,1,1,13.97,0l0,6.6358h-13.97Z"/><circle class="b" cx="20.7986" cy="30.403" r="0.75"/><circle class="b" cx="27.2014" cy="30.403" r="0.75"/><path class="a" d="M19.9255,27.2015l-1.1641-1.7463"/><path class="a" d="M28.0745,27.2015l1.1641-1.7463"/></svg>
Copied!