visualparadigm logo

visualparadigm from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
visualparadigm
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the visualparadigm logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.92 10.08c0 .037 9.996 10.052 10.053 10.07c.014.004 3.831-3.797 3.831-3.797S8.138 8.667 8.138 8.642c0-.033 3.806-3.839 3.806-3.839s3.843 3.858 3.843 3.883c0 .017-2.807 2.844-2.807 2.844l3.824 3.824l5.275-5.275S13.674 1.674 11.981 0M3.787 13.036c-.023 0-1.421 1.388-1.421 1.388S11.96 24 11.987 24c.026 0 9.614-9.577 9.614-9.577s-1.401-1.387-1.423-1.387c-.02 0-8.196 8.157-8.196 8.157s-8.177-8.157-8.195-8.157"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsVisualparadigm(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.92 10.08c0 .037 9.996 10.052 10.053 10.07c.014.004 3.831-3.797 3.831-3.797S8.138 8.667 8.138 8.642c0-.033 3.806-3.839 3.806-3.839s3.843 3.858 3.843 3.883c0 .017-2.807 2.844-2.807 2.844l3.824 3.824l5.275-5.275S13.674 1.674 11.981 0M3.787 13.036c-.023 0-1.421 1.388-1.421 1.388S11.96 24 11.987 24c.026 0 9.614-9.577 9.614-9.577s-1.401-1.387-1.423-1.387c-.02 0-8.196 8.157-8.196 8.157s-8.177-8.157-8.195-8.157"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.92 10.08c0 .037 9.996 10.052 10.053 10.07c.014.004 3.831-3.797 3.831-3.797S8.138 8.667 8.138 8.642c0-.033 3.806-3.839 3.806-3.839s3.843 3.858 3.843 3.883c0 .017-2.807 2.844-2.807 2.844l3.824 3.824l5.275-5.275S13.674 1.674 11.981 0M3.787 13.036c-.023 0-1.421 1.388-1.421 1.388S11.96 24 11.987 24c.026 0 9.614-9.577 9.614-9.577s-1.401-1.387-1.423-1.387c-.02 0-8.196 8.157-8.196 8.157s-8.177-8.157-8.195-8.157"/></svg>
</template>

CSS

.icon-visualparadigm {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.92%2010.08c0%20.037%209.996%2010.052%2010.053%2010.07c.014.004%203.831-3.797%203.831-3.797S8.138%208.667%208.138%208.642c0-.033%203.806-3.839%203.806-3.839s3.843%203.858%203.843%203.883c0%20.017-2.807%202.844-2.807%202.844l3.824%203.824l5.275-5.275S13.674%201.674%2011.981%200M3.787%2013.036c-.023%200-1.421%201.388-1.421%201.388S11.96%2024%2011.987%2024c.026%200%209.614-9.577%209.614-9.577s-1.401-1.387-1.423-1.387c-.02%200-8.196%208.157-8.196%208.157s-8.177-8.157-8.195-8.157%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.92%2010.08c0%20.037%209.996%2010.052%2010.053%2010.07c.014.004%203.831-3.797%203.831-3.797S8.138%208.667%208.138%208.642c0-.033%203.806-3.839%203.806-3.839s3.843%203.858%203.843%203.883c0%20.017-2.807%202.844-2.807%202.844l3.824%203.824l5.275-5.275S13.674%201.674%2011.981%200M3.787%2013.036c-.023%200-1.421%201.388-1.421%201.388S11.96%2024%2011.987%2024c.026%200%209.614-9.577%209.614-9.577s-1.401-1.387-1.423-1.387c-.02%200-8.196%208.157-8.196%208.157s-8.177-8.157-8.195-8.157%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/visualparadigm.svg?color=%231a73e8&size=48