Openmined Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Openmined 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/315438.svg" alt="Openmined icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315438.svg" alt="Openmined icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315438.svg" alt="Openmined icon" :width="24" :height="24" />
CSS background
.icon-openmined {
background-image: url('https://proicons.com/icon/315438.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>OpenMined</title><path d="M12 0c-.486 0-.972.242-1.25.725L7.082 7.082.725 10.75a1.44 1.44 0 000 2.5l6.357 3.668 3.668 6.357a1.44 1.44 0 002.5 0l3.668-6.357 6.357-3.668c.967-.544.967-1.945 0-2.5l-6.357-3.668L13.25.725A1.429 1.429 0 0012 0zm.006 4.237l7.757 7.769-7.769 7.757-7.757-7.757zm-.012 3.112l-4.656 4.657 4.656 4.656 4.657-4.656z"/></svg>
Copied!