In order to bring/refer a Salesforce content file into LWC, You need to import it through ‘@salesforce/contentAssetUrl’ module.
Syntax: import ASSETFILENAME from ‘@salesforce/contentAssetUrl/fileName’;
Here ASSETFILENAME holds the data of the file and you can refer that in the HTML or assign it to any var in js and refer that var in HTML.