Videosummarizer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Videosummarizer 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/334744.svg" alt="Videosummarizer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334744.svg" alt="Videosummarizer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334744.svg" alt="Videosummarizer icon" :width="24" :height="24" />
CSS background
.icon-videosummarizer {
background-image: url('https://proicons.com/icon/334744.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="M16.0198,8.0448l15.764-.076c6.5464-.0315,11.5359,5.8533,11.7093,12.9542.279,11.4236-7.967,16.4848-14.2861,19.1084v-8.1296h-13.1872c-6.7893,0-11.5198-4.6351-11.5198-10.9788,0-7.7222,3.8983-12.8415,11.5198-12.8782Z"/><path id="c" class="d" d="M20.3398,14.9967v11.5106l9.9662-5.7553-9.9662-5.7553Z"/></svg>
Copied!