Hello. I am using ArcGIS SDK for JS inside my web GIS app. I would like to know is there any ready to use symbol set that could be used as a point data symbology?
The CIM Symbol Builder does have some basic swatches whose .json definitions you could copy into your scripts. You can also create your own symbols and export them as code! CIM Symbol Builder
In addition to the CIM Symbols we have Web Style Symbols available for 2D and 3D
https://developers.arcgis.com/javascript/latest/visualization/symbols-color-ramps/esri-web-style-sym...
If you click on the symbols it will give you a code snippet you can use.