Vivint Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Vivint 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/316551.svg" alt="Vivint icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316551.svg" alt="Vivint icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316551.svg" alt="Vivint icon" :width="24" :height="24" />
CSS background
.icon-vivint {
background-image: url('https://proicons.com/icon/316551.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>Vivint</title><path d="M9.102 2.04a.81.81 0 0 0-.553.218L.514 9.756A1.62 1.62 0 0 0 0 10.939V21.15c0 .447.362.81.809.81h16.584a.81.81 0 0 0 .808-.81V10.94a1.62 1.62 0 0 0-.514-1.184l-8.035-7.5a.804.804 0 0 0-.55-.217zm0 4.964 5.252 4.904v6.203H3.848v-6.203l5.254-4.904zM21.648 17.35a2.305 2.305 0 0 0-2.26 2.304 2.305 2.305 0 0 0 2.307 2.307A2.305 2.305 0 0 0 24 19.654a2.305 2.305 0 0 0-2.305-2.304 2.305 2.305 0 0 0-.047 0z"/></svg>
Copied!