Issue the following command in a terminal:
sudo dd if=/path/to/image.iso of=/dev/sdX bs=1024k
if is the input file, in this case the ISO image, and of is the output device. Replace /dev/sdX with the letter corresponding to your USB device (e.g. /dev/sdb).