ansys logo
ansys-wordmark from Devicon by konpa · Wordmark · MIT Free for personal and commercial use.
- Name
- ansys-wordmark
- Set
- Devicon
- Style
- Wordmark
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
The same logo in other sets
Use the ansys logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#ffb71b" d="M13.46 43.925L0 75.897h9.19l12.96-31.972z"/><path d="m92.87 74.748l-8.856-21.04h6.678l5.518 13.108l5.519-13.108h6.676L95.623 84.075h-6.678zM23.712 44.933L19.356 55.68L27.55 75.9h9.197zm28.908 8.205c-3.883 0-6.158 2.013-7.215 3.713v-3.17H38.82v22.243h6.766V63.078c0-2.57 1.863-4.598 4.662-4.598c1.259 0 2.297.438 2.828 1.422c.532.985.577 2.801.577 2.928v13.094h6.767V62.83c0-3.937-.667-9.692-7.799-9.692zm74.84 2.762l-1.79 4.529c-3.366-2.611-9.028-3.293-10.088-1.15c-.44.889-.144 1.803 1.024 2.282c.963.395 2.453.74 4.235 1.106C126.635 63.856 128 66.27 128 69.4c0 6.215-6.818 6.894-9.502 6.885c-5.8-.017-8.79-1.855-9.948-2.718l1.79-4.71c3.236 2.374 10.033 3.69 11.41 1.422c.363-.598.385-1.7-.774-2.247c-1.561-.737-3.885-.988-6.427-1.684c-3.924-1.075-5.119-3.415-5.247-5.502c-.182-2.965 1.255-5.447 4.558-6.801c3.731-1.53 9.437-1.324 13.6 1.857zm-45.073 0l-1.792 4.529c-3.365-2.611-9.027-3.293-10.087-1.15c-.44.889-.144 1.803 1.024 2.282c.963.395 2.453.74 4.235 1.106c5.794 1.189 7.159 3.603 7.159 6.732c0 6.215-6.818 6.894-9.502 6.885c-5.8-.017-8.79-1.855-9.948-2.718l1.791-4.71c3.235 2.374 10.032 3.69 11.41 1.422c.362-.598.384-1.7-.775-2.247c-1.561-.737-3.885-.988-6.427-1.684c-3.923-1.075-5.119-3.415-5.247-5.502c-.182-2.965 1.255-5.447 4.558-6.801c3.731-1.53 9.437-1.324 13.6 1.857z"/></svg>
React
import type { SVGProps } from "react";
export function DeviconAnsysWordmark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#ffb71b" d="M13.46 43.925L0 75.897h9.19l12.96-31.972z"/><path d="m92.87 74.748l-8.856-21.04h6.678l5.518 13.108l5.519-13.108h6.676L95.623 84.075h-6.678zM23.712 44.933L19.356 55.68L27.55 75.9h9.197zm28.908 8.205c-3.883 0-6.158 2.013-7.215 3.713v-3.17H38.82v22.243h6.766V63.078c0-2.57 1.863-4.598 4.662-4.598c1.259 0 2.297.438 2.828 1.422c.532.985.577 2.801.577 2.928v13.094h6.767V62.83c0-3.937-.667-9.692-7.799-9.692zm74.84 2.762l-1.79 4.529c-3.366-2.611-9.028-3.293-10.088-1.15c-.44.889-.144 1.803 1.024 2.282c.963.395 2.453.74 4.235 1.106C126.635 63.856 128 66.27 128 69.4c0 6.215-6.818 6.894-9.502 6.885c-5.8-.017-8.79-1.855-9.948-2.718l1.79-4.71c3.236 2.374 10.033 3.69 11.41 1.422c.363-.598.385-1.7-.774-2.247c-1.561-.737-3.885-.988-6.427-1.684c-3.924-1.075-5.119-3.415-5.247-5.502c-.182-2.965 1.255-5.447 4.558-6.801c3.731-1.53 9.437-1.324 13.6 1.857zm-45.073 0l-1.792 4.529c-3.365-2.611-9.027-3.293-10.087-1.15c-.44.889-.144 1.803 1.024 2.282c.963.395 2.453.74 4.235 1.106c5.794 1.189 7.159 3.603 7.159 6.732c0 6.215-6.818 6.894-9.502 6.885c-5.8-.017-8.79-1.855-9.948-2.718l1.791-4.71c3.235 2.374 10.032 3.69 11.41 1.422c.362-.598.384-1.7-.775-2.247c-1.561-.737-3.885-.988-6.427-1.684c-3.923-1.075-5.119-3.415-5.247-5.502c-.182-2.965 1.255-5.447 4.558-6.801c3.731-1.53 9.437-1.324 13.6 1.857z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#ffb71b" d="M13.46 43.925L0 75.897h9.19l12.96-31.972z"/><path d="m92.87 74.748l-8.856-21.04h6.678l5.518 13.108l5.519-13.108h6.676L95.623 84.075h-6.678zM23.712 44.933L19.356 55.68L27.55 75.9h9.197zm28.908 8.205c-3.883 0-6.158 2.013-7.215 3.713v-3.17H38.82v22.243h6.766V63.078c0-2.57 1.863-4.598 4.662-4.598c1.259 0 2.297.438 2.828 1.422c.532.985.577 2.801.577 2.928v13.094h6.767V62.83c0-3.937-.667-9.692-7.799-9.692zm74.84 2.762l-1.79 4.529c-3.366-2.611-9.028-3.293-10.088-1.15c-.44.889-.144 1.803 1.024 2.282c.963.395 2.453.74 4.235 1.106C126.635 63.856 128 66.27 128 69.4c0 6.215-6.818 6.894-9.502 6.885c-5.8-.017-8.79-1.855-9.948-2.718l1.79-4.71c3.236 2.374 10.033 3.69 11.41 1.422c.363-.598.385-1.7-.774-2.247c-1.561-.737-3.885-.988-6.427-1.684c-3.924-1.075-5.119-3.415-5.247-5.502c-.182-2.965 1.255-5.447 4.558-6.801c3.731-1.53 9.437-1.324 13.6 1.857zm-45.073 0l-1.792 4.529c-3.365-2.611-9.027-3.293-10.087-1.15c-.44.889-.144 1.803 1.024 2.282c.963.395 2.453.74 4.235 1.106c5.794 1.189 7.159 3.603 7.159 6.732c0 6.215-6.818 6.894-9.502 6.885c-5.8-.017-8.79-1.855-9.948-2.718l1.791-4.71c3.235 2.374 10.032 3.69 11.41 1.422c.362-.598.384-1.7-.775-2.247c-1.561-.737-3.885-.988-6.427-1.684c-3.923-1.075-5.119-3.415-5.247-5.502c-.182-2.965 1.255-5.447 4.558-6.801c3.731-1.53 9.437-1.324 13.6 1.857z"/></svg> </template>
CSS
.icon-ansys-wordmark {
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%20128%20128%22%3E%3Cpath%20fill%3D%22%23ffb71b%22%20d%3D%22M13.46%2043.925L0%2075.897h9.19l12.96-31.972z%22%2F%3E%3Cpath%20d%3D%22m92.87%2074.748l-8.856-21.04h6.678l5.518%2013.108l5.519-13.108h6.676L95.623%2084.075h-6.678zM23.712%2044.933L19.356%2055.68L27.55%2075.9h9.197zm28.908%208.205c-3.883%200-6.158%202.013-7.215%203.713v-3.17H38.82v22.243h6.766V63.078c0-2.57%201.863-4.598%204.662-4.598c1.259%200%202.297.438%202.828%201.422c.532.985.577%202.801.577%202.928v13.094h6.767V62.83c0-3.937-.667-9.692-7.799-9.692zm74.84%202.762l-1.79%204.529c-3.366-2.611-9.028-3.293-10.088-1.15c-.44.889-.144%201.803%201.024%202.282c.963.395%202.453.74%204.235%201.106C126.635%2063.856%20128%2066.27%20128%2069.4c0%206.215-6.818%206.894-9.502%206.885c-5.8-.017-8.79-1.855-9.948-2.718l1.79-4.71c3.236%202.374%2010.033%203.69%2011.41%201.422c.363-.598.385-1.7-.774-2.247c-1.561-.737-3.885-.988-6.427-1.684c-3.924-1.075-5.119-3.415-5.247-5.502c-.182-2.965%201.255-5.447%204.558-6.801c3.731-1.53%209.437-1.324%2013.6%201.857zm-45.073%200l-1.792%204.529c-3.365-2.611-9.027-3.293-10.087-1.15c-.44.889-.144%201.803%201.024%202.282c.963.395%202.453.74%204.235%201.106c5.794%201.189%207.159%203.603%207.159%206.732c0%206.215-6.818%206.894-9.502%206.885c-5.8-.017-8.79-1.855-9.948-2.718l1.791-4.71c3.235%202.374%2010.032%203.69%2011.41%201.422c.362-.598.384-1.7-.775-2.247c-1.561-.737-3.885-.988-6.427-1.684c-3.923-1.075-5.119-3.415-5.247-5.502c-.182-2.965%201.255-5.447%204.558-6.801c3.731-1.53%209.437-1.324%2013.6%201.857z%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23ffb71b%22%20d%3D%22M13.46%2043.925L0%2075.897h9.19l12.96-31.972z%22%2F%3E%3Cpath%20d%3D%22m92.87%2074.748l-8.856-21.04h6.678l5.518%2013.108l5.519-13.108h6.676L95.623%2084.075h-6.678zM23.712%2044.933L19.356%2055.68L27.55%2075.9h9.197zm28.908%208.205c-3.883%200-6.158%202.013-7.215%203.713v-3.17H38.82v22.243h6.766V63.078c0-2.57%201.863-4.598%204.662-4.598c1.259%200%202.297.438%202.828%201.422c.532.985.577%202.801.577%202.928v13.094h6.767V62.83c0-3.937-.667-9.692-7.799-9.692zm74.84%202.762l-1.79%204.529c-3.366-2.611-9.028-3.293-10.088-1.15c-.44.889-.144%201.803%201.024%202.282c.963.395%202.453.74%204.235%201.106C126.635%2063.856%20128%2066.27%20128%2069.4c0%206.215-6.818%206.894-9.502%206.885c-5.8-.017-8.79-1.855-9.948-2.718l1.79-4.71c3.236%202.374%2010.033%203.69%2011.41%201.422c.363-.598.385-1.7-.774-2.247c-1.561-.737-3.885-.988-6.427-1.684c-3.924-1.075-5.119-3.415-5.247-5.502c-.182-2.965%201.255-5.447%204.558-6.801c3.731-1.53%209.437-1.324%2013.6%201.857zm-45.073%200l-1.792%204.529c-3.365-2.611-9.027-3.293-10.087-1.15c-.44.889-.144%201.803%201.024%202.282c.963.395%202.453.74%204.235%201.106c5.794%201.189%207.159%203.603%207.159%206.732c0%206.215-6.818%206.894-9.502%206.885c-5.8-.017-8.79-1.855-9.948-2.718l1.791-4.71c3.235%202.374%2010.032%203.69%2011.41%201.422c.362-.598.384-1.7-.775-2.247c-1.561-.737-3.885-.988-6.427-1.684c-3.923-1.075-5.119-3.415-5.247-5.502c-.182-2.965%201.255-5.447%204.558-6.801c3.731-1.53%209.437-1.324%2013.6%201.857z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/ansys-wordmark.svg?color=%231a73e8&size=48