simulation from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
simulation
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
simulation-sharp

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the simulation icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 17v-.575q0-1.1 1.1-1.763T12 14t2.9.663t1.1 1.762V17zm2.588-4.587Q10 11.825 10 11t.588-1.412T12 9t1.413.588T14 11t-.587 1.413T12 13t-1.412-.587M7 20.15q-2.875-.35-4.437-1.175T1 17V7q0-1.425 2.838-2.2T12 4.025t8.163.775T23 7v10q0 1.15-1.562 1.975T17 20.15v-12q1.275-.2 2.263-.488t1.412-.562Q19.6 6.675 17 6.338T12 6t-5 .338t-3.675.762q.425.3 1.413.575T7 8.15z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSimulation(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="M8 17v-.575q0-1.1 1.1-1.763T12 14t2.9.663t1.1 1.762V17zm2.588-4.587Q10 11.825 10 11t.588-1.412T12 9t1.413.588T14 11t-.587 1.413T12 13t-1.412-.587M7 20.15q-2.875-.35-4.437-1.175T1 17V7q0-1.425 2.838-2.2T12 4.025t8.163.775T23 7v10q0 1.15-1.562 1.975T17 20.15v-12q1.275-.2 2.263-.488t1.412-.562Q19.6 6.675 17 6.338T12 6t-5 .338t-3.675.762q.425.3 1.413.575T7 8.15z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 17v-.575q0-1.1 1.1-1.763T12 14t2.9.663t1.1 1.762V17zm2.588-4.587Q10 11.825 10 11t.588-1.412T12 9t1.413.588T14 11t-.587 1.413T12 13t-1.412-.587M7 20.15q-2.875-.35-4.437-1.175T1 17V7q0-1.425 2.838-2.2T12 4.025t8.163.775T23 7v10q0 1.15-1.562 1.975T17 20.15v-12q1.275-.2 2.263-.488t1.412-.562Q19.6 6.675 17 6.338T12 6t-5 .338t-3.675.762q.425.3 1.413.575T7 8.15z"/></svg>
</template>

CSS

.icon-simulation {
  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%22M8%2017v-.575q0-1.1%201.1-1.763T12%2014t2.9.663t1.1%201.762V17zm2.588-4.587Q10%2011.825%2010%2011t.588-1.412T12%209t1.413.588T14%2011t-.587%201.413T12%2013t-1.412-.587M7%2020.15q-2.875-.35-4.437-1.175T1%2017V7q0-1.425%202.838-2.2T12%204.025t8.163.775T23%207v10q0%201.15-1.562%201.975T17%2020.15v-12q1.275-.2%202.263-.488t1.412-.562Q19.6%206.675%2017%206.338T12%206t-5%20.338t-3.675.762q.425.3%201.413.575T7%208.15z%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%22M8%2017v-.575q0-1.1%201.1-1.763T12%2014t2.9.663t1.1%201.762V17zm2.588-4.587Q10%2011.825%2010%2011t.588-1.412T12%209t1.413.588T14%2011t-.587%201.413T12%2013t-1.412-.587M7%2020.15q-2.875-.35-4.437-1.175T1%2017V7q0-1.425%202.838-2.2T12%204.025t8.163.775T23%207v10q0%201.15-1.562%201.975T17%2020.15v-12q1.275-.2%202.263-.488t1.412-.562Q19.6%206.675%2017%206.338T12%206t-5%20.338t-3.675.762q.425.3%201.413.575T7%208.15z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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