Ivcam Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ivcam 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/327585.svg" alt="Ivcam icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327585.svg" alt="Ivcam icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327585.svg" alt="Ivcam icon" :width="24" :height="24" />
CSS background
.icon-ivcam {
background-image: url('https://proicons.com/icon/327585.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="20.0001" r="15.5"/><circle class="c" cx="24" cy="20.0001" r="10"/><circle class="c" cx="28.572" cy="15.1741" r="2.5"/><path class="c" d="M24,38.1821c-3.0354,0-5.7845.3436-7.8938.9526-1.0547.3045-1.9538.6704-2.676,1.1633-.7221.4929-1.3281,1.2002-1.3281,2.0624,0,.6293.6146,1.1394,1.3728,1.1395h21.05c.7582,0,1.3727-.5102,1.3728-1.1395,0-.8622-.606-1.5695-1.3281-2.0624s-1.6213-.8588-2.676-1.1633c-2.1093-.609-4.8584-.9526-7.8938-.9526h.0002Z"/></svg>
Copied!