Petri Culture Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Petri Culture 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/320513.svg" alt="Petri Culture icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320513.svg" alt="Petri Culture icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320513.svg" alt="Petri Culture icon" :width="24" :height="24" />
CSS background
.icon-petri-culture {
background-image: url('https://proicons.com/icon/320513.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="petri--culture" d="M16.5,16.001c0,0.276-0.224,0.5-0.5,0.5s-0.5-0.224-0.5-0.5s0.224-0.5,0.5-0.5 C16.276,15.501,16.5,15.725,16.5,16.001z M20.5,5.5c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S21.052,5.5,20.5,5.5z M8.5,20.5 c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S9.052,20.5,8.5,20.5z M12.501,7c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5 s0.5-0.224,0.5-0.5S12.777,7,12.501,7z M23,20.5c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5 S23.276,20.5,23,20.5z M16,31.36C7.53,31.36,0.64,24.47,0.64,16S7.53,0.64,16,0.64S31.36,7.53,31.36,16S24.47,31.36,16,31.36z M16,1.36C7.927,1.36,1.36,7.927,1.36,16c0,8.072,6.567,14.64,14.64,14.64c8.072,0,14.64-6.567,14.64-14.64S24.072,1.36,16,1.36z M16.5,27.36c-1.577,0-2.86-1.283-2.86-2.86s1.283-2.86,2.86-2.86s2.86,1.283,2.86,2.86S18.077,27.36,16.5,27.36z M16.5,22.36 c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14S17.68,22.36,16.5,22.36z M6,19.36 c-1.301,0-2.36-1.059-2.36-2.36S4.699,14.64,6,14.64S8.36,15.699,8.36,17C8.36,18.302,7.301,19.36,6,19.36z M6,15.36 c-0.904,0-1.64,0.736-1.64,1.64S5.096,18.64,6,18.64S7.64,17.904,7.64,17S6.904,15.36,6,15.36z M25,15.36 c-1.577,0-2.86-1.283-2.86-2.86S23.423,9.64,25,9.64s2.86,1.283,2.86,2.86S26.577,15.36,25,15.36z M25,10.36 c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14S26.18,10.36,25,10.36z M12.5,10.36 c-1.577,0-2.86-1.283-2.86-2.86s1.283-2.86,2.86-2.86s2.86,1.283,2.86,2.86S14.077,10.36,12.5,10.36z M12.5,5.36 c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14S13.68,5.36,12.5,5.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!