dassaultsystemes logo

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

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

Use the dassaultsystemes logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.185 8.025c1.064.192 1.933.34 2.132.79c.223.51-.936.541-1.52.552c-2.8.054-4.487.11-4.572 1.061c-.11 1.224 1.196 2.458 2.486 4.186c1.178 1.577 2.518 3.135 2.133 4.586c-.482 1.809-2.7 2.192-4.81 2.192c-2.022 0-3.939-.323-4.744-.482c-1.002-.2-.852-.694-.585-.853c.298-.178 2.002-.182 3.187-.252c.975-.058 3.805-.056 4.246-.781c.54-.89-.783-2.408-2-4c-1.519-1.984-3.186-4.034-2.303-5.533c1.14-1.936 4.484-1.803 6.35-1.466m-13.69 2.95c1.772-.104 3.926.206 5.134 1.13a2.17 2.17 0 0 1 .78 2.278c-.698 2.752-3.304 6.083-9.093 8.643c-1.841.813-3.29 1.125-3.593.906c-.326-.234.624-2.052.909-2.654c.925-1.952 2.079-3.853 3.205-5.595c.414-.64 1.055-1.752 1.634-1.662c.519.08-.09 1.26-.488 2.01c-.672 1.26-2.523 4.76-1.912 4.97c1.35.462 7.68-4.354 6.746-7.036c-.432-1.245-3.18-1.363-4.912-1.363c-.787 0-2.508.186-2.603-.417c-.102-.556 2.613-1.116 4.192-1.21M11.867.013c2.068-.098 4.514.342 4.97 1.802c.747 2.39-3.04 5.877-6.338 7.587c-.809.42-1.3.536-1.504.507c-.195-.027-.225-.22-.162-.355c.118-.252.65-.764 1.361-1.322c3.715-2.9 4.923-5.028 4.221-5.89c-.45-.552-2.332-.937-4.287-.937c-.53 0-1.925.123-2.068-.367C7.942.634 9.814.108 11.866.012"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsDassaultsystemes(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="M21.185 8.025c1.064.192 1.933.34 2.132.79c.223.51-.936.541-1.52.552c-2.8.054-4.487.11-4.572 1.061c-.11 1.224 1.196 2.458 2.486 4.186c1.178 1.577 2.518 3.135 2.133 4.586c-.482 1.809-2.7 2.192-4.81 2.192c-2.022 0-3.939-.323-4.744-.482c-1.002-.2-.852-.694-.585-.853c.298-.178 2.002-.182 3.187-.252c.975-.058 3.805-.056 4.246-.781c.54-.89-.783-2.408-2-4c-1.519-1.984-3.186-4.034-2.303-5.533c1.14-1.936 4.484-1.803 6.35-1.466m-13.69 2.95c1.772-.104 3.926.206 5.134 1.13a2.17 2.17 0 0 1 .78 2.278c-.698 2.752-3.304 6.083-9.093 8.643c-1.841.813-3.29 1.125-3.593.906c-.326-.234.624-2.052.909-2.654c.925-1.952 2.079-3.853 3.205-5.595c.414-.64 1.055-1.752 1.634-1.662c.519.08-.09 1.26-.488 2.01c-.672 1.26-2.523 4.76-1.912 4.97c1.35.462 7.68-4.354 6.746-7.036c-.432-1.245-3.18-1.363-4.912-1.363c-.787 0-2.508.186-2.603-.417c-.102-.556 2.613-1.116 4.192-1.21M11.867.013c2.068-.098 4.514.342 4.97 1.802c.747 2.39-3.04 5.877-6.338 7.587c-.809.42-1.3.536-1.504.507c-.195-.027-.225-.22-.162-.355c.118-.252.65-.764 1.361-1.322c3.715-2.9 4.923-5.028 4.221-5.89c-.45-.552-2.332-.937-4.287-.937c-.53 0-1.925.123-2.068-.367C7.942.634 9.814.108 11.866.012"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.185 8.025c1.064.192 1.933.34 2.132.79c.223.51-.936.541-1.52.552c-2.8.054-4.487.11-4.572 1.061c-.11 1.224 1.196 2.458 2.486 4.186c1.178 1.577 2.518 3.135 2.133 4.586c-.482 1.809-2.7 2.192-4.81 2.192c-2.022 0-3.939-.323-4.744-.482c-1.002-.2-.852-.694-.585-.853c.298-.178 2.002-.182 3.187-.252c.975-.058 3.805-.056 4.246-.781c.54-.89-.783-2.408-2-4c-1.519-1.984-3.186-4.034-2.303-5.533c1.14-1.936 4.484-1.803 6.35-1.466m-13.69 2.95c1.772-.104 3.926.206 5.134 1.13a2.17 2.17 0 0 1 .78 2.278c-.698 2.752-3.304 6.083-9.093 8.643c-1.841.813-3.29 1.125-3.593.906c-.326-.234.624-2.052.909-2.654c.925-1.952 2.079-3.853 3.205-5.595c.414-.64 1.055-1.752 1.634-1.662c.519.08-.09 1.26-.488 2.01c-.672 1.26-2.523 4.76-1.912 4.97c1.35.462 7.68-4.354 6.746-7.036c-.432-1.245-3.18-1.363-4.912-1.363c-.787 0-2.508.186-2.603-.417c-.102-.556 2.613-1.116 4.192-1.21M11.867.013c2.068-.098 4.514.342 4.97 1.802c.747 2.39-3.04 5.877-6.338 7.587c-.809.42-1.3.536-1.504.507c-.195-.027-.225-.22-.162-.355c.118-.252.65-.764 1.361-1.322c3.715-2.9 4.923-5.028 4.221-5.89c-.45-.552-2.332-.937-4.287-.937c-.53 0-1.925.123-2.068-.367C7.942.634 9.814.108 11.866.012"/></svg>
</template>

