simulation icon
simulation-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- simulation-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
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="M12 14q1.8 0 2.9.663t1.1 1.762q0 .25-.162.413t-.413.162h-6.85q-.25 0-.412-.162T8 16.425q0-1.1 1.1-1.763T12 14m-1.412-1.588Q10 11.826 10 11t.588-1.412T12 9t1.413.588T14 11t-.587 1.413T12 13t-1.412-.587M1 17V7q0-1.425 2.838-2.2T12 4.025t8.163.775T23 7v10q0 .975-1.125 1.725T18.65 19.9q-.65.125-1.15-.312T17 18.5V9.65q0-.65.425-1.162T18.5 7.85q.775-.175 1.338-.362t.837-.388Q19.6 6.675 17 6.338T12 6t-5 .338t-3.675.762q.275.2.838.4t1.337.375q.65.15 1.075.638T7 9.65v8.85q0 .65-.5 1.088t-1.15.312q-2.1-.425-3.225-1.175T1 17"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSimulationRounded(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="M12 14q1.8 0 2.9.663t1.1 1.762q0 .25-.162.413t-.413.162h-6.85q-.25 0-.412-.162T8 16.425q0-1.1 1.1-1.763T12 14m-1.412-1.588Q10 11.826 10 11t.588-1.412T12 9t1.413.588T14 11t-.587 1.413T12 13t-1.412-.587M1 17V7q0-1.425 2.838-2.2T12 4.025t8.163.775T23 7v10q0 .975-1.125 1.725T18.65 19.9q-.65.125-1.15-.312T17 18.5V9.65q0-.65.425-1.162T18.5 7.85q.775-.175 1.338-.362t.837-.388Q19.6 6.675 17 6.338T12 6t-5 .338t-3.675.762q.275.2.838.4t1.337.375q.65.15 1.075.638T7 9.65v8.85q0 .65-.5 1.088t-1.15.312q-2.1-.425-3.225-1.175T1 17"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 14q1.8 0 2.9.663t1.1 1.762q0 .25-.162.413t-.413.162h-6.85q-.25 0-.412-.162T8 16.425q0-1.1 1.1-1.763T12 14m-1.412-1.588Q10 11.826 10 11t.588-1.412T12 9t1.413.588T14 11t-.587 1.413T12 13t-1.412-.587M1 17V7q0-1.425 2.838-2.2T12 4.025t8.163.775T23 7v10q0 .975-1.125 1.725T18.65 19.9q-.65.125-1.15-.312T17 18.5V9.65q0-.65.425-1.162T18.5 7.85q.775-.175 1.338-.362t.837-.388Q19.6 6.675 17 6.338T12 6t-5 .338t-3.675.762q.275.2.838.4t1.337.375q.65.15 1.075.638T7 9.65v8.85q0 .65-.5 1.088t-1.15.312q-2.1-.425-3.225-1.175T1 17"/></svg> </template>
CSS
.icon-simulation-rounded {
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%22M12%2014q1.8%200%202.9.663t1.1%201.762q0%20.25-.162.413t-.413.162h-6.85q-.25%200-.412-.162T8%2016.425q0-1.1%201.1-1.763T12%2014m-1.412-1.588Q10%2011.826%2010%2011t.588-1.412T12%209t1.413.588T14%2011t-.587%201.413T12%2013t-1.412-.587M1%2017V7q0-1.425%202.838-2.2T12%204.025t8.163.775T23%207v10q0%20.975-1.125%201.725T18.65%2019.9q-.65.125-1.15-.312T17%2018.5V9.65q0-.65.425-1.162T18.5%207.85q.775-.175%201.338-.362t.837-.388Q19.6%206.675%2017%206.338T12%206t-5%20.338t-3.675.762q.275.2.838.4t1.337.375q.65.15%201.075.638T7%209.65v8.85q0%20.65-.5%201.088t-1.15.312q-2.1-.425-3.225-1.175T1%2017%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%22M12%2014q1.8%200%202.9.663t1.1%201.762q0%20.25-.162.413t-.413.162h-6.85q-.25%200-.412-.162T8%2016.425q0-1.1%201.1-1.763T12%2014m-1.412-1.588Q10%2011.826%2010%2011t.588-1.412T12%209t1.413.588T14%2011t-.587%201.413T12%2013t-1.412-.587M1%2017V7q0-1.425%202.838-2.2T12%204.025t8.163.775T23%207v10q0%20.975-1.125%201.725T18.65%2019.9q-.65.125-1.15-.312T17%2018.5V9.65q0-.65.425-1.162T18.5%207.85q.775-.175%201.338-.362t.837-.388Q19.6%206.675%2017%206.338T12%206t-5%20.338t-3.675.762q.275.2.838.4t1.337.375q.65.15%201.075.638T7%209.65v8.85q0%20.65-.5%201.088t-1.15.312q-2.1-.425-3.225-1.175T1%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/simulation-rounded.svg?color=%231a73e8&size=48