Triller Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Triller 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/316398.svg" alt="Triller icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316398.svg" alt="Triller icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316398.svg" alt="Triller icon" :width="24" :height="24" />
CSS background
.icon-triller {
background-image: url('https://proicons.com/icon/316398.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>Triller</title><path d="M15.548 5.216L7.005 20.012l-.29-.167 8.54-14.788a9.365 9.365 0 0 0-6.07-.906L2.73 15.333l-.609 1.055a9.34 9.34 0 0 0 3.818 4.806l-1.522 2.64.289.166 2.303-3.987h-.002a9.367 9.367 0 0 0 6.068.905l6.321-10.945.287.167-6.168 10.683-.964 1.67a9.322 9.322 0 0 0 7.55-7.555 9.267 9.267 0 0 0-.413-4.802l2.299-3.982-.29-.167L20.14 8.68a9.343 9.343 0 0 0-3.816-4.806zm-5.842-2.64a9.324 9.324 0 0 0-7.132 12.359L8.893 3.989l.292.162L11.483.167 11.193 0z"/></svg>
Copied!