Visualparadigm Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Visualparadigm 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/316542.svg" alt="Visualparadigm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316542.svg" alt="Visualparadigm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316542.svg" alt="Visualparadigm icon" :width="24" :height="24" />
CSS background
.icon-visualparadigm {
background-image: url('https://proicons.com/icon/316542.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>Visual Paradigm</title><path d="M 1.92 10.08 C 1.92 10.117 11.916 20.132 11.973 20.15 C 11.987 20.154 15.804 16.353 15.804 16.353 C 15.804 16.353 8.138 8.667 8.138 8.642 C 8.138 8.609 11.944 4.803 11.944 4.803 C 11.944 4.803 15.787 8.661 15.787 8.686 C 15.787 8.703 12.98 11.53 12.98 11.53 L 16.804 15.354 L 22.079 10.079 C 22.079 10.079 13.674 1.674 11.981 0 M 3.787 13.036 C 3.764 13.036 2.366 14.424 2.366 14.424 C 2.366 14.424 11.96 24 11.987 24 C 12.013 24 21.601 14.423 21.601 14.423 C 21.601 14.423 20.2 13.036 20.178 13.036 C 20.158 13.036 11.982 21.193 11.982 21.193 C 11.982 21.193 3.805 13.036 3.787 13.036 Z"/></svg>
Copied!