CSS

.icon-dassaultsystemes {
  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%22M21.185%208.025c1.064.192%201.933.34%202.132.79c.223.51-.936.541-1.52.552c-2.8.054-4.487.11-4.572%201.061c-.11%201.224%201.196%202.458%202.486%204.186c1.178%201.577%202.518%203.135%202.133%204.586c-.482%201.809-2.7%202.192-4.81%202.192c-2.022%200-3.939-.323-4.744-.482c-1.002-.2-.852-.694-.585-.853c.298-.178%202.002-.182%203.187-.252c.975-.058%203.805-.056%204.246-.781c.54-.89-.783-2.408-2-4c-1.519-1.984-3.186-4.034-2.303-5.533c1.14-1.936%204.484-1.803%206.35-1.466m-13.69%202.95c1.772-.104%203.926.206%205.134%201.13a2.17%202.17%200%200%201%20.78%202.278c-.698%202.752-3.304%206.083-9.093%208.643c-1.841.813-3.29%201.125-3.593.906c-.326-.234.624-2.052.909-2.654c.925-1.952%202.079-3.853%203.205-5.595c.414-.64%201.055-1.752%201.634-1.662c.519.08-.09%201.26-.488%202.01c-.672%201.26-2.523%204.76-1.912%204.97c1.35.462%207.68-4.354%206.746-7.036c-.432-1.245-3.18-1.363-4.912-1.363c-.787%200-2.508.186-2.603-.417c-.102-.556%202.613-1.116%204.192-1.21M11.867.013c2.068-.098%204.514.342%204.97%201.802c.747%202.39-3.04%205.877-6.338%207.587c-.809.42-1.3.536-1.504.507c-.195-.027-.225-.22-.162-.355c.118-.252.65-.764%201.361-1.322c3.715-2.9%204.923-5.028%204.221-5.89c-.45-.552-2.332-.937-4.287-.937c-.53%200-1.925.123-2.068-.367C7.942.634%209.814.108%2011.866.012%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%22M21.185%208.025c1.064.192%201.933.34%202.132.79c.223.51-.936.541-1.52.552c-2.8.054-4.487.11-4.572%201.061c-.11%201.224%201.196%202.458%202.486%204.186c1.178%201.577%202.518%203.135%202.133%204.586c-.482%201.809-2.7%202.192-4.81%202.192c-2.022%200-3.939-.323-4.744-.482c-1.002-.2-.852-.694-.585-.853c.298-.178%202.002-.182%203.187-.252c.975-.058%203.805-.056%204.246-.781c.54-.89-.783-2.408-2-4c-1.519-1.984-3.186-4.034-2.303-5.533c1.14-1.936%204.484-1.803%206.35-1.466m-13.69%202.95c1.772-.104%203.926.206%205.134%201.13a2.17%202.17%200%200%201%20.78%202.278c-.698%202.752-3.304%206.083-9.093%208.643c-1.841.813-3.29%201.125-3.593.906c-.326-.234.624-2.052.909-2.654c.925-1.952%202.079-3.853%203.205-5.595c.414-.64%201.055-1.752%201.634-1.662c.519.08-.09%201.26-.488%202.01c-.672%201.26-2.523%204.76-1.912%204.97c1.35.462%207.68-4.354%206.746-7.036c-.432-1.245-3.18-1.363-4.912-1.363c-.787%200-2.508.186-2.603-.417c-.102-.556%202.613-1.116%204.192-1.21M11.867.013c2.068-.098%204.514.342%204.97%201.802c.747%202.39-3.04%205.877-6.338%207.587c-.809.42-1.3.536-1.504.507c-.195-.027-.225-.22-.162-.355c.118-.252.65-.764%201.361-1.322c3.715-2.9%204.923-5.028%204.221-5.89c-.45-.552-2.332-.937-4.287-.937c-.53%200-1.925.123-2.068-.367C7.942.634%209.814.108%2011.866.012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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