simulation icon
simulation from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- simulation
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- simulation-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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.616 16.385v-.48q0-.926.936-1.492T12 13.846t2.448.567t.937 1.493v.479zm2.193-3.886q-.501-.501-.501-1.191t.5-1.192q.502-.5 1.192-.5t1.191.5t.501 1.192q0 .69-.5 1.191Q12.69 13 12 13t-1.191-.501m-4.001 7.036q-2.26-.293-3.495-.954t-1.294-1.6V7.404q0-1.195 2.51-1.796Q7.042 5.006 12 5.006t7.47.602q2.51.602 2.51 1.796v9.577q-.057.938-1.292 1.6t-3.496.954V8.977q1.449-.258 2.398-.651t1.316-.899q-.787-.713-3.05-1.07T12 6q-3.67 0-6.029.386q-2.36.385-2.877 1.041q.31.512 1.259.902t2.455.648z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSimulation(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.616 16.385v-.48q0-.926.936-1.492T12 13.846t2.448.567t.937 1.493v.479zm2.193-3.886q-.501-.501-.501-1.191t.5-1.192q.502-.5 1.192-.5t1.191.5t.501 1.192q0 .69-.5 1.191Q12.69 13 12 13t-1.191-.501m-4.001 7.036q-2.26-.293-3.495-.954t-1.294-1.6V7.404q0-1.195 2.51-1.796Q7.042 5.006 12 5.006t7.47.602q2.51.602 2.51 1.796v9.577q-.057.938-1.292 1.6t-3.496.954V8.977q1.449-.258 2.398-.651t1.316-.899q-.787-.713-3.05-1.07T12 6q-3.67 0-6.029.386q-2.36.385-2.877 1.041q.31.512 1.259.902t2.455.648z"/></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.616 16.385v-.48q0-.926.936-1.492T12 13.846t2.448.567t.937 1.493v.479zm2.193-3.886q-.501-.501-.501-1.191t.5-1.192q.502-.5 1.192-.5t1.191.5t.501 1.192q0 .69-.5 1.191Q12.69 13 12 13t-1.191-.501m-4.001 7.036q-2.26-.293-3.495-.954t-1.294-1.6V7.404q0-1.195 2.51-1.796Q7.042 5.006 12 5.006t7.47.602q2.51.602 2.51 1.796v9.577q-.057.938-1.292 1.6t-3.496.954V8.977q1.449-.258 2.398-.651t1.316-.899q-.787-.713-3.05-1.07T12 6q-3.67 0-6.029.386q-2.36.385-2.877 1.041q.31.512 1.259.902t2.455.648z"/></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.616%2016.385v-.48q0-.926.936-1.492T12%2013.846t2.448.567t.937%201.493v.479zm2.193-3.886q-.501-.501-.501-1.191t.5-1.192q.502-.5%201.192-.5t1.191.5t.501%201.192q0%20.69-.5%201.191Q12.69%2013%2012%2013t-1.191-.501m-4.001%207.036q-2.26-.293-3.495-.954t-1.294-1.6V7.404q0-1.195%202.51-1.796Q7.042%205.006%2012%205.006t7.47.602q2.51.602%202.51%201.796v9.577q-.057.938-1.292%201.6t-3.496.954V8.977q1.449-.258%202.398-.651t1.316-.899q-.787-.713-3.05-1.07T12%206q-3.67%200-6.029.386q-2.36.385-2.877%201.041q.31.512%201.259.902t2.455.648z%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.616%2016.385v-.48q0-.926.936-1.492T12%2013.846t2.448.567t.937%201.493v.479zm2.193-3.886q-.501-.501-.501-1.191t.5-1.192q.502-.5%201.192-.5t1.191.5t.501%201.192q0%20.69-.5%201.191Q12.69%2013%2012%2013t-1.191-.501m-4.001%207.036q-2.26-.293-3.495-.954t-1.294-1.6V7.404q0-1.195%202.51-1.796Q7.042%205.006%2012%205.006t7.47.602q2.51.602%202.51%201.796v9.577q-.057.938-1.292%201.6t-3.496.954V8.977q1.449-.258%202.398-.651t1.316-.899q-.787-.713-3.05-1.07T12%206q-3.67%200-6.029.386q-2.36.385-2.877%201.041q.31.512%201.259.902t2.455.648z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/simulation.svg?color=%231a73e8&size=